Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 679 Bytes

File metadata and controls

31 lines (20 loc) · 679 Bytes

Using Codex CLI with SoxAI

Use SoxAI as the API backend for Codex CLI.

Setup

1. Get your SoxAI API key

Sign up at console.soxai.io (free $5 credit, no card required).

2. Configure Codex CLI

Edit ~/.codex/config.toml:

[api]
api_key = "sox-your-key-here"
base_url = "https://api.soxai.io/v1"

3. Use Codex normally

codex "refactor this function to use async/await"

Benefits

  • One API key for Codex + Claude Code + other tools
  • Team budgets — prevent runaway costs
  • 200+ models available through the same endpoint