Public monitor API quickstart for product teams
Use user-scoped API keys to manage monitors and pull change events into your own app.
- Create monitor with `POST /api/public/monitors`.
- Trigger checks with `POST /api/public/monitors/:id/check`.
- Read latest changes with `GET /api/public/changes`.