Skip to content

Latest commit

 

History

History
95 lines (63 loc) · 2.75 KB

File metadata and controls

95 lines (63 loc) · 2.75 KB
title Integrations
sidebar_label Overview
sidebar_position 1

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.

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

IDE & Editor

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

Frameworks

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

Automation

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

Notebooks

Interactive computing environments.

Tool Description
Jupyter Classic interactive notebook via the OpenAI Python SDK
marimo Reactive 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