AgentPMT

Workflow Builder Agent

Saves ~2 hr

Details

Design, build, test, and publish custom automation workflows on AgentPMT. Walk through the complete workflow creation process from idea to published skill: define what you want to automate, discover available tools from a catalog of 170+, design multi-step DAG graphs with tool nodes, prompt nodes, branching, loops, and human notifications, then test and iterate until the workflow runs correctly. Uses the AgentPMT Workflow Creator tool directly for tool discovery, workflow creation, verification, and publishing. Covers workflow architecture, node types, edge connections, industry tagging, versioning, and publishing. Ideal for no-code automation, business process automation, task chaining, AI agent orchestration, and building reusable skill chains.

Tools In This Workflow

Workflow Steps

  1. 1Understand Automation Request
  2. 2Load Workflow Builder Reference
  3. 3Search Tool Catalog
  4. 4Select Tools and Plan Architecture
  5. 5Design Workflow Graph
  6. 6Create Workflow
  7. 7Verify Created Workflow
  8. 8Review and Fix Issues
  9. 9Publish Workflow
  10. 10Deliver Final Summary
Step 1 of 10
Prompt1

Understand Automation Request

Goal: Understand what the user wants to automate and gather enough detail to design a workflow | Inputs: The user's description of what they want to automate | Outputs: A clear problem statement including: what repetitive task is being automated, what inputs the user provides, what the expected output is, which external services or data sources are involved, and where human judgment is required vs where automation can handle it | Constraints: Ask clarifying questions if the user's request is vague. Identify the key services involved (email, CRM, spreadsheets, OCR, etc.) so you know what tools to search for. Do not start building until you have a clear picture of the full pipeline. Confirm your understanding with the user before proceeding. | Success criteria: The user has confirmed the automation scope and you have a clear list of capabilities needed for each step

Frequently Asked Questions

How do I connect this workflow to my local agent like OpenClaw or Claude Code?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

Hosted MCP config

{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

How do I trigger this workflow?

Agent prompt

Call the AgentPMT-Workflow-Skills tool with action 'get_workflow_skill' and skill_id 69af34a42ccb8b1b389b9b6c ("Workflow Builder Agent").

Looking for help integrating AI into your business? Set up a free consultation.