Free
Connection validation
10 successful calls or 1 trial day
- Allowance
- 10 successful calls or 1 trial day
- RPM
- Low RPM
- Concurrency
- Single validation lane
- Overage
- Upgrade to Go/Plus to continue
MyCodex API: same-price anchors with about 2x visible usage
Buy Codex usage like a subscription, then connect the same allowance to your own tools, agents, and projects through an OpenAI-compatible API.
Buy MyCodex API and agent coding usage through Go, Plus, Pro 5x, or Pro 20x plans.
Issue Dashboard API Keys from the same account for Cursor, Cline, Open WebUI, custom agents, and the OpenAI SDK.
Upstream tokens, local Codex config, prehook files, prompts, and private context stay server-side.
Buy higher Codex usage with a fixed monthly fee while keeping dashboard visibility, limit reasons, and add-on paths.
Connect an OpenAI-compatible endpoint to tools, bots, automation scripts, and customer projects.
Use Business shared pools, project keys, member budgets, and billing exports instead of shared accounts.
Subscription users care about Codex capacity; API users care about base_url, API key, and model. Both paths share plans, fair-use, add-ons, referrals, and metadata-only ledgers.
Free, Go, Plus, Pro 5x, Pro 20x, and Business show visible monthly usage and limit behavior.
Dashboard API Keys call /api/v1/codex/* while the server verifies plan, allowance, concurrency, and risk controls.
Customers get a platform key; owner-side tokens, Codex config, prehooks, and private context stay server-side.
Connection validation
10 successful calls or 1 trial day
Light individual use
Same price as ChatGPT Go, about 2x visible usage
Recommended individual plan
Same price as ChatGPT Plus, API access + about 2x usage
Heavy coding agent use
Same price as official Pro 5x, about 2x visible usage
High-frequency agent / small production traffic
Same price as official Pro 20x, highest individual capacity anchor
Teams and courses
2-seat minimum, shared allowance pool and project keys
Individuals can treat it as a Codex usage subscription. Developers and teams can connect the same allowance to an OpenAI-compatible API. Migration should only require changing base_url, api_key, and model; customers do not upload their own upstream key.
Copy these MyCodex API values into Codex CLI-style tools, OpenAI-compatible SDKs, Cursor, Cline, or Open WebUI. The frontend endpoint validates your dashboard API key before forwarding to the private relay; the same account can also be used as a usage subscription.
https://codexcliapi.com/api/v1/codexcps_live_your_dashboard_keygpt-5.4-minicurl -N "https://codexcliapi.com/api/v1/codex/chat/completions" \
-H "Authorization: Bearer cps_live_your_dashboard_key" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5.4-mini","stream":true,"messages":[{"role":"user","content":"Say hello from the relay"}]}'Provider: OpenAI Compatible
Base URL: https://codexcliapi.com/api/v1/codex
API Key: cps_live_your_dashboard_key
Model: gpt-5.4-miniAPI Provider: OpenAI Compatible
Base URL: https://codexcliapi.com/api/v1/codex
API Key: cps_live_your_dashboard_key
Model ID: gpt-5.4-mini
Streaming: enabledConnection type: OpenAI API compatible
API Base URL: https://codexcliapi.com/api/v1/codex
API Key: cps_live_your_dashboard_key
Model: gpt-5.4-miniUse the dashboard API key issued here. Do not paste owner-side OpenAI Platform keys, ChatGPT/Codex OAuth tokens, private relay internal keys, local config, prehook files, or private prompts into client tools.