v1

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-1220723.1 KB
Sessions

Create a session

post/api/v1/sessions

Request body

agent_idstring required

Example request

{
  "environment": {
    "repo": "your-org/your-repo",
    "branch": "main"
  }
}

Response

Session created

idstring
agent_idstring
status'pending' | 'running' | 'idle' | 'error'
created_atstring date-time

Example response

{
  "status": "idle"
}