Troubleshooting
Troubleshooting
Check sign-in state, API Key, base_url, model catalog, and local config files first.
Not signed in
Your personal API Key is only visible after sign-in. Click View my API Key on this page or open:
text
https://gettoken.dev/console/api-keys
No API Key
Open the API Key page and create one. After creation, you can reveal, copy, test, or import it into CC Switch.
Wrong base_url
Recommended:
text
https://api.clawto.link
Standard:
text
https://api.gettoken.dev
Do not use:
text
https://gettoken.dev
https://gettoken.dev/console
GPT-5.5 is missing in Codex
macOS / Linux:
bash
GETTOKEN_CODEX_MODEL='gpt-5.5' GETTOKEN_CODEX_SET_DEFAULT_MODEL='1' bash -c "$(curl -fsSL 'https://cdn.gettoken.dev/scripts/codex-fix-gpt55-catalog.sh')"
Windows PowerShell:
powershell
$env:GETTOKEN_CODEX_MODEL='gpt-5.5'; $env:GETTOKEN_CODEX_SET_DEFAULT_MODEL='1'; irm 'https://cdn.gettoken.dev/scripts/codex-fix-gpt55-catalog.ps1' | iex
Connection failed
Check these in order:
- The API Key was copied fully.
auth.jsonis valid JSON.config.tomlis in~/.codex/config.toml.base_urlishttps://api.clawto.link.- Your account has available quota.
- Your network can reach the endpoint.
API Key leaked
Delete the old key immediately and create a new one. Do not wait for unusual usage to appear.