Quick Start
Get up and running with Opus Proxy in under a minute.
1. Get your API key
Login via Telegram on the homepage, or message @AbhiClaude_Bot and use /newkey.
2. Quick setup (recommended)
terminal
npx opusabhiThis wizard auto-configures Claude Code, Cline, Roo Code, and more.
3. Or set it up manually
Just replace the base URL in any Anthropic SDK client:
config
Base URL: https://opus.abhibots.com/v1
API Key: ak-YOUR_KEY4. Test it
bash
curl https://opus.abhibots.com/v1/models -H "x-api-key: ak-YOUR_KEY"