Systems Operational

The power of Claude.
Without the limits.

Use the official Anthropic Claude Code CLI completely free. Auto-configure for Windows CMD, PowerShell, Bash, Termux, and VS Code.

Watch Tutorial

Watch the complete setup tutorial on YouTube

Gateway Configuration

Enter your details once. We'll generate exact commands for every platform below.

Get token from AgentRouter or OpenRouter

Default Claude models

Terminal Initialization

Copy the exact commands for your operating system.

# 1. Install Claude Code
npm install -g @anthropic-ai/claude-code
# 2. (Optional Fix) Run installer if error comes
node $(npm root -g)/@anthropic-ai/claude-code/install.cjs
# 3. Export environment variables and run

export ANTHROPIC_BASE_URL=https://agentrouter.org/
export ANTHROPIC_AUTH_TOKEN=sk-YOUR_TOKEN
export ANTHROPIC_MODEL=claude-opus-4-6
export CLAUDE_CODE_USE_AUTH_TOKEN=true

claude
    

IDE & Editor Extensions

Use AgentRouter seamlessly within VS Code using popular AI coding assistants.

Roo Code

Formerly Roo Cline. Advanced AI coding assistant.

Provider OpenAI Compatible
Base URL https://agentrouter.org/v1
API Key sk-YOUR_TOKEN
Model claude-3-5-sonnet

Kilo Code

Fast, lightweight AI coding assistant for VS Code.

Provider OpenAI Compatible
Base URL https://agentrouter.org/v1
API Key sk-YOUR_TOKEN
Model claude-3-5-sonnet

Claude Dev

Autonomous coding agent powered by Claude.

Provider OpenAI Compatible
Base URL https://agentrouter.org/v1
API Key sk-YOUR_TOKEN
Model claude-3-5-sonnet