AgentMeshStart free

Workflows

Build a multi-agent workflow

Chain AI Agents into a No-Code Workflow · Watch on YouTube

A workflow connects multiple agents so they hand off to each other. Build one on the visual canvas.

  1. Go to Workflows → Create workflow.
  2. Drag agent steps onto the canvas from the toolbox.
  3. Pick an execution mode: Sequential (one after another), Parallel, Conditional (branch on a result), Fan-out, or a dependency graph (DAG).
  4. Configure each step (which agent, timeout, retries).
  5. Set the workflow Active and Run it.

Agents can pass structured data to the next step — turn on “Structured JSON output” on an agent so later steps and conditions can use its fields.

Note: advanced modes (parallel, conditional, fan-out, DAG) require a Pro plan; sequential workflows are free.