Router9
Documentation
Integrations

Integrations

Connect Router9 to popular AI agent frameworks

Router9 is fully compatible with the OpenAI API format. Any agent framework that supports OpenAI-compatible endpoints works with Router9 out of the box.

Quick Setup

Most frameworks only need a base URL and API key:

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

Supported Frameworks

FrameworkLanguageSetup
OpenClawNode.jsCustom provider config
PicoClawGoModel list config
ZeroClawRustTOML provider config

Anthropic SDK

For frameworks that use the Anthropic SDK natively, Router9 also provides an Anthropic-compatible endpoint:

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

See the Anthropic API reference for details.

On this page