FAQ
Account
How do I register?
Visit routerbus.com, click Register, and fill in your username, email, and password. GitHub and Discord login are also available.
Forgot my password?
Click "Forgot Password" on the login page to reset via your registered email.
Billing
What payment methods are supported?
We currently support USDT (TRC-20) payments.
How long does a top-up take?
TRC-20 transfers typically confirm within 1-3 minutes. If it takes longer than 10 minutes, please contact support.
Can I get a refund?
Credited balance is non-refundable. Please top up as needed.
API Usage
What is the API endpoint?
- OpenAI compatible:
https://routerbus.com/v1 - Claude native:
https://routerbus.com
Which models are supported?
40+ models including Claude, GPT, and Gemini. Log in to the console for the full list.
Are there rate limits?
Rate limits are set based on your account tier and balance.
Getting "insufficient quota" error?
Your balance is low. Please top up on the recharge page.
CLI Tools
Claude Code won't connect?
Check that your environment variables are set correctly:
echo $ANTHROPIC_BASE_URL # Should be https://routerbus.com
echo $ANTHROPIC_AUTH_TOKEN # Should be your API KeyCan I use multiple CLI tools at once?
Yes. Each CLI tool uses independent environment variables. You can configure Claude Code, Codex CLI, and Gemini CLI simultaneously.
Can I create multiple API Keys?
Yes. You can create different API Keys for different purposes to manage and track usage separately.
General
How is RouterBus different from official APIs?
RouterBus is an API relay service providing a unified interface and convenient payment methods. Model capabilities are identical to official services.
Is my data safe?
RouterBus does not store your conversation content. All requests are forwarded to upstream AI providers in real time.