---
title: "Cursor Proxy Route"
method: PATCH
path: "/cursor/{endpoint}"
tags: ["Cursor Pass-through", "pass-through"]
---

# Cursor Proxy Route

`PATCH /cursor/{endpoint}`

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

## Path parameters

- `endpoint` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-30** `9073a53882fe` — 1 info
  - api operation id `cursor_proxy_route_cursor__endpoint__patch` removed and replaced with `cursor_proxy_route_cursor__endpoint__put`
- **2026-08-29** `959587d751fd` — 1 info
  - api operation id `cursor_proxy_route_cursor__endpoint__get` removed and replaced with `cursor_proxy_route_cursor__endpoint__patch`
- **2026-08-28** `bdbdc2dc1696` — 1 info
  - api operation id `cursor_proxy_route_cursor__endpoint__post` removed and replaced with `cursor_proxy_route_cursor__endpoint__get`
- **2026-08-27** `7e4e950652fe` — 1 info
  - api operation id `cursor_proxy_route_cursor__endpoint__delete` removed and replaced with `cursor_proxy_route_cursor__endpoint__post`
- **2026-08-26** `cbb50818ccdb` — 1 info
  - api operation id `cursor_proxy_route_cursor__endpoint__put` removed and replaced with `cursor_proxy_route_cursor__endpoint__delete`

[Full history](https://skmtc.dev/sea-lion/apis/litellm-api/changes/cursor/:endpoint/patch.md)

---

[API](https://skmtc.dev/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.dev/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/9073a53882fe/schema)
