create_monitor
Register a new cron job monitor. Returns the monitor ID to use in ping URLs. Requires API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable monitor name | |
| api_key | Yes | API key (x-api-key header value) | |
| notify_url | No | Webhook URL for DOWN alerts (receives POST with JSON) | |
| grace_period_seconds | No | Extra seconds allowed after interval before going DOWN | |
| schedule_description | No | Human-readable schedule (e.g. 'Every night at 3am UTC') | |
| expected_interval_seconds | Yes | How often the job should run (seconds) |