POST deploy events from your CI/CD pipeline:
GitHub push webhooks are auto-detected — point your repo webhook directly at this URL.
Authenticate with: Authorization: Bearer pf_...
GET /api/services — List servicesPOST /api/services — Add service {"name","url"}GET /api/services/:id — Service detail + checks + deploysPOST /api/services/:id/deploys — Manual deploy logPOST /api/services/:id/tokens — Create deploy webhook