{
"env": {
"ANTHROPIC_BASE_URL": "https://api.lowcostaiapi.com",
"ANTHROPIC_AUTH_TOKEN": "Fill in your API key above first"
}
}Home/Setup
Onboarding
Connect your coding tools in a minute
Create an API key in the console and paste it below — configs are generated live. Copy them into the right file to use Claude Code, Codex, Gemini CLI or OpenCode, or import into CC-Switch with one click. Deep-dive tutorials sit right below the generator.
Fill in your key, then copy a config or import into CC-Switch
~/.claude/settings.json
Endpoints: Claude Code uses the bare base URL, Codex / OpenCode use /v1, Gemini uses /v1beta. This page only generates configs — it never validates your key or tests the connection; model IDs follow the console model list.
Tutorials
Deep-dive tutorials
One per generator tab above, covering install, configuration and troubleshooting — for when something breaks or you want the details.
API & SDK
Call the API directly
Integrating from your own code instead? Just change base_url and api_key.