Skip to main content

Integrations

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 UI

Chat interfaces that let you talk to your models directly.

ToolDescription
Open WebUIFull-featured chat UI with multi-model support
OpenClawPersonal AI agent with Telegram, WhatsApp, Discord support
LibreChatSelf-hosted open-source chat interface with multi-endpoint support

IDE & Editor

Native integrations for popular development environments.

ToolDescription
CursorAI-first code editor with inline completions and chat
Continue.devOpen-source AI code assistant for VS Code and JetBrains
ClineAutonomous coding agent with file and terminal access
VS CodeGitHub Copilot-compatible AI coding assistant

Frameworks

AI application frameworks that call the OpenAI or Anthropic API.

ToolDescription
LangChainComposable LLM application framework
LlamaIndexData framework for LLM-powered applications
HaystackNLP and RAG pipeline framework

Automation

Workflow automation platforms with built-in AI nodes.

ToolDescription
n8nSelf-hostable workflow automation with an HTTP/AI node
MakeVisual workflow automation with HTTP actions

Notebooks

Interactive computing environments.

ToolDescription
JupyterClassic interactive notebook via the OpenAI Python SDK
marimoReactive Python notebook with built-in AI cell support

How it works

Every integration follows the same two-step pattern:

  1. Set the base URL to your Routerly instance — http://localhost:3000/v1 for local, or your production URL.
  2. 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).


Not seeing your tool?

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