Documentation

Everything you need
to ship monitoring.

Guides, references, and recipes to get your first monitor live and your whole stack covered.

01

Create your first monitor

Paste a URL and go live in under a minute.

02

Connect an alert channel

Wire up Slack, PagerDuty, or SMS.

03

Publish a status page

Turn your monitors into public trust.

Browse by topic

Find your way around.

Developer-first

Automate everything with the API.

Create monitors, fetch results, and manage incidents programmatically. A clean REST API and first-class webhooks mean RapidCheck fits however you deploy.

create-monitor.sh
# Create an HTTPS monitor, checked every 30s
curl -X POST https://api.rapidcheck.io/v1/monitors \
  -H "Authorization: Bearer $RC_KEY" \
  -d '{
    "url": "https://acme.com",
    "interval": 30,
    "regions": ["us-east","eu-west","ap-south"],
    "alert": ["slack","pagerduty"]
  }'
Can't find it?

We're here to help.

Search the Help Center or talk to a human. Real engineers, fast answers.