Documentation

Add uptime monitoring in 30 seconds.

Quick Start

  1. Create an account and click β€œAdd Monitor”
  2. Enter your URL (e.g. https://yourapp.com) and check interval
  3. Save β€” monitoring starts on the next cron cycle (within 1 minute)
  4. When it goes down, you get an email. When it recovers, another email.

API Reference

GET/api/monitorsβ€” List your monitors (auth)
POST/api/monitorsβ€” Create a monitor (auth)
PATCH/api/monitors/[id]β€” Update/pause a monitor (auth)
DELETE/api/monitors/[id]β€” Delete a monitor (auth)
GET/api/monitors/[id]/checksβ€” Get check history (auth)
GET/api/cron/checkβ€” Internal cron β€” pings all monitors

MCP

Connect at /api/mcp β€” tools: list_monitors, get_monitor, pause_monitor, get_incidents, get_stats