Integrations
Cursor Integration
Configure the Cursor AI editor with a Nyxos gateway key.
Cursor is an AI-first code editor that supports custom OpenAI-compatible endpoints for its chat and agent models.
Installation: download Cursor for Windows, macOS or Linux from cursor.com/download.
Setup Steps
1. Open Model Settings
Settings → Models (or Cursor Settings → Models).
2. Configure the OpenAI Provider
-
Expand the OpenAI API Key section.
-
Paste your Nyxos token:
sk-YOUR_NYXOS_KEY. -
Enable Override OpenAI Base URL and enter:
https://api.nyxos.shop/v1(The explicit
/v1suffix is required.) -
Click Verify to let Cursor test the connection.
3. Add Your Models
Add the exact model IDs you want available in the picker — copy them verbatim from the live catalog at api.nyxos.shop/pricing.
Notes
- Cursor only supports OpenAI-compatible endpoints here, so select models that your token's group can call via
/v1/chat/completions. - If verification fails with
404, double-check that you included/v1in the base URL — see Base URL Rules. - If it fails with
401, re-copy the fullsk-...key and check it is enabled in the panel's API Keys section — see Troubleshooting.