Router9
Documentation
Integrations

Integrations

Connect Router9 to the AI harnesses you already use

Router9 is fully compatible with the OpenAI API format, and also exposes an Anthropic Messages endpoint. Any AI harness that speaks either format works with Router9 out of the box — usually with nothing more than a base URL and an API key.

Quick Setup

Most harnesses only need a base URL and API key:

OPENAI_BASE_URL=https://api.router9.com/v1
OPENAI_API_KEY=sk-r9k-your-key-here

For Anthropic-native harnesses, point them at the Anthropic endpoint instead:

ANTHROPIC_BASE_URL=https://api.router9.com/anthropic
ANTHROPIC_API_KEY=sk-r9k-your-key-here

Supported harnesses

Each harness has a dedicated guide with its exact configuration:

HarnessSetup
Hermes logo HermesCustom endpoint in ~/.hermes/config.yaml
OpenClaw logo OpenClawCustom provider in openclaw.json
Goose logo GooseCustom OpenAI provider in ~/.config/goose/custom_providers/
Letta logo LettaOPENAI_API_BASE on the Letta server
gptme logo gptmeOPENAI_BASE_URL in ~/.config/gptme/config.toml
Nanobot logo NanobotCustom provider in ~/.nanobot/config.json
OpenWork logo OpenWorkCustom provider in openwork.json
ZeroClaw logo ZeroClawCustom provider in zeroclaw.json
NanoClaw logo NanoClawCustom provider in nanoclaw.json

Using a harness that isn't listed? If it supports OpenAI-compatible endpoints, the Quick Setup above is all you need — set the base URL and your sk-r9k- key.

On this page