← All integrationsIntegrations

Codex CLI

OpenAI's official CLI — run it on GPT-5.6 through a named provider profile.

01

Create a key

Generate one sk-pool-* key in your dashboard.

02

Point to apiToken.sale

Set the base URL and key using the config below.

03

Start building

Every supported Claude and GPT model runs on the same balance.

Configuration

# ~/.codex/apitoken.config.toml
model = "gpt-5.6-sol"
model_provider = "apitoken"

[model_providers.apitoken]
name = "apiToken.sale"
base_url = "https://openai.api.apitoken.sale/v1"
wire_api = "responses"
env_key = "APITOKEN_API_KEY"

# keep the key in your shell, then pick the profile
export APITOKEN_API_KEY=sk-pool-•••
codex --profile apitoken