Instant API access for the official OpenAI Codex CLI

Code with Codex. Pay with ChatPlus credit.

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.

Instant dashboard keys Stripe top-ups Project resume support GPT-5.5 coding backend
$10 -> $20
entry wallet pack
$199/mo
Unlimited Credit with FUP
$5 / $30
advertised 1M input / output token rate

Plans live now

Choose a wallet pack and start immediately.

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.

Free Trial

$0

$5 starter credit

No-card trial for first-time users.

Try free

Spark

$10

$20 credit

Perfect for quick bug fixes and small edits.

Buy Spark

Launch

$30

$250 credit

High-value credit for longer coding runs.

Buy Launch

Scale

$40

$450 credit

More room for multi-file refactors.

Buy Scale

Founder

$95

$1000 credit

Maximum PAYG credit for serious builders.

Buy Founder

Unlimited Credit

$199/mo

No hard wallet credit limit

Fair-use monitored automatically with warning emails before limits are reached.

Start Unlimited

Instant access

Signup, copy your key, run Codex.

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.

01

Create account

Get a dashboard login and starter wallet credit instantly.

02

Install Codex

Run npm install -g @openai/codex@latest.

03

Use ChatPlus

Start Codex with the dashboard command and your API token.

04

Top up anytime

Recharge through Stripe without changing the API token.

Official Codex CLI support

Use the public Codex CLI with a ChatPlus provider.

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.

New session: codex --search Resume: codex resume --last --search Endpoint: https://chatplus.chat/v1
Stylized ChatPlus Codex dashboard showing API key, wallet balance, token usage, and setup commands.
Dashboard-issued keys, wallet tracking, public Codex commands, and project continuity in one place.

What you get

A complete Codex access layer for developers.

ChatPlus.Chat combines API keys, wallet billing, top-ups, subscription access, usage emails, and account dashboards into one operational layer for Codex users.

Instant API key delivery Clients can start coding as soon as the dashboard or marketplace delivery details are issued.
High-value wallet packs Buy credit from $10 and scale up to $1000 wallet credit while keeping the same token.
Unlimited Credit subscription $199/month for monitored high-volume use, warning emails, and automatic fair-use cooldowns.
Usage transparency Token usage, wallet deductions, daily charts, and payment receipts are available in the client dashboard.

Install

Copy the public Codex setup command from your dashboard.

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"'