Documentation
Hookie is a multi-tenant webhook pipeline: ingest any payload with a write-only key, route it into datasets with rules, and deliver signed events with retries, a live stream, and AI triggers — all on Cloudflare.
The request lifecycle
Every ingested payload follows the same path:
- Authenticate the ingest key (constant-time) and check the IP allowlist.
- Apply the edge rate limit, then short-circuit on
Idempotency-Key. - Enforce the monthly event quota for your plan.
- Store the raw body verbatim in
submissions. - Route into
recordsvia the identity dataset, your rules, or a webhook's mapping. - Fan out to outbound deliveries, the live stream, and any matching AI triggers.