Task Attempts
Create a new task attempt
post/api/task-attempts
Request body
Example request
{
"executor_profile_id": {
"executor": "CLAUDE_CODE"
},
"base_branch": "main"
}Response
Task attempt created and started
{
"executor_profile_id": {
"executor": "CLAUDE_CODE"
},
"base_branch": "main"
}Task attempt created and started