One-Minute Setup
Get Claude Code running
in 60 seconds.
One command configures your terminal to use RovoAPI as the Claude endpoint. Works with Claude Code, Codex CLI, Gemini CLI, and any OpenAI-compatible client.
1Run the installer
curl -fsSL https://rovoapi.com/setup.sh | bashThe script will ask for your API key and preferred Claude model, then write the config automatically.
2Reload your shell
source ~/.zshrc3Start coding
claude codeManual setup (advanced)
Add these environment variables to your shell profile:
export ANTHROPIC_BASE_URL="https://api.rovoapi.com" export ANTHROPIC_API_KEY="sk-rovo-YOUR_KEY"
Don't have an API key yet?
Create a free account — no credit card required to sign up.
Get your free API key →