Managed SaaS
The brūhi Cloud Managed SaaS tier provides zero-config radio station hosting and global stream distribution. The brūhi team manages the server provisioning, SSL certificates, storage backups, and audio engine scaling so you can focus entirely on broadcasting.
Key Capabilities
Section titled “Key Capabilities”- Zero-Maintenance Deployment: Automated provisioning of FastAPI instance,
bruhi-audioRust engine, and Icecast relays within seconds. - Global Edge Audio Relays: Stream distribution across 30+ regions with automatic CDN failover for low listener latency.
- Managed S3 Storage Integration: Unlimited media storage connected directly to your S3 bucket (AWS S3, Cloudflare R2, or MinIO).
- Automated Database Backups: Continuous backups of your consolidated SQLite database (
bruhi.db), station settings, and playlist queues. - High-Availability SLA: 99.95% uptime SLA backed by automated monitoring and failover.
Getting Started
Section titled “Getting Started”- Register your organization account at bruhi.in/cloud.
- Provision a new broadcast workspace and obtain your workspace license key.
- Access your web dashboard at
https://your-station.bruhi.cloud. - Log in using WebAuthn passkeys or owner credentials to create your first station and start broadcasting.
Interacting via REST API
Section titled “Interacting via REST API”Your managed workspace uses the exact same REST API as self-hosted brūhi Cloud instances:
# Set your managed instance URL and API Tokenexport BRUHI_API="https://your-station.bruhi.cloud"export API_TOKEN="your-api-bearer-token"
# Check station statuscurl -H "Authorization: Bearer $API_TOKEN" $BRUHI_API/api/stations/1Plan Comparison
Section titled “Plan Comparison”| Feature | Self-Hosted Community | Managed SaaS | Enterprise Cloud |
|---|---|---|---|
bruhi-audio Rust Engine | ✅ Included | ✅ Managed | ✅ Dedicated Cluster |
| Web Dashboard & Mixer | ✅ Included | ✅ Included | ✅ Custom Branding |
| Multi-Station Support | Manually Sized | Up to 10 Stations | Unlimited |
| Storage Backups | Local Volume | Automated Daily | Real-Time Continuous |
| High-Availability Relays | Self-Managed | Edge CDN Relays | Multi-Region Active Failover |
| SLA Uptime | Community Best-Effort | 99.95% SLA | 99.99% SLA |
| Support Channel | GitHub Issues | Priority Email | 24/7 Phone & Dedicated Manager |