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:

  1. Whether the API Key is correct
  2. Whether the API Key has expired or been disabled
  3. Whether environment variables or config files are set correctly
  4. 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_url or OPENAI_BASE_URL
  • Gemini CLI: change GOOGLE_GEMINI_BASE_URL; do not append /v1beta
  • Image generation API: change the request domain from api.icodeeasy.cc to jp.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.