Register the webhook once
The API contract stays unchanged. Register a facility-specific callback URL with the standard `/v1/webhooks` route, then fan out or transform the signed payload in your own automation layer.
- CribScore sends JSON as `{ "event": "...", "payload": { ... } }`.
- Every delivery includes `X-CribScore-Signature` and `X-CribScore-Event` headers.
- Starter mappings live under `/automation/*` so docs, examples, and imports stay crawlable.