| title | Integrations |
|---|---|
| sidebar_label | Overview |
| sidebar_position | 1 |
Routerly is compatible with any tool that speaks the OpenAI or Anthropic API. Point the tool at your Routerly instance, set your project token as the API key, and everything works — routing, budget enforcement, and cost tracking included.
Chat interfaces that let you talk to your models directly.
| Tool | Description |
|---|---|
| Open WebUI | Full-featured chat UI with multi-model support |
| OpenClaw | Personal AI agent with Telegram, WhatsApp, Discord support |
| LibreChat | Self-hosted open-source chat interface with multi-endpoint support |
Native integrations for popular development environments.
| Tool | Description |
|---|---|
| Cursor | AI-first code editor with inline completions and chat |
| Continue.dev | Open-source AI code assistant for VS Code and JetBrains |
| Cline | Autonomous coding agent with file and terminal access |
| VS Code | GitHub Copilot-compatible AI coding assistant |
AI application frameworks that call the OpenAI or Anthropic API.
| Tool | Description |
|---|---|
| LangChain | Composable LLM application framework |
| LlamaIndex | Data framework for LLM-powered applications |
| Haystack | NLP and RAG pipeline framework |
Workflow automation platforms with built-in AI nodes.
| Tool | Description |
|---|---|
| n8n | Self-hostable workflow automation with an HTTP/AI node |
| Make | Visual workflow automation with HTTP actions |
Interactive computing environments.
| Tool | Description |
|---|---|
| Jupyter | Classic interactive notebook via the OpenAI Python SDK |
| marimo | Reactive Python notebook with built-in AI cell support |
Every integration follows the same two-step pattern:
- Set the base URL to your Routerly instance —
http://localhost:3000/v1for local, or your production URL. - Set the API key to your project token —
sk-rt-YOUR_PROJECT_TOKEN.
Routerly looks like OpenAI or Anthropic to any client. No SDK patches, no plugins.
:::tip
If a tool asks for an OpenAI API key or base URL, those are the two fields to change.
For tools with an Anthropic mode, the base URL is http://localhost:3000 (without /v1).
:::
If a tool exposes a configurable OpenAI base URL, it will work with Routerly. Check the tool's documentation for terms like:
- custom base URL
- API endpoint
- OpenAI-compatible
- self-hosted