Very limited once-off top-up discount Get 10% extra API Coding Credits before 19:45 GMT+2 Spare capacity is available right now. Top up through the campaign page and use the boosted wallet credit for Codex CLI, Claude Code, and CodexAPI.pro Desktop Chat.

Customer dashboard

Choose your API server first Chicago Server Setup commands below will point to the selected server while keeping your same wallet username and token.

Important: after changing servers, copy and rerun the setup instructions for your OS and model. Existing Codex CLI, Claude Code, VS Code, and Windows PowerShell configs do not switch until you recopy the new server-specific setup block below.

Choose your coding model

Showing setup instructions for GPT-5.5.

Setup Wizard Pick model + OS and get running fast

Token Wallet credit for Codex CLI and Claude Code.

Create a CodexAPI.pro wallet account, then run the official OpenAI Codex CLI or Claude Code with the startup command generated below. Buy a Token Wallet credit package to start coding; signed-in clients can claim $10 once after sharing CodexAPI.pro.

Token Wallet $0.00 Top up Token Wallet
Cash Wallet $0.00 VIP Referral Club
CLI username -
CLI password Shown after login
Account status Signed out

Client dashboard setup


No payment required

Create your account first. Top up after you sign in.

Registration no longer requires an initial top-up. After your first login, we will offer a one-time top-up prompt, and Wallet & Plans will remain available inside the dashboard whenever you need more API Coding Credits.

Setup Center

Setup Wizard

Get this machine ready in a few guided steps.

Choose the coding model and operating system. The wizard then shows only the commands or download path needed to get that exact setup running.

1. Choose model
2. Choose machine
Codex GPT-5.5 on Linux / WSL

Run the one-time Linux setup command.

This installs the official Codex CLI if needed, writes CodexAPI.pro into the normal Codex config, saves your wallet username, and starts Codex with search.

Shown after signup or login
  1. Open a terminal inside your project folder.
  2. Paste the generated setup command and let it install the CLI.
  3. When Codex opens, ask it to make a small project edit to confirm everything is working.

Start here

Choose Codex CLI or Claude Code CLI.

Your one CodexAPI.pro username/token and Token Wallet work with both systems. Choose the CLI you want to use now; the dashboard will show the matching install, setup, resume, and smoke-test commands for that model family.

The official CLI runs on your machine. CodexAPI.pro only supplies the wallet-backed model API response; shell commands, file edits, project paths, and resume history stay inside the terminal or desktop app you launched.

New CodexAPI.pro CLI

Use ChatGPT-5.5, Opus 4.8, Deepseek v4 Budget, and Google Gemini Flash 3.5 in one coding CLI.

Install codexclaude, log in with your dashboard username and password, choose ChatGPT-5.5, Opus 4.8, Deepseek v4 Budget, or Google Gemini Flash 3.5, and v2.0.12 launches official Codex 0.141.0 with Full Access, server-enforced low GPT-5.5 reasoning, the correct CodexAPI.pro model route, and your Token Wallet balance before startup.

npm install -g @codexapi/codexclaude@latest codexclaude login codexclaude start
npm install -g @openai/codex@latest
What this official Codex install does

This installs the public OpenAI Codex CLI from npm. Run it once on the client computer after Node.js and npm are available. It does not spend CodexAPI.pro wallet credit by itself; it only installs the trusted CLI binary.

After install, copy the one-time setup-and-start command for your operating system. It saves the CodexAPI.pro API route and your wallet username into Codex's config file so future sessions can start with normal Codex commands. This is API configuration, not a cloud VM login.

Select your operating system

Start with Linux, or choose Windows desktop setup.

Linux and WSL remain the fastest terminal-first path, so Linux is shown first. Windows users can either use PowerShell commands or download the CodexAPI.pro Management Tool, which installs the wallet configuration for Codex Desktop and Claude Code CLI, or configures a sudo Ubuntu/Debian server over SSH.

New desktop chat client

CodexAPI.pro Desktop Chat v1.0.8.

