Instant API access for Codex CLI and Claude Code

Code with Codex or Claude Code. Pay with ChatPlus credit.

ChatPlus.Chat gives developers instant wallet-backed API keys for the public @openai/codex@latest CLI and Claude Code CLI. Choose ChatGPT-5.5 or Opus 4.7, start new projects, resume local history, track token spend by tool, 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 Opus 4.7 Claude Code
$10 -> $20
entry wallet pack
Opus 4.7
Claude Code now supported
v1.0.19
Windows Desktop Setup Client

Windows desktop setup

Download the setup client for Codex Desktop and Claude Desktop.

Windows users can use the CodexAPI.pro Desktop Setup Client v1.0.19 to verify their dashboard account, check existing desktop configuration, download missing official desktop apps, and install the correct wallet API settings, MCP server presets, and bundled skills for Codex Desktop and Claude Desktop.

Official app

Download Codex Desktop for Windows

Install the official Codex Desktop app, then use our setup client to add your API route and wallet key.

Download Codex Desktop for Windows
Official app

Download Claude Desktop for Windows

Install the official Claude Desktop app, then use the same wallet-backed setup path for Opus 4.7.

Download Claude Desktop for Windows

Plans live now

Choose a wallet pack and start immediately.

Every paid plan creates instant ChatPlus.Chat credit for Codex CLI and Claude Code CLI. Your token stays the same after top-ups, so you can keep coding without reconfiguring your workstation.

Test

$5

$10 credit

Low-friction test pack for first-time users.

Buy Test

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

Titan

$120

$1250 credit

Heavy coding credit for sustained work.

Buy Titan

Apex

$150

$1600 credit

Expanded credit for multi-session builders.

Buy Apex

Enterprise

$200

$2200 credit

Largest pay-as-you-go wallet pack.

Buy Enterprise

Unlimited Credit

$149/mo

Promotional lock-in price

Subscribe now and keep $149/month for as long as your subscription remains active, even if prices increase later.

Start Unlimited

Instant access

Signup, copy your key, run Codex or Claude Code.

ChatPlus.Chat is built for immediate delivery. A new client gets a dashboard login, a wallet-backed API token, exact Codex CLI and Claude Code 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

Choose a CLI

Install Codex CLI, Claude Code CLI, or our codexclaude launcher.

03

Use ChatPlus

Start ChatGPT-5.5 in Codex or Opus 4.7 in Claude Code.

04

Top up anytime

Recharge through Stripe without changing the API token.

Official Codex CLI support

Use the public Codex CLI or Claude Code with a ChatPlus wallet.

The official OpenAI Codex CLI and Claude Code CLI run locally on your machine. ChatPlus.Chat provides wallet-backed API routes, so your dashboard key can power ChatGPT-5.5 Codex sessions or Opus 4.7 Claude Code sessions while preserving local project workflows.

New session: codex --search Resume: codex resume --last --search Claude: claude --permission-mode bypassPermissions 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.

New: Claude Code support

One wallet now powers ChatGPT-5.5 and Opus 4.7 coding.

The client dashboard now separates Codex CLI and Claude Code setup, usage charts, and wallet spend. Use the official tools directly, or install codexclaude to log in once and switch between ChatGPT-5.5 and Opus 4.7 from one launcher.

Codex CLI ChatGPT-5.5

Official Codex CLI setup commands, project resume, search, and dashboard wallet billing.

Claude Code CLI Opus 4.7

Claude Code setup commands, full-access permission mode, and the same Token Wallet balance.

codexclaude One launcher

Install the CodexAPI.pro launcher, sign in with dashboard credentials, and choose your model.

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 CLI and Claude Code 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"'