Free Trial
$0
$5 starter credit
No-card trial for first-time users.
Try freeInstant API access for the official OpenAI Codex CLI
ChatPlus.Chat gives developers instant wallet-backed API keys for the public @openai/codex@latest CLI. Start new projects, resume local history, use web search, track token spend, recharge through Stripe, or move to Unlimited Credit when your coding volume grows.
Plans live now
Every paid plan creates instant ChatPlus.Chat credit for the official Codex CLI. Your token stays the same after top-ups, so you can keep coding without reconfiguring your workstation.
Instant access
ChatPlus.Chat is built for immediate delivery. A new client gets a dashboard login, a wallet-backed API token, exact public Codex startup commands, Stripe recharge, token usage history, and daily usage graphs without waiting for manual setup.
Get a dashboard login and starter wallet credit instantly.
Run npm install -g @openai/codex@latest.
Start Codex with the dashboard command and your API token.
Recharge through Stripe without changing the API token.
Official Codex CLI support
The official OpenAI Codex CLI runs locally on your machine. ChatPlus.Chat provides the wallet-backed Responses-compatible API endpoint at https://chatplus.chat/v1, so your dashboard key can power coding sessions while preserving local project history and resume flows.
codex --search
Resume: codex resume --last --search
Endpoint: https://chatplus.chat/v1
What you get
ChatPlus.Chat combines API keys, wallet billing, top-ups, subscription access, usage emails, and account dashboards into one operational layer for Codex users.
Install
The dashboard injects your exact API token into the command. The generic shape below shows how the public Codex CLI points to ChatPlus.Chat.
npm install -g @openai/codex@latest
export CHATPLUS_CODEX_API_KEY="cxapi_your_dashboard_key"
codex --search -m gpt-5.5 \
-c 'preferred_auth_method="apikey"' \
-c 'model_provider="chatplus"' \
-c 'model_providers.chatplus.base_url="https://chatplus.chat/v1"' \
-c 'model_providers.chatplus.env_key="CHATPLUS_CODEX_API_KEY"' \
-c 'model_providers.chatplus.wire_api="responses"'