Apps
Cursor
Configure Cursor with an OpenAI-compatible uouo cloud endpoint.
Overview
Cursor is an AI coding editor. Use an OpenAI-compatible provider configuration to route requests through uouo cloud.
Configuration
- Create an API key in `/app/keys`.
- Open Cursor settings.
- Add or edit an OpenAI-compatible provider.
- Set Base URL to `https://uouo.cloud/v1`.
- Set API Key to your `sk-xxx...` key.
- Add the model IDs you want to use, such as `gpt-4o-mini` or `claude-3-5-sonnet-latest`.
Screenshot pending
Verify
Ask Cursor to explain a small file, then open `/app/logs` to confirm the request, model, tokens, and cost.
Known limits
- Cursor configuration fields can change by version.
- Keep API keys out of shared workspace settings.
- Large repository context can increase token usage quickly.