Sign in with your dashboard username or email, choose ChatGPT-5.5 or Opus 4.8, browse the web automatically, create images, run Deep Research with PDF export, attach text/code files for analysis, and keep AI-titled saved chats with context replay. Each user gets 5 free chat prompts per UTC day; after that, successful prompts bill the default internal Token Wallet rate.

Desktop Chat

Download CodexAPI.pro Desktop Chat.

Sign in with your dashboard username or email, choose ChatGPT-5.5 or Opus 4.8, browse the web automatically, create images, run Deep Research with PDF export, upload text and code files for analysis, and keep saved chats with context replay. Each account gets 5 free chat prompts per UTC day; after that, successful prompts bill your Token Wallet at the default internal rate.

Windows shortcut permission

Desktop Chat asks before adding a Desktop shortcut. For taskbar pinning, Windows requires a user-driven right-click pin action; the app opens the official Start Menu shortcut location instead of trying to pin itself silently.

Windows PowerShell setup

Install public OpenAI Codex CLI on Windows, then start CodexAPI.pro.

Follow the first setup box to install the official public Codex CLI, save CodexAPI.pro into the normal Windows Codex config, and start Codex automatically. After that, the normal codex and codex resume --search commands keep using your wallet-backed CodexAPI.pro route.

Recommended for Windows desktop users

Use the CodexAPI.pro Management Tool v1.0.32.

The setup client lets a customer log in with dashboard credentials or API token, checks Codex Desktop and Claude Code CLI readiness, offers direct official downloads when they are missing, verifies the existing API provider, backs up config files, installs the CodexAPI.pro wallet route, highlights Fast Mode billing, includes a desktop Coding Mode with clickable MCP server credentials, live boshyxd Roblox Studio MCP and Blender tool forwarding, Codex-style session history compaction, and can remotely install Codex CLI or Claude Code on a sudo Ubuntu/Debian SSH host.

2

Open PowerShell as Administrator

Click Start, type PowerShell, right-click Windows PowerShell, then choose Run as administrator. Approve the Windows security prompt. This admin window is only needed for installing Node.js, npm, and Git.

3

Install required Windows dependencies

Copy and paste this whole block into the Administrator PowerShell window. It updates Winget sources, installs Node.js LTS, installs Git, and allows local user scripts to run. When it finishes, close PowerShell completely.

# Run PowerShell as Administrator for this dependency step.
winget source update
winget install --id OpenJS.NodeJS.LTS -e --accept-package-agreements --accept-source-agreements
winget install --id Git.Git -e --accept-package-agreements --accept-source-agreements
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned -Force
# Close PowerShell, open a new PowerShell window, then run the verification step.
4

Reopen PowerShell and verify tools

Open a normal PowerShell window, not necessarily as Administrator. Run this check to confirm Windows can now see Node.js, npm, and Git. Each command should print a version number. If any command is not found, restart Windows and try this verification step again.

node --version
npm --version
git --version
5

Install the official public Codex CLI

Run this in the normal PowerShell window. This installs the official OpenAI Codex CLI from npm and then prints the installed Codex version. Installing Codex does not spend CodexAPI.pro wallet credit.

npm install -g @openai/codex@latest
codex --version
6

Reference: what the one-time setup writes

The first box above writes CodexAPI.pro into the normal Codex config file so Windows can use plain Codex commands later. Keep this reference only if support asks you to inspect the generated config.

Configuration is generated in the first Windows setup box above.
8

Resume your latest CodexAPI.pro Codex session

Use this when you come back to continue previous work. It points Codex back to the same isolated CodexAPI.pro profile and asks Codex to resume the latest stored session history with search enabled.

Shown after signup or login
9

Run a quick smoke test

Run this short non-interactive test after setup. It confirms the official Codex CLI can reach CodexAPI.pro, your API key is accepted, and your wallet-backed provider config is working before you begin a real project.

Shown after signup or login

Linux Instructions

Linux Instructions

Use these commands for Linux or WSL. The first setup box writes CodexAPI.pro and your wallet username into Codex's normal config file, starts Codex automatically, and lets future sessions begin with plain Codex commands.

