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 the official fallback endpoint https://jp.icodeeasy.cc.
- Claude Code / Kimi / GLM / MiniMax: change
ANTHROPIC_BASE_URL - Codex: change
base_urlorOPENAI_BASE_URL - Gemini CLI: change
GOOGLE_GEMINI_BASE_URL; do not append/v1beta - Image generation API: change the request domain from
api.icodeeasy.cctojp.icodeeasy.cc, keeping the path unchanged
Q: How do I report a problem?
Submit a ticket on the Tickets page. We will handle it as soon as possible.