latestOpenAPI 3.1.02026-08-197104501.1 MB
8fbaab4fc7c5
Cursor Pass-through
pass-through
Cursor Proxy Route
Pass-through endpoint for the Cursor Cloud Agents API.
Supports all Cursor Cloud Agents endpoints:
- GET /v0/agents — List agents
- POST /v0/agents — Launch an agent
- GET /v0/agents/{id} — Agent status
- GET /v0/agents/{id}/conversation — Agent conversation
- POST /v0/agents/{id}/followup — Add follow-up
- POST /v0/agents/{id}/stop — Stop an agent
- DELETE /v0/agents/{id} — Delete an agent
- GET /v0/me — API key info
- GET /v0/models — List models
- GET /v0/repositories — List GitHub repositories
Uses Basic Authentication (base64-encoded API_KEY:).
Credential lookup order:
- passthrough_endpoint_router (config.yaml deployments with use_in_pass_through)
- litellm.credential_list (credentials added via UI)
- CURSOR_API_KEY environment variable
post/cursor/{endpoint}
Path parameters
endpointstring required
Response
Successful Response
{"stackTrail":"paths:/cursor/{endpoint}:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}