CronAPI triggers your endpoints on a cron schedule — no DevOps, no boilerplate. Register, get an API key, and start in minutes.
Built for developers who want reliability without the ops overhead.
Full cron expression support — from hourly on Free to per-minute precision on Indie and Pro. Standard 5-field syntax, exactly what you already know.
Jobs that fail are automatically retried with exponential backoff. CronAPI keeps trying so you don't lose executions when your endpoint is temporarily down.
Every outbound request is signed with an HMAC-SHA256 signature so your endpoint can verify the call genuinely came from CronAPI. No spoofing, no replay.
Monitor all your jobs, view execution status at a glance, pause or delete jobs, and inspect run history — right from your browser, no CLI needed.
Full logs for every run: HTTP status code, response body, latency, and errors. Know exactly what happened and when — Free gets 50 entries, paid plans get unlimited.
Interactive API documentation with live request examples. Try endpoints directly in the browser. OpenAPI spec available for code generation.
No infrastructure to provision. No YAML to write. Just HTTP.
POST your endpoint URL, cron expression, HTTP method, and optional headers or body to the CronAPI jobs endpoint. Takes seconds.
Use any standard cron expression. Free plan runs hourly minimum. Upgrade to Indie or Pro for per-minute scheduling precision.
CronAPI fires your endpoint at the exact time, logs the response, and retries on failure. Check execution history from the dashboard or API.
Early access feedback from developers who've replaced their cron servers.
"I had three EC2 instances running nothing but cron jobs. Replaced them all with CronAPI in an afternoon. The execution history alone is worth it."
"HMAC signature verification was the feature that sold me. My webhooks now reject anything that doesn't come from CronAPI. Zero trust, properly done."
"Set up our nightly report job in under two minutes. When it failed once, the retry kicked in and we never even noticed. Exactly what I wanted."
No surprise charges. Upgrade or cancel any time.
| Feature | Free | Indie | Pro |
|---|---|---|---|
| Active jobs | 10 | 100 | Unlimited |
| Minimum schedule interval | 1 hour | 1 minute | 1 minute |
| Execution history entries | 50 | Unlimited | Unlimited |
| HMAC request signing | ✓ | ✓ | ✓ |
| Web dashboard | ✓ | ✓ | ✓ |
| Webhook retries | — | ✓ (3 attempts) | ✓ (3 attempts) |
| Uptime SLA | — | — | 99.9% |
| Priority support | — | ✓ | ✓ |
| Price | $0/mo | $9/mo | $29/mo |
Everything you need to know before signing up.
X-CronAPI-Signature header containing an HMAC-SHA256 signature computed from the request body and a shared secret. Your endpoint validates the signature to confirm the request originated from CronAPI and hasn't been tampered with.
minute hour day month weekday). Free plan jobs are limited to a minimum interval of 1 hour — expressions that would fire more frequently are rejected with a clear error. Indie and Pro plans support per-minute scheduling with no restrictions.
Spots are limited. Drop your email and we'll send you an API key as soon as a spot opens up.