prxy.monster API-key BYOK is live. Start free

Using prxy.monster with Cursor

Cursor supports custom OpenAI-compatible endpoints. Set the base URL to prxy.monster and your custom API key to route compatible Chat Completions traffic through prxy.monster.

Configure

  1. Open Cursor → SettingsModels
  2. Scroll to OpenAI API Key section
  3. Click Override OpenAI Base URL
  4. Enter:
    https://api.prxy.monster/v1
  5. Enter your prxy.monster key in the OpenAI API Key field:
    prxy_live_xxxxxxxxxxxxxxxxxxxxxxxx
  6. Click Verify — Cursor will make a test call.

That’s it. Cursor’s compatible custom-model traffic now routes through prxy.monster.

Cursor’s setting label specifically says “OpenAI”. prxy.monster supports the Chat Completions shape; Cursor features that use other private or non-chat endpoints are not proxied.

Code change

None. Cursor is an IDE; you don’t touch its code.

Custom model selection

In the Models settings, you can also enable “Custom Models” and add model identifiers that prxy.monster understands. Examples:

Verify

curl https://api.prxy.monster/health

Or trigger any Cursor agent action — successful response confirms routing.

What you get

PRXY_PIPE=mcp-optimizer,semantic-cache,patterns,ipc

For users on Cursor Pro who want hard cost caps:

PRXY_PIPE=cost-guard,exact-cache,semantic-cache,patterns,ipc

Common issues

What this does NOT change

Cursor’s local features — fast tab completion, codebase indexing, file search — happen client-side and don’t go through any LLM endpoint. Only the chat / agent / inline-edit calls route through prxy.monster.

Full example

No code example needed — Cursor is a GUI-only setup. The Settings → Models flow above is the entire integration.

Cursor’s settings UI shifts occasionally. If “Override OpenAI Base URL” isn’t where this guide says, check the Cursor docs for the current path. The setting itself has been stable for a long time.