Integration tutorial

Connect Codex

Point the built-in OpenAI provider at DiscountedTokens using the Responses API.

01
Buy or create a key

Use guest checkout or create an account key.

02
Set the base URL

https://discountedtokens.com/v1

03
Send a small test

Verify the route before moving production traffic.

~/.codex/config.toml

model = "gpt-5.6" openai_base_url = "https://discountedtokens.com/v1"

Run and verify

export OPENAI_API_KEY="YOUR_DISCOUNTEDTOKENS_KEY" codex

Troubleshooting

Get an API key → All tutorials