Claude Code Hub (CCH)
A team-level multi-provider AI coding proxy and scheduling platform.
Links
| Resource | URL |
|---|---|
| Website | claude-code-hub.app |
| Official docs | claude-code-hub.app/docs |
| GitHub | ding113/claude-code-hub |
Overview
Claude Code Hub (CCH) is a server-deployed multi-tenant AI coding tool scheduling platform. It helps teams centrally manage Claude, Codex, Gemini, and other AI providers, with intelligent load balancing and automatic failover.
Good Fit
- Agile development teams: shared AI tools with centralized management and usage tracking
- AI-driven engineering teams: heavy AI coding usage with high availability and automatic failover
- Startups: budget-sensitive teams that need precise cost control and multi-dimensional rate limits
- Small and medium software companies: audit logs, access control, and operational visibility
Core Features
- Intelligent load balancing: weight, priority, and group-based scheduling, with circuit breaking and up to 3 automatic failover attempts
- Multi-provider management: Claude, Codex, Gemini, OpenAI-compatible providers, and more
- Rate and concurrency controls: RPM, cost limits by 5-hour/week/month windows, and concurrent session controls
- Real-time monitoring: dashboard for calls, cost, active sessions, and provider health
- Session management: 5-minute context cache and sticky routing to improve cache hit rate
- OpenAI-compatible layer:
/v1/chat/completionsendpoint for existing toolchains
Quick Deployment
One-Line Script
bash
# Use the official deployment script. Installation takes about 5 minutes.
curl -fsSL https://claude-code-hub.app/install.sh | bashFor details, see the script deployment guide.
Client Integration
After deployment, point Claude Code, Codex, and other tools to the CCH proxy API address.
For details, see the client setup guide.
Tech Stack
- Frontend: Next.js
- Backend: Hono
- Database: PostgreSQL + Redis
- License: MIT License
FAQ
How is CCH different from directly using an API?
CCH adds provider failover, load balancing, usage statistics, and session stickiness. Direct API configuration is enough for solo usage, while CCH is better for team collaboration.
More Questions
Read the CCH official docs or join the Telegram group.