Integrations overview
In short: if your tool lets you set “Base URL + API key”, it can usually work with SU8 Codes.
What you need
Section titled “What you need”- Base URL:
https://www.su8.codes/codex/v1 - API key: a key you created in the dashboard
- Model id: copy from Models if you’re unsure
Start with the two most common paths
Section titled “Start with the two most common paths”- Codex CLI (recommended): follow the config page
- OpenClaw: a few fields in a config file
Two common endpoints
Section titled “Two common endpoints”- Recommended:
/responses - Compatibility:
/chat/completions
Verify with either:
Most common pitfalls
Section titled “Most common pitfalls”- Missing
/codex/v1in Base URL → 404 - Wrong model id → copy from Models
- Tool only supports one endpoint → try
/chat/completions
- For other tools (Cline/Roo/Kilo/opencode, etc.): Field reference
- If something fails: Troubleshooting