v1
latestOpenAPI 3.0.02026-07-17112116167.8 KBAgent
Create a delegated task (proxy_token auth)
post/api/agent/tasks
Request body
Example request
{
"max_budget_usd": 1,
"max_turns": 50,
"prompt": "Run the test suite",
"skill": "testing",
"target_id": "sandbox-uuid",
"timeout_seconds": 300
}Response
Created
Example response
{
"status": "pending"
}