Skip to content

Multi-agent flows

A multi-agent flow (a process flow) coordinates several agents to get a larger job done — one master flow orchestrating associate flows. Open Orchestrate → Multi Agent Flows. The header reads “Agent Flows — Design and manage your AI agent workflows.”

The Agent Flows view with the Create Flow button.

  1. Click Create Flow. The Create Process Flow dialog opens.

  2. Fill in the fields:

    Field Notes
    Name * e.g. “Lead Processor”.
    Description What the flow does.
    Role e.g. “Sales Agent”.
    Type * master (orchestrates others) or associate (a step within a master).
    Default Goal The default goal the flow runs with.
  3. Click Create Flow. You land in the flow builder at /orchestrate/process-flows/{id}.

The Create Process Flow dialog (Name, Type master/associate, Default Goal).

In the builder you assemble the flow — adding agents and wiring the steps — then run it the same way you run a single agent: give it a goal and watch it execute, with the same governed pipeline and approval gates applying to every step.

The flows view supports search (“Search flows…”), filtering by type (master / associate) and status (active / inactive), grid/list views, and per-card actions (toggle active, duplicate, delete).