Search docs...

Start typing to search documentation

Integrations

Integrations

Use UnoRouter with your favorite AI tools. Pick a guide below to get started.

CC Switch

CC Switch Integration Guide

All-in-One AI CLI Management Tool for unified management of Claude Code, Codex, and Gemini CLI provider configurations.

View Full Guide

Quick Start

powershell
# Download from GitHub Releases:
# https://github.com/farion1231/cc-switch/releases
Claude
Claude Code

Claude Code Integration

Use UnoRouter with Claude Code, Cursor, VS Code extensions, and any Anthropic-compatible client. Point your API to UnoRouter and access all models.

View Full Guide

Quick Start

powershell
$env:ANTHROPIC_BASE_URL="https://api.unorouter.ai"
$env:ANTHROPIC_API_KEY="YOUR_API_KEY"

claude

Sign in to auto-fill your API key

Codex
Codex CLI

OpenAI Codex CLI Setup Guide

Step-by-step guide to install and configure Codex CLI with UnoRouter on Windows, macOS, and Linux.

View Full Guide

Quick Start

powershell
$env:OPENAI_BASE_URL="https://api.unorouter.ai/v1"
$env:OPENAI_API_KEY="YOUR_API_KEY"

codex

Sign in to auto-fill your API key

Gemini
Gemini CLI

Gemini CLI Integration

Use UnoRouter with the Gemini CLI and any Google GenAI-compatible client. Access Gemini models alongside Claude and GPT.

View Full Guide

Quick Start

powershell
$env:GEMINI_API_BASE="https://api.unorouter.ai"
$env:GEMINI_API_KEY="YOUR_API_KEY"

gemini

Sign in to auto-fill your API key

OpenClaw

OpenClaw Integration

Use UnoRouter as a model provider for your OpenClaw agent. Configure once and access every model through OpenClaw's gateway.

View Full Guide

Quick Start

powershell
# In %APPDATA%\openclaw\config.yaml
# providers.openai.baseUrl: "https://api.unorouter.ai/v1"
$env:OPENAI_API_KEY="YOUR_API_KEY"

openclaw onboard

Sign in to auto-fill your API key

Ready to get started?

Get your API key and start using UnoRouter with any of these tools.

Integrations - UnoRouter