Agent Integrations
Step-by-step guides for integrating BitRouter with popular AI coding agents
Agent Integrations
Connect your favorite AI agents to BitRouter's intelligent routing layer.
Quick Integration Matrix
| Agent | Type | Best For | Setup Time |
|---|---|---|---|
| Claude Code | IDE + CLI | Enterprise development | 2 min |
| GitHub Copilot | VS Code + CLI | Proxy & BYOK routing | 2 min |
| Openclaw | Multi-channel | Chat platform bots | 5 min |
| Pi | Terminal | Minimal, extensible | 3 min |
| Opencode | Terminal + IDE | Provider-agnostic | 3 min |
| Codex | Cloud | Parallel execution | 3 min |
| KiloCode | Multi-agent | Role-based teams | 5 min |
| Hermes | Research | Persistent memory | 5 min |
Universal Quick Start
Works with most agents:
# 1. Start BitRouter
bitrouter serve
# 2. Set API endpoint
export AGENT_API_BASE=http://localhost:8787
# 3. Launch your agent
your-agent-commandIntegration Methods
Method 1: API Proxy (Simple)
Point your agent to BitRouter's OpenAI-compatible endpoint.
Method 2: ACP Protocol (Advanced)
Use Agent Communication Protocol for discovery and coordination.
Method 3: Native Plugin
Install BitRouter plugin directly in your agent runtime.
Not Listed?
Most agents that support custom OpenAI or Anthropic base URLs work with BitRouter out of the box. Check our universal integration guide for generic setup instructions.
How is this guide?
Last updated on