Get API Key
An API key is used to call CodyRouter APIs and configure Claude Code, Codex, OpenCode, OpenClaw, or other API clients.
Create A Key
- Sign in to the CodyRouter dashboard.
- Open the API Keys page.
- Create a new API key.
- Copy the generated key and store it securely.
- Use the key in your tool or code.
Best Practices
- Do not commit API keys to Git repositories.
- Do not put API keys in public frontend code.
- Prefer environment variables for local development.