DOCUMENTATION
Welcome to the Turbine documentation. Learn how to orchestrate multi-agent AI systems with unified rate limiting, cost tracking, and observability.
§ QUICK START
Install Turbine globally:
npm install -g @turbine/cli
Initialize in your project:
turbine init
Check status:
turbine status
§ FEATURES
- —Unified Rate Limiting
Track and manage rate limits across Claude, Codex, Gemini, and custom providers
- —Cost Attribution
Granular cost tracking per provider, agent, convoy, and bead
- —Automatic Failover
Seamlessly route requests to available providers when limits are hit
- —Live Monitoring
Real-time dashboard and CLI monitoring of all agent activity
§ NAVIGATION
- → Getting Started — Installation and first steps
- → Concepts — Core concepts and terminology
- → CLI Reference — All CLI commands
- → Configuration — Config file reference
- → Providers — Provider setup guides
- → API Reference — REST API and SDK