Schedule cron jobs.
Monitor uptime.
Keep your APIs healthy with scheduled HTTP requests. Monitor endpoints, track response times, and get notified when things go wrong.
Try it now - Free
Create a cron job in seconds. No sign-up required.
Everything you need for uptime monitoring
Simple yet powerful tools to keep your services running smoothly. No complex setup required.
Real-time Monitoring
Monitor your HTTP endpoints continuously. Get instant notifications when your services go down or respond slowly.
Flexible Scheduling
Use cron expressions for complex schedules or simple intervals. Run jobs every minute, hour, day, or custom patterns.
Lightning Fast
Built on Cloudflare Workers for global edge execution. Your cron jobs run close to your servers for minimal latency.
Detailed Analytics
Track response times, success rates, and historical data. Identify patterns and optimize your API performance.
How It Works
Get started in minutes. No complex configuration or infrastructure setup required.
Add Your Endpoint
Enter the URL you want to monitor. We support any HTTP/HTTPS endpoint - APIs, webhooks, health checks, and more.
// Your endpoint
https://api.example.com/health
// We'll send a GET request
fetch("https://api.example.com/health")Set Your Schedule
Choose how often to check your endpoint. Use simple intervals like every 5 minutes, or complex cron expressions for custom schedules.
// Simple intervals
Every 5 minutes
Every 15 minutes
Every hour
// Cron expressions
*/5 * * * * → Every 5 min
0 9 * * 1 → Monday 9 AM
0 0 1 * * → MonthlyStay Informed
Get notified instantly when your endpoint fails or recovers. Track response times and view detailed run history.
✓ Status: 200 OK
✓ Duration: 145ms
✓ Last checked: Just now
✓ Next check: in 5 minutes
// Failure alert
⚠ api.example.com is down
Status: 503
Duration: 30000ms (timeout)