AgentPMT
AgentPMT Workflow Creator

AgentPMT Workflow Creator

Connector

Available ActionsEach successful request consumes credits as outlined below.

create_newupdate_existingfetch_existingsearch_publicpublishremixdeletefetch_toolsvalidatefetch_industry_tagsadd_showcase_exampleremove_showcase_example

Details

Design, build, and publish specialized AI agent workflows that orchestrate complex multi-step automation across 170+ integrated tools. The AgentPMT Workflow Creator lets you chain together tool calls, AI reasoning steps, iterative loops, conditional branching, and human approval gates into reusable directed acyclic graph (DAG) pipelines. Build anything from simple 3-step automations to sophisticated 15-step business process pipelines that span OCR document processing, CRM updates, financial reconciliation, content generation, data analysis, notification delivery, and more. Each workflow is version-controlled, publishable, and remixable -- start from scratch or fork an existing public workflow and customize it. No code required. Define what each node does, connect them with edges, and the agent runtime handles execution, data flow between steps, and error handling. Workflows support tool nodes (execute any AgentPMT marketplace tool), prompt nodes (AI reasoning and data transformation), for_each nodes (batch processing over collections), and notify_human nodes (approval gates for high-stakes decisions). Publish workflows as reusable skills that any agent can discover and run, complete with industry tagging, time-saved estimates, and showcase examples.

Workflows Using This Tool

Workflow
Saves ~2 hr
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.

Use Cases

Build custom AI agent workflows, automate multi-step business processes, chain tools together into reusable pipelines, create no-code automation workflows, orchestrate document processing pipelines, build financial reconciliation workflows, design content creation and publishing pipelines, automate data collection and reporting, create customer onboarding sequences, build monitoring and alerting workflows, remix and customize existing public workflows, publish shareable workflow skills for the AgentPMT marketplace

Dynamic MCP Setup

Connect once through AgentPMT Dynamic MCP, then use approved tools from the same agent connection.

30 Second Setup

STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections.

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

Hosted Streamable HTTPS

MCP endpoint for browser-based apps like ChatGPT, Claude, Grok, or any time you want a streamable connection with no local install.

https://api.agentpmt.com/mcp

Config Example

Use the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.

Full connection guide
{
  "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\"}"
      }
    }
  }
}

Need client videos, organization controls, audit details, and the full feature overview?

More About Dynamic MCP

About this Product

Build Specialized AI Agents That Orchestrate Complex Workflows

The AgentPMT Workflow Creator is a no-code workflow builder for designing multi-step AI agent pipelines. Chain together any combination of 170+ marketplace tools, AI reasoning steps, batch processing loops, and human approval gates into directed acyclic graph (DAG) workflows that run autonomously.

How It Works

Workflows are graphs of connected nodes. Each node performs a specific action, and edges define the execution order and data flow between steps:

  1. Tool Nodes -- Execute any tool from the AgentPMT marketplace: OCR engines, accounting software, CRM systems, email services, chart generators, file storage, web scrapers, and more.
  2. Prompt Nodes -- AI reasoning steps that transform data, make decisions, synthesize information from multiple sources, or apply business logic between tool calls.
  3. For Each Nodes -- Iterate over collections to process records in batch: reconcile transactions one by one, send personalized emails to a list, or categorize expenses from a receipt stack.
  4. Notify Human Nodes -- Pause execution for human approval on high-stakes decisions like financial reports, public communications, or compliance reviews.
From Idea to Published Skill in Minutes
  1. Discover tools -- Search the catalog of 170+ tools by keyword to find exactly what your workflow needs.
  2. Design the graph -- Define nodes, connect them with edges, and set parameters and instructions for each step.
  3. Test and iterate -- Fetch your workflow, verify the graph, and update nodes or edges until it runs correctly.
  4. Publish -- Create a versioned snapshot that any agent can discover and run. Supports semantic versioning with major, minor, and patch bumps.
Remix Instead of Rebuilding

Browse published public workflows and fork any of them with a single action. Remixing creates a private copy you can customize -- change tools, adjust prompts, add or remove steps -- while preserving attribution to the original creator.

Real-World Workflow Patterns
  1. Document Processing Pipelines -- Upload bank statements or receipts, run OCR, extract structured data, and book transactions to accounting software.
  2. Research and Reporting -- Aggregate data from multiple sources, analyze trends with AI reasoning, generate visualizations, and deliver briefings via email or Slack.
  3. Customer Outreach -- Pull lead data from CRM, personalize messaging, send communications, log activity, and schedule follow-ups.
  4. Monitoring and Alerting -- Fetch metrics, analyze against thresholds, generate alerts, and notify teams on Discord, Slack, or email.
  5. Content Pipelines -- Research topics, draft content, create supporting visuals, publish to platforms, and notify stakeholders.
Built for Reliability

Every workflow is validated against strict graph rules: no cycles, unique node IDs, valid edge references, and proper nesting of loop children. Version control ensures published snapshots are frozen while the live workflow remains editable.

Frequently Asked Questions

How do I connect this tool to an external agent?

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 does an external agent use this tool?

Agent prompt

Use the AgentPMT-Tool-Search-and-Execution tool. First call action 'get_instructions' so you know how to use the tool search interface. Then call action 'get_schema' with tool_id 697ad12ce50ea269b242e6a6 ("AgentPMT Workflow Creator"). After reading the schema and any returned instructions, tell me what this tool can do, we are going to be using it

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