API
API overview
Current surface focuses on webhooks, freshness workers, and alert tests. A broader customer REST catalog ships with paid live monitoring.
Steps
Authenticate
Use workspace secrets /
APIkeys as configured in your environment — never commit them.Prefer idempotent workers
Freshness checks should be safe to run on a schedule.
Handle errors
Non-2xx responses should page your deploy pipeline, not silent-fail overnight.