Official OpenAI Codex install command npm install -g @openai/codex@latest

Installs the official public OpenAI Codex CLI. This is the standard CLI package. After installing it, use the Public Codex startup command below so the official CLI talks to CodexAPI.pro with your wallet-backed API token.

Linux one-time setup command mirror Shown after signup or login

This mirrors the Linux setup-and-start command above for compatibility with older dashboard references. Use it once to save CodexAPI.pro into Codex's normal config.

Future Linux start commands Shown after signup or login

After setup, your wallet username and CodexAPI.pro route are saved. Start future sessions with codex or codex --search without redoing the setup block.

Public Codex smoke test command Shown after signup or login

Runs a small test request to confirm the CLI, CodexAPI.pro provider URL, API token, and wallet billing are all working. Use this before starting a large project or after moving the token to a new computer.

CodexAPI.pro-managed helper install npm install -g @codexapi/codexclaude@latest

This is optional and not the recommended first step. It installs the CodexAPI.pro helper CLI for clients who specifically want codexclaude convenience commands such as login, wallet status, project creation, guided setup, and Opus 4.8 access from inside a Codex-style workflow.

CodexAPI.pro-managed helper login codexclaude login

Starts the optional CodexAPI.pro helper login flow. Use it only if the client installed the helper package above. Official Codex users should use the startup commands instead.

CLI username Sign in to view

This is the dashboard and CodexAPI.pro-managed CLI username. Use it with the CodexAPI.pro login form or with codexclaude login.

CLI password Shown after signup or login

This password is shown after signup and after dashboard login so you can reconnect the CodexAPI.pro-managed CLI without creating a new API token.

OpenCode.ai setup

Use OpenCode with your CodexAPI.pro Token Wallet.

OpenCode runs locally in your terminal and can use CodexAPI.pro as a wallet-backed Responses provider. Choose the model label you want OpenCode to display; all four choices currently route through CodexAPI.pro GPT-5.5 while we keep provider routing centralized.

Install OpenCode npm install -g opencode-ai

The Linux/macOS setup block below also installs OpenCode if the command is missing. Use this install box only if you want to install OpenCode separately.

Windows PowerShell setup Shown after signup or login

This writes the same OpenCode config under your Windows user profile, saves the API username as a user environment variable, and runs the OpenCode smoke test.

opencode.json for the selected model Shown after signup or login

The selected model is GPT-5.5. The provider uses @ai-sdk/openai because CodexAPI.pro is exposed to OpenCode through the Responses API.

Future OpenCode start and smoke commands Shown after signup or login

After setup, run opencode in your project for the TUI or use opencode run for non-interactive checks.

OpenClaw setup

Run OpenClaw through your CodexAPI.pro Token Wallet.

OpenClaw runs on your own machine or server and can use CodexAPI.pro as a custom Responses provider. The setup below installs OpenClaw, writes a CodexAPI.pro model provider, saves your wallet username as the API key, and keeps local tools, channels, memory, and files on the OpenClaw host.

Windows PowerShell OpenClaw setup Shown after signup or login

Paste this into PowerShell on the Windows machine that will run OpenClaw. The script installs Node.js if needed, installs OpenClaw, writes the same provider config under your Windows profile, and stores the API username as a user environment variable.

openclaw.json provider preview Shown after signup or login

The config registers CodexAPI.pro as a custom Responses provider with GPT-5.5, Opus 4.8, Sonnet 4.6, Gemini Flash 3.5, and Deepseek v4 Budget labels. Billing remains attached to your Token Wallet.

OpenClaw start and smoke commands Shown after signup or login

Run this after setup to confirm OpenClaw can read the CodexAPI.pro provider, authenticate with your wallet username, and reach the selected edge URL.

Hermes Agent setup

Install Hermes Agent with your CodexAPI.pro Token Wallet.

Hermes Agent runs on your own computer and can use CodexAPI.pro as a custom Responses API provider. The setup below installs Hermes from the official Nous installer, writes a Hermes custom endpoint, saves your wallet username as the API key, and leaves project files and local tools on your machine.

