FAQ
Q: What should I do if my API Key leaks?
Open the API Keys page and click "Rotate Key" immediately. The old key becomes invalid at once.
Q: Why do requests return 401?
Check:
- Whether the API Key is correct
- Whether the API Key has expired or been disabled
- Whether environment variables or config files are set correctly
- Whether you reopened the terminal after changing environment variables
Q: Why do requests return 429?
This means the request rate is too high. Retry later. Add retry logic in your code when appropriate.
Q: Why do Windows environment variables not take effect?
After setting environment variables, you need to open a new PowerShell window.
Q: What if api.icodeeasy.cc is slow?
Switch the Base URL to an I Code Easy backup endpoint: https://jp.icodeeasy.cc or https://sg.icodeeasy.cc.
- Claude Code (including Kimi through Claude Code) / GLM / MiniMax: change
ANTHROPIC_BASE_URL - Kimi Code CLI: change the provider
base_urlin~/.kimi-code/config.tomland keep/v1 - Codex: change
base_urlorOPENAI_BASE_URL - Gemini CLI: change
GOOGLE_GEMINI_BASE_URL; do not append/v1beta
Q: How do I report a problem?
Submit a ticket on the Tickets page. We will handle it as soon as possible.