Navigation
Mobile DocsNavigation
Mobile DocsCoordinate multiple agents working together
Orchestrates multiple AI agents to work together on complex tasks. Supports different coordination patterns including sequential, parallel, voting, and delegation.
Layout: full
Layout: half
Options: Sync (wait for result), Async (background), Fire & Forget
Placeholder: https://your-server.com/callback
Layout: half
Condition: executionMode = "async"
Layout: half
Options: Sequential, Parallel, Voting, Delegation
Layout: half
Condition: orchestrationType = ["delegation","debate"]
Options: GPT-4o, GPT-5, Claude Sonnet 4.6, Claude Haiku 4.5
Placeholder: Instructions for how the coordinator should manage the agents...
Layout: full
Condition: orchestrationType = ["delegation","debate"]
Placeholder: Describe the task for the agents to work on...
Layout: full
Define the agents that will participate
Placeholder: [ { "name": "Researcher", "type": "specialist", "prompt": "You are a research specialist...", "model": "gpt-4o" }, { "name": "Writer", "type": "specialist", "prompt": "You are a writing specialist...", "model": "gpt-4o-mini" } ]
Layout: full
Initial shared memory available to all agents
Placeholder: { "initialData": {} }
Layout: full
Percentage of votes needed for consensus
Layout: half
Condition: orchestrationType = "voting"
Placeholder: 3
Layout: half
Condition: orchestrationType = "debate"
Placeholder: 300
Layout: half
Allow agents to communicate directly
Layout: half
Allow agents to read/write shared state
Layout: half
Layout: half
Options: Last Result, Merge All, Best (by coordinator), Consensus
Layout: half
Options: Continue, Abort All, Retry, Fallback
Optional
Optional
Optional
Required
Optional
Optional
Required
Required
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Primary response type:
{
"result": "json",
"agentResults": "json",
"messages": "json",
"consensus": "json",
"executionOrder": "json",
"totalDuration": "number",
"runId": "string",
"status": "string",
"statusUrl": "string"
}