Cursor
Use the gateway from Cursor with an OpenAI-compatible endpoint.
Setup
- Open Cursor settings.
- Add or edit a custom OpenAI-compatible provider.
- Set base URL to
https://api.zunova.net/open/v1. - Set API key to your Zunova key, for example
sk-zn-xxxx. - Set model to an active model id, for example
zunova-m1.
Headers
Cursor-compatible OpenAI providers normally use Bearer authentication.
Authorization: Bearer sk-zn-xxxxTroubleshooting
401: re-copy the key from Dashboard → Keys and confirm it starts withsk-zn-.400 invalid_model: use/open/v1/modelsor Dashboard → Models to find the active public id.429 quota_exceeded: wait for the per-minute window or upgrade/increase limits.502/504: retry the request and check Dashboard → Requests for upstream status.