IronWatchDocs
Dashboard
IronWatch · Documentation

Four tools, one set of docs.

IronWatch is four separate tools — uptime checks, cron scheduling, cron monitoring, and status pages. Each has its own API and its own keys, but they share one signing scheme and the same core concepts, so what you learn in one carries to the rest. Pick the tool you need from the sidebar.

Products

Shared concepts

Each product authenticates with its own Bearer key. Outbound requests are signed with HMAC-SHA256 over {timestamp}.{body}, so your server can confirm a request came from us. Deduplication keys make mutating requests safe to retry. These work the same way in every product.