Skip to main content
POST
/
api
/
agent
/
workspace
/
ensure
Agent Ensure Workspace
curl --request POST \
  --url https://api.example.com/api/agent/workspace/ensure
{
  "status": "<string>",
  "github_branch": "<string>",
  "selected_branches": {},
  "warm": false
}

Documentation Index

Fetch the complete documentation index at: https://docs.codecobra.ai/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

Plan #1: response from /api/agent/workspace/ensure.

status
string
required
github_branch
string | null
selected_branches
Selected Branches · object
warm
boolean
default:false