Tasks
Create task and immediately start execution
post/api/tasks/create-and-start
Request body
Example request
{
"task": {
"title": "Fix authentication bug",
"description": "Users can't login with GitHub OAuth"
},
"executor_profile_id": {
"executor": "CLAUDE_CODE"
},
"base_branch": "main"
}Response
Task created and execution started