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-hereFor 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-hereSupported harnesses
Each harness has a dedicated guide with its exact configuration:
| Harness | Setup |
|---|---|
Hermes | Custom endpoint in ~/.hermes/config.yaml |
Custom provider in openclaw.json | |
Goose | Custom OpenAI provider in ~/.config/goose/custom_providers/ |
Letta | OPENAI_API_BASE on the Letta server |
gptme | OPENAI_BASE_URL in ~/.config/gptme/config.toml |
Nanobot | Custom provider in ~/.nanobot/config.json |
Custom provider in openwork.json | |
ZeroClaw | Custom provider in zeroclaw.json |
NanoClaw | Custom 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.