Workflows
Workflows let you orchestrate multi-agent processes visually or programmatically. The Visual Orchestration Builder provides a drag-and-drop canvas with eight node types — triggers, agents, conditions, handoffs, human approvals, parallel branches, loops, and end nodes. This page will cover how to design, deploy, and monitor workflows that coordinate your agents toward complex outcomes.
Visual Builder
The Visual Orchestration Builder is a drag-and-drop canvas for designing multi-agent flows without writing code. You place agent nodes, connect them with edges, add conditions and approval gates, then deploy the result as an executable workflow.
The builder works in two scopes. In the Admin layout, flows are tied to a single workspace and the agent palette shows agents grouped by team within that workspace. In the Projects layout, flows can span multiple workspaces — agents are drawn from every workspace in the project and tagged by origin. When agents from different workspaces are connected, the platform uses SLIM to handle cross-workspace communication automatically on deploy.
See Workflows (deep dive) for building, validation, and import/export details.