Cron as a service
Scheduled HTTP jobs you can actually see into.
Point kapCron at a URL, choose a schedule, and get retries, alerting and a full execution history for every run. Sign up yourself — no sales call.
Projects, not a flat list
Group schedules by product, environment or client. Members, alert channels, API keys and retention are set per project.
Any endpoint, any auth
GET through DELETE with custom headers and a JSON body. Basic, bearer, API-key or HMAC-signed requests — credentials encrypted at rest.
Success is what you define
A 200 is not automatically a pass. Match on status classes, response text or a regex, and fail runs that go over a latency budget.
Retries that make sense
Per-job attempt counts with fixed or exponential backoff. Alerts fire once the budget is spent, so a job that recovers never pages anyone.
Every run, kept
Status, latency, response headers and a body snippet for each attempt — with hourly rollups so 90-day charts stay instant.
Alerts and an API
Email, Slack and webhook notifications on failure, recovery or auto-pause. Scoped API keys for managing jobs programmatically.