> ## Documentation Index
> Fetch the complete documentation index at: https://docs.routeway.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations Overview

> Connect Routeway to coding agents, chat UIs, and any OpenAI-compatible tool.

Routeway works with any tool that supports an OpenAI-compatible or Anthropic-compatible API. Point the tool at Routeway's base URL, provide your API key, and you're ready to go.

***

## Coding Agents

Terminal-based and IDE-based AI agents that can read, write, and execute code on your behalf.

<CardGroup cols={2}>
  <Card title="Claude Code" icon="terminal" href="/integrations/agents/claude-code">
    Anthropic's CLI agent. Connects via the Anthropic Messages API.
  </Card>

  <Card title="Codex" icon="square-terminal" href="/integrations/agents/codex">
    OpenAI's open-source coding agent with custom provider support.
  </Card>

  <Card title="Cursor" icon="mouse-pointer" href="/integrations/agents/cursor">
    AI-powered code editor with OpenAI base URL override.
  </Card>

  <Card title="Roo Code" icon="code" href="/integrations/agents/roo-code">
    VS Code extension with OpenAI-compatible provider config.
  </Card>

  <Card title="OpenCode" icon="braces" href="/integrations/agents/opencode">
    Terminal coding agent with JSON-based provider configuration.
  </Card>

  <Card title="OpenClaw" icon="paw-print" href="/integrations/agents/openclaw">
    Open-source personal AI assistant for your own devices.
  </Card>

  <Card title="OpenHands" icon="hand" href="/integrations/agents/openhands">
    Autonomous AI coding agent with custom LLM endpoint support.
  </Card>

  <Card title="Droid" icon="smartphone" href="/integrations/agents/droid">
    Factory's CLI agent with custom model configuration.
  </Card>

  <Card title="Kilo Code" icon="binary" href="/integrations/agents/kilo-code">
    VS Code extension with OpenAI-compatible provider config.
  </Card>

  <Card title="Gemini CLI" icon="gem" href="/integrations/agents/gemini-cli">
    Community fork with OpenRouter-style configuration.
  </Card>

  <Card title="Grok CLI" icon="message-square-code" href="/integrations/agents/grok-cli">
    Third-party Grok terminal client via OpenAI-compatible endpoint.
  </Card>

  <Card title="OpenClaude" icon="message-circle" href="/integrations/agents/openclaude">
    Open-source terminal chat client with custom provider support.
  </Card>
</CardGroup>

***

## Chat UIs

Web-based and self-hosted chat interfaces.

<CardGroup cols={2}>
  <Card title="Open WebUI" icon="globe" href="/integrations/chat-uis/openwebui">
    Self-hosted ChatGPT-like interface with automatic model fetching.
  </Card>

  <Card title="TypingMind" icon="keyboard" href="/integrations/chat-uis/typingmind">
    Polished chat UI with custom OpenAI-compatible endpoint support.
  </Card>

  <Card title="LibreChat" icon="message-square" href="/integrations/chat-uis/librechat">
    Open-source multi-model chat interface with YAML configuration.
  </Card>
</CardGroup>

***

## Roleplay Platforms

Character-based chat and roleplay frontends.

<CardGroup cols={2}>
  <Card title="Saucepan" icon="cooking-pot" href="/integrations/roleplay/saucepan">
    Web-based AI chat with Routeway as a built-in provider.
  </Card>

  <Card title="SillyTavern" icon="drama" href="/integrations/roleplay/sillytavern">
    Local frontend for character-based AI chat via Chat Completions.
  </Card>

  <Card title="RisuAI" icon="message-circle-heart" href="/integrations/roleplay/risuai">
    Web-based character chat with OpenAI-compatible endpoint support.
  </Card>

  <Card title="JanitorAI" icon="bot-message-square" href="/integrations/roleplay/janitorai">
    Web-based character AI with proxy configuration.
  </Card>

  <Card title="ChubAI" icon="heart" href="/integrations/roleplay/chubai">
    Character hub with built-in chat and OpenAI proxy support.
  </Card>
</CardGroup>

***

## Other Integrations

Routeway is fully OpenAI-compatible, so it works with virtually any tool or framework that lets you configure a custom base URL. See the [Other Integrations](/integrations/other) page for a generic connection guide.
