Hosted API access for the official OpenAI Codex CLI

Run Codex locally. Bill it through one hosted API.

Codex API gives developers instant wallet-backed access for the public @openai/codex@latest CLI. Start new coding sessions, resume local project history, use web search, track token spend, and recharge through Stripe without replacing the official CLI.

$5 / $30
advertised 1M input / output token rate
0.130.0
current official Codex CLI target
/v1
Responses-compatible endpoint

Plans available now

Choose wallet credit or a monitored unlimited plan.

Accounts are issued instantly from the client dashboard. The same token keeps working after every top-up, so users do not need to reconfigure Codex when they buy more credit.

Unlimited Credit

$199/mo

Fair-use monitored automatically

Start Unlimited

How it works

From signup to coding in four steps.

01

Create an account

Open the dashboard, choose a starter credit pack, and receive a wallet key.

02

Install Codex

Use the official OpenAI CLI package from npm on Linux, macOS, or Windows.

03

Start with search

Run the generated startup command with codex --search.

04

Resume later

Return to the same project with codex resume --last --search.

Official Codex CLI support

A provider layer, not a replacement CLI.

The official Codex CLI still runs on the user's machine. Codex API supplies the hosted Responses-compatible endpoint at https://codexapi.pro/v1, plus account billing and usage visibility through the dashboard.

New session: codex --search Resume: codex resume --last --search Endpoint: https://codexapi.pro/v1

Included surfaces

  • Client dashboard for token, balance, and setup commands.
  • Admin dashboard for account and credit management.
  • Responses-compatible API routes under /v1.
  • Verbose API documentation under /api-docs.