~/.codex/config.toml and one API key.
AIsa endpoint:
Prerequisites
Before you start, make sure you have:- An AIsa API key (console.aisa.one/api-keys)
- A terminal on macOS, Linux, or Windows WSL2
1. Install Codex
2. Add AIsa as the model provider
Export your AIsa API key (add it to~/.zshrc or ~/.bashrc to persist):
~/.codex/config.toml (create the file if it doesn’t exist):
env_keytells Codex which environment variable holds your key.wire_api = "chat"uses AIsa’s standard OpenAI-compatible Chat Completions endpoint. Models that exposePOST /v1/responsesin the catalog (e.g.gpt-5.4,gpt-5.5) also work withwire_api = "responses".- Swap
modelfor any coding-capable model —gpt-5,claude-opus-4-8,kimi-k2.5,qwen3-coder-plus, etc.
3. Start Codex and connect AIsa capabilities
Quick reference
Troubleshooting
Related
Use AIsa in Claude Code
Configure Anthropic’s Claude Code with the same AIsa key.
Authentication
API key creation, rotation, and storage best practices.
Model Catalog
Browse coding models before choosing a Codex default.