Cursor

Setup via Settings UI

Open Cursor → Settings → Models and configure:

| Field | Value | |-------|-------| | OpenAI API Base URL | https://gateway.vibecc.dev/v1 | | OpenAI API Key | vcc_your_key_here |

Setup via Config File

Edit ~/.cursor/settings.json:

{
  "openai.apiKey": "vcc_your_key_here",
  "openai.baseUrl": "https://gateway.vibecc.dev/v1"
}

Restart Cursor after saving.

Model Selection

In the model picker, select any gpt-4o variant. VibeCC routes it to the best available provider automatically.

Verification

After a Cursor request, check the Console — the invocation appears in usage within seconds.