AnyRouteAnyRoute Docs
AnyRouteAnyRoute Docs
Homepage

Start Here

AnyRoute Documentation

Tools

Capabilities

API Reference

Operations

FAQ

AnyRoute Documentation

Configure developer tools and integrate AnyRoute's Anthropic-compatible, OpenAI-compatible, Gemini-compatible, and image APIs.

AnyRoute is a unified AI API gateway for developer tools, coding agents, and application backends. The public base URL is:

https://anyroute.io

Use your AnyRoute API key as a bearer token. The exact environment variable or settings field depends on the tool:

Client familyBase URLKey field
Claude Code / Anthropic-compatible toolshttps://anyroute.ioANTHROPIC_AUTH_TOKEN
Codex / OpenAI Responses clientshttps://anyroute.ioOPENAI_API_KEY
OpenAI-compatible SDKs that require /v1https://anyroute.io/v1OPENAI_API_KEY
Gemini CLIhttps://anyroute.ioGEMINI_API_KEY
Gemini-compatible SDKs that require /v1betahttps://anyroute.io/v1betaGEMINI_API_KEY

Recommended Path

  1. Install the tool you want to use.
  2. Create an API key in the AnyRoute Dashboard.
  3. Choose the provider group that matches your target protocol or model family.
  4. Copy the exact configuration from the Dashboard Use Key dialog.
  5. Run a first request or open your tool.

Main Sections

  • Installation: install Claude Code, Codex, Gemini CLI, OpenCode, and prerequisites.
  • Quickstart: create an API key, choose a provider group, import the key, and run your first request.
  • Tools: configure base URLs and API keys for Codex, Claude Code, OpenClaw, Hermes Agent, OpenCode, Windsurf, Kiro, and VS Code-like tools.
  • Images: use OpenAI images, Codex image generation, Gemini image generation, and image input.
  • API Reference: endpoint matrix and protocol-specific API details.
  • Interoperability: understand Anthropic, OpenAI, and Gemini compatibility paths.

Public Scope

These docs cover public AnyRoute usage for Anthropic-compatible, OpenAI-compatible, Gemini-compatible, and image workflows. Internal management APIs and unreleased platform-specific routes are intentionally not documented.

Installation

Install the tools you want to use before importing an AnyRoute API key.

Table of Contents

Recommended Path
Main Sections
Public Scope