Windows PowerShell Hermes setup Shown after signup or login

Paste this into a normal PowerShell window. It runs the official Hermes PowerShell installer, writes the same CodexAPI.pro provider config, and saves your API username as a user environment variable for future Hermes sessions.

Hermes config.yaml preview Shown after signup or login

This preview deliberately references CODEXAPI_HERMES_API_KEY instead of printing the wallet username inside YAML. The setup script writes the secret value into ~/.hermes/.env.

Hermes smoke test Shown after signup or login

Run this after setup to confirm Hermes can reach the selected CodexAPI.pro edge and authenticate with your Token Wallet.

VIP Referral Club

Earn Cash Wallet credit for life.

Share your personal referral link. When someone signs up through it and buys a Token Wallet package, you earn 20% of the cash price into your Cash Wallet after admin approval. Your Lifetime Credit Wallet is the cumulative approved referral cash awarded to you; it unlocks 22% at $500, 25% at $1,000, and 30% at $2,000 for future approved referral sales.

Cash Wallet credit is not withdrawable as cash. It can be used to buy CodexAPI.pro products, and soon it will also work with Claude Code with Opus 4.8 access using this same login.

Your referral link Log in to generate your link.
Commission rate 20% $500 Lifetime Credit Wallet unlocks 22%.
Lifetime Credit Wallet $0.00 Total approved referral cash awarded to you.
Pending approval $0.00
Approved earnings $0.00
Cash Wallet balance $0.00

Log in to load your referral club metrics and Cash Wallet history.

Generated CLI passwords are shown immediately after signup and after dashboard login.

Account security

Change dashboard password

You are already logged in, so enter the new password twice. This updates the dashboard password and the CodexAPI.pro-managed CLI password shown above.

Google Authenticator

Activate 2FA for dashboard logins

Two-factor authentication protects this dashboard after your password is accepted. It does not change Codex CLI, Claude Code, API bearer tokens, wallet billing, or any running API integrations.

2FA status: loading

API access

API Key

Your System Token is the permanent setup token used in Codex CLI, Claude Code, OpenCode.ai, OpenClaw, Hermes, and Desktop setup instructions. Create User API Keys below when you need a separate key for SDKs, scripts, MCP clients, or integrations.

System Token Shown after login This token is not editable from the dashboard and stays attached to your generated setup commands.
Name Token Created Last Used Action
Sign in to load User API Keys.

Future macOS start commands Shown after signup or login

After setup, open Terminal in any project folder and use codex or codex --search. The saved config supplies the CodexAPI.pro API route and your wallet username automatically.

Future macOS resume commands Shown after signup or login

Use these when you return to an existing local Codex project. Resume uses the local Codex history on that Mac and the saved CodexAPI.pro config.

macOS smoke test command Shown after signup or login

Runs a short non-interactive request to prove the saved config, API token, provider URL, and wallet billing path are working before a large coding session.

VS Code setup

Use the official Codex IDE extension with CodexAPI.pro.

Confirmed: this is possible because the official Codex IDE extension uses the Codex CLI and reads the shared Codex configuration file. CodexAPI.pro works by writing a CodexAPI.pro model provider into ~/.codex/config.toml and making your dashboard username available as the API token.

What works

VS Code can run Codex against CodexAPI.pro when the official Codex extension can see the shared Codex config, including the CodexAPI.pro provider URL and your wallet username.

What not to use

Do not use a generic OpenAI-compatible VS Code extension for this setup. Use the official Codex IDE extension so approvals, project context, edits, and terminal workflows match Codex behavior.

Model shown to clients

The dashboard displays GPT-5.5. The provider URL stays https://codexapi.pro/v1, and billing stays attached to this wallet.

1

Install VS Code and the official Codex extension

Install Visual Studio Code, open Extensions, search for the official OpenAI Codex extension, and install it. If it is already installed, update it first. Open the project folder in VS Code after the configuration steps below are complete.

2

macOS, Linux, or WSL: write the shared Codex config

