Connect AI tools to RouterBrain with an API key from the console and the shared model catalog—no per-upstream key juggling.

Prerequisites

  1. Create an inference API key in the console (API keys).
  2. Pick a model id from the catalog (List models).
  3. Choose OpenAI-compatible or Anthropic-compatible base URL per tool (Capabilities).
SurfaceBase URL
OpenAI-compatiblehttps://51kik.com/v1
Anthropic-compatiblehttps://51kik.com/anthropic (client base; API path /v1/messages)

Tool guides

ToolRecommended surfaceGuide
CursorOpenAI-compatibleCursor
OpenClawOpenAI-compatibleOpenClaw
Claude CodeAnthropic-compatibleClaude Code
TRAEOpenAI-compatibleTRAE
Hermes AgentOpenAI-compatibleHermes Agent
CodexOpenAI-compatibleCodex
Other toolsDepends on clientOther tools

Troubleshooting

  • 401 / 403: verify key and model access (Errors).
  • Unknown model: use catalog id, not hard-coded vendor model strings.
  • Attribution: optional x-trace-id, x-user-id, x-agent-name (Request correlation).