Workflows
Build a multi-agent workflow
A workflow connects multiple agents so they hand off to each other. Build one on the visual canvas.
- Go to Workflows → Create workflow.
- Drag agent steps onto the canvas from the toolbox.
- Pick an execution mode: Sequential (one after another), Parallel, Conditional (branch on a result), Fan-out, or a dependency graph (DAG).
- Configure each step (which agent, timeout, retries).
- 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.