latestOpenAPI 3.1.02026-08-236994571.1 MB

79928a3d37d3

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:

  1. passthrough_endpoint_router (config.yaml deployments with use_in_pass_through)
  2. litellm.credential_list (credentials added via UI)
  3. CURSOR_API_KEY environment variable
delete/cursor/{endpoint}

Path parameters

endpointstring required

Response

Successful Response

{"stackTrail":"paths:/cursor/{endpoint}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}