Start Run
startRunStart a new agent run. Returns immediately with run info - does not wait for completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Optional initial message to start the run with (e.g. a trigger payload or user instruction) | |
| team_id | No | Duvo team UUID to operate on. API keys are pinned to a single team — omit this (it falls back to the key's team) or pass that same team; a different team is rejected. OAuth callers, who can span multiple teams, should pass the target team here. | |
| agent_id | Yes | The agent ID to run | |
| sandbox_id | No | Optional sandbox ID with pre-uploaded files | |
| webhook_url | No | Webhook URL to POST events to (human_request, run_completed, run_failed, run_interrupted) |