Public monitor API quickstart for product teams

Use user-scoped API keys to manage monitors and pull change events into your own app.

  1. Create monitor with `POST /api/public/monitors`.
  2. Trigger checks with `POST /api/public/monitors/:id/check`.
  3. Read latest changes with `GET /api/public/changes`.