v1
latestOpenAPI 3.0.02026-07-17112116167.8 KBAgent
Create a delegated task in a workspace
post/api/workspaces/{wid}/tasks
Path parameters
widstring required
Workspace ID
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"
}