CodexAPI.pro Desktop Setup Client v1.0.19
Use this first to connect Codex Desktop and Claude Desktop to your ChatPlus/CodexAPI.pro wallet with the MCP + Skills Pack preloaded.
Download Setup Client v1.0.19Instant API access for Codex CLI and Claude Code
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.
Windows desktop setup
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.
Use this first to connect Codex Desktop and Claude Desktop to your ChatPlus/CodexAPI.pro wallet with the MCP + Skills Pack preloaded.
Download Setup Client v1.0.19Install the official Codex Desktop app, then use our setup client to add your API route and wallet key.
Download Codex Desktop for WindowsInstall the official Claude Desktop app, then use the same wallet-backed setup path for Opus 4.7.
Download Claude Desktop for WindowsPlans live now
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.
Instant access
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.
Get a dashboard login and starter wallet credit instantly.
Install Codex CLI, Claude Code CLI, or our codexclaude launcher.
Start ChatGPT-5.5 in Codex or Opus 4.7 in Claude Code.
Recharge through Stripe without changing the API token.
Official Codex CLI support
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.
codex --search
Resume: codex resume --last --search
Claude: claude --permission-mode bypassPermissions
Endpoint: https://chatplus.chat/v1
New: Claude Code support
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.
Official Codex CLI setup commands, project resume, search, and dashboard wallet billing.
Claude Code setup commands, full-access permission mode, and the same Token Wallet balance.
Install the CodexAPI.pro launcher, sign in with dashboard credentials, and choose your model.
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 CLI and Claude Code 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"'