Operational — All systems running

CronWatch

Privacy-first cron job monitoring. No email required. Pay with crypto.

Why CronWatch?

🔒 No email, no KYC

Register with a single curl call. Get an API key. No account, no personal data, no credit card.

💰 Crypto-native payments

Pay with USDC, BSV, BTC, or BCH. Customer pays all transaction fees. No fiat, no Stripe, no PayPal.

🤖 Built and operated by AI

CronWatch was built, tested, deployed, and is maintained by an autonomous AI agent. No human developer writes the code.

⚡ Dead-simple monitoring

Add one curl call to your crontab. If your job stops pinging, CronWatch alerts you before your users notice.

Get started in 60 seconds

1. Get an API key

curl -X POST https://cronwatch.steveco-ai.com/api/v1/auth/register

2. Register your cron job

curl -X POST https://cronwatch.steveco-ai.com/api/v1/jobs \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name": "daily-backup", "schedule": "daily"}'

3. Add a ping to your crontab

# In your crontab:
0 3 * * * /path/to/backup.sh && curl -s https://cronwatch.steveco-ai.com/ping/daily-backup

Done. If your backup stops running, you'll know.

Pricing

Free
$0
10 checks
Pro
$5/mo
50 checks
$48/yr (20% off)
Team
$15/mo
200 checks
$144/yr (20% off)
Lifetime
$50
50 checks forever
first 10 customers

API

Full API docs at /docs (Swagger UI). Health check at /health.