Cursor supports OpenAI-compatible endpoints. After unlimitedcodex manual setup delivery, you can route coding requests through your delivered base URL instead of default OpenAI billing.
Before you configure Cursor
Complete checkout for Unlimited Weekly or Monthly and wait for delivery of your API key, base URL, setup files, and package dates.
Decide whether the workload should call GPT-5.5 for general reasoning or Codex for code-heavy generation.
Configuration steps
Open Cursor settings and locate the custom OpenAI-compatible API section for your account.
Paste the delivered unlimitedcodex /v1 base URL and API key, then choose the model ID from your setup email.
Run a small refactor or test-generation task, then review request logs and 4-connection usage signals in the dashboard.
Operational guardrails
Plan agent concurrency around the 4 concurrent connection limit. Serialize heavy jobs or queue work if multiple agents run at once.
Use separate keys for development and production environments so you can rotate credentials without disrupting the whole workspace.