docs / api / worker

POST /worker (Plan mode)

Plan-mode entrypoint. Dispatches a task to the Conductor, which generates a DAG of subtasks and orchestrates Workers.

POST/api/worker

Execute a multi-step plan with multiple Workers in parallel.

Parameters

NameTypeRequiredDescription
goalstringyesHigh-level goal for the Conductor to plan from
strategystringnomerge | consensus | select_best
budget_usdnumbernoCap on total cost across all Workers
local_onlybooleannoRestrict all Workers to local models
POST/api/worker/confirm

Confirm or deny a pending tool call in a Worker's pilot loop.

Parameters

NameTypeRequiredDescription
task_idstringyesPending task awaiting confirmation
approvedbooleanyesAllow or deny the tool call