Getting Started
Set up monitoring for your bot in under a minute.
Create an account
Sign up with your email. No credit card required — the free plan includes 3 monitors with 5-minute check intervals.
Create a project
A project groups related monitors together. For example, you might have one project per bot. From the dashboard, enter a name and click Create.
Add a monitor
Inside your project, add a monitor by providing:
- Name — A friendly label (e.g. "Bot Health Check")
- URL — The endpoint to check (e.g.
https://mybot.example.com/health) - Method — GET (default), POST, or HEAD
- Expected Status — The HTTP status code that means "up" (default: 200)
- Interval — How often to check, in seconds (depends on your plan)
Once created, BotOps Cloud will start checking your endpoint from 3 regions (US, EU, Asia) automatically. A monitor is only marked down when 2+ regions confirm the failure.
Set up alerts
On your project page, add an alert channel so you get notified when something goes wrong:
Discord Webhook
In your Discord server: Server Settings → Integrations → Webhooks → New Webhook. Copy the URL and paste it into BotOps Cloud. You'll get rich embed notifications in your channel.
Telegram
Create a bot via @BotFather, get the bot token, then send a message to the bot and grab your chat ID. Enter both in BotOps Cloud.
Provide your SMTP server details and the email address to notify. Works with any SMTP provider (Gmail, Mailgun, Resend, etc.).
Enable your status page
Each project gets a public status page automatically. From your project page, click Status Page to customize:
- Display name and logo
- Accent color to match your brand
- Toggle the page public when you're ready
Your status page will be available at /status/your-project-slug and shows live monitor status, 90-day uptime bars, and recent incidents.
REST API
Everything you can do in the dashboard is also available via the API. Authenticate with a JWT token:
Interactive API docs are available at /api/docs.
Plans
| Free | Pro ($12/mo) | Studio ($49/mo) | |
|---|---|---|---|
| Bots | 1 | 3 | 10 |
| Monitors | 3 | 15 | 50 |
| Min interval | 5 min | 1 min | 30 sec |
| Regions | 3 | 3 | 3 |
| History | 7 days | 90 days | 1 year |