2Get OpenRouter API Key
Sign up at openrouter.ai and get your API key
3Configure
Add these to your shell config (~/.bashrc or ~/.zshrc):
export ANTHROPIC_BASE_URL="https://cc.yovy.app"
export ANTHROPIC_API_KEY="your-openrouter-api-key"
Then reload your shell:
source ~/.bashrc
🎉 Ready to go!
Run claude in your terminal and enjoy access to Claude models
For data privacy: Consider self-deploying y-router to Cloudflare Workers instead of using this shared instance.