Run this in a terminal before opening VS Code. On macOS it installs Homebrew, Node.js, Git, and Codex CLI if they are missing, then writes the CodexAPI.pro provider into the normal Codex config path, saves your wallet username in that provider config, and enables full-access Codex permissions for trusted project folders.

Shown after signup or login
3

Windows PowerShell: write the shared Codex config

Run this in PowerShell. It writes %USERPROFILE%\.codex\config.toml, saves your wallet username in the CodexAPI.pro provider config, and avoids any per-session environment-variable setup. Close all VS Code windows afterwards so the extension can reload the new config.

Shown after signup or login

Usage page

Wallet spend, model mix, and token usage

Tokens are charged after each completed prompt. This page shows corrected wallet charges only, including any billing corrections credited back. It also shows where your Token Wallet was spent across Codex CLI and Claude Code, plus recent token totals, cache write/read billing buckets, request counts, and completion history.

Codex CLI spend $0
0 requests
Claude Code spend $0
0 requests
Total wallet spend $0 Last 500 corrected billed completions shown below
Input tokens 0 Prompt and context tokens billed
Output tokens 0 Generated tokens billed
Cache write 5m 0 Short-lived cache creation tokens
Cache write 1h 0 Longer-lived cache creation tokens
Cache read tokens 0 Cached input tokens reused
Requests billed 0 Completed prompts with token usage

Daily wallet spend

Token mix

Input Output

Input, output, and cache token split appears after usage loads.

Completed CLI Model Mode Input Output Cache write 5m Cache write 1h Cache read Total tokens Corrected charge Wallet then
Token usage appears here after dashboard data loads.

Corrected charge is the final wallet deduction for the completion after input, output, cache write 5m, cache write 1h, cache read, active rate mode, Fast Mode multiplier, and any billing correction logic are applied.

Billing corrections

Credits returned to your Token Wallet after billing audits appear here.

Credited Reason Amount Wallet after
No billing corrections are recorded for this wallet.

Pricing mode

Current billing status

This panel is intentionally placed after setup and usage so the dashboard stays focused on getting your machine running first.

Billing rate $5 / $30 Codex per 1M input / output tokens

Toolbox

Opt-out of Surge Pricing

Surge Pricing is activated when demand is high enough that normal capacity would make coding slow. You can stay on the live tariff, switch Codex requests to Deepseek v4 during the surge, or pause new requests until the event ends.

Sales and wallet loading

Top up only after setup is clear.

The command setup lives above. Packages, subscriptions, referral earning, and cash wallet controls live down here so the dashboard stays calm and task-focused.

Unlimited coding

Short Unlimited coding windows are available now.

Buy a short monitored Unlimited window when you want to code without watching every prompt. The countdown starts only when your first coding request reaches the API, and your dashboard keeps showing the remaining time.

These windows work with Opus 4.8, GPT-5.5, and Google Gemini Flash 3.5 when you use our codexclaude coding app. Unlimited windows allow up to 2 concurrent coding sessions.

Unlimited is sold out. Top up your Token Wallet instead.

Unlimited packages are currently sold out. Token Wallet top-up remains available.

Top up after setup

Load more API coding credit when you are ready.

Choose the amount you want to spend and the slider will show the total API Coding Credits you receive before checkout. Your API token stays the same after payment, and your credit is ready for Codex CLI and Claude Code as soon as Stripe confirms it.

Flexible API credit top-up

Choose exactly how much to load.

$250 API Coding Credits
$1 = 10 API Coding Credits $250+ unlocks 15 API Coding Credits per $1.
Stripe charge: $25 API Coding Credits: $250 API Coding Credits

Choose an API coding credit amount to start using CodexAPI.pro. Stripe Checkout is secure and card details are saved at Stripe for future top-ups.

Use Cash Wallet instead

If you have approved referral earnings or stored Cash Wallet value, you can buy the selected API coding credit amount without visiting Stripe again.

Load Cash Wallet with Stripe

Store real-money value on your profile for future CodexAPI.pro purchases. This is separate from Token Wallet coding credit.

Automatic top-up

Make one wallet payment first so Stripe can attach a card to your account.