v1

latestOpenAPI 3.0.3MIT2026-07-17321126.8 KB
Tasks

Create task and immediately start execution

post/api/tasks/create-and-start

Request body

base_branchstring required

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

successboolean required
error_dataobject nullable
messagestring nullable