Managed SaaS
The Managed SaaS tier provides fully managed brūhi infrastructure — we handle the servers, scaling, and maintenance.
What’s Included
Section titled “What’s Included”- Global edge deployment across 30+ regions
- Automatic scaling based on stream count and CPU usage
- Managed PostgreSQL and Redis — no database ops required
- Daily backups with point-in-time recovery
- 99.95% SLA with priority support
Getting Started
Section titled “Getting Started”- Sign up at bruhi.in/cloud
- Create a new workspace
- Your engine endpoint will be provisioned in ~30 seconds
- Use the same REST/gRPC APIs as the self-hosted version
# Your managed endpointexport BRUHI_API=https://your-workspace.api.bruhi.in
# Create a pipeline (same API as self-hosted)curl -X POST $BRUHI_API/api/v1/pipelines \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"name": "live-stream-1", "input": {"type": "srt", "port": 9000}}'| Feature | Community (Self-Hosted) | Managed SaaS | Enterprise |
|---|---|---|---|
| Audio Engine | ✅ | ✅ | ✅ |
| Auto-Scaling | ❌ | ✅ | ✅ |
| Managed DB | ❌ | ✅ | ✅ |
| Multi-Region | ❌ | ✅ | ✅ |
| Dedicated Nodes | ❌ | ❌ | ✅ |
| SLA | Community | 99.95% | Custom |
| Support | GitHub Issues | Priority | 24/7 Phone |