First feature release since the CLI went live. Highlights:
- replay to a destination —
wbhk replay --destinationre-delivers a captured event to a pre-registered, SSRF-guarded URL (server-side egress), plus destination allowlist management. - outbound signing — per-destination Standard Webhooks signing keys, with rotate/list.
- subscriptions & deliveries —
wbhk subscriptionsmanagement andwbhk deliveries list/getto inspect the auto-delivery loop, at CLI/API/MCP parity. - event search + filters — substring + header search and a filter bar (provider, date, verified state; multi-select) across
wbhk events. - microsecond-precise resume — the
--resume/--since from-last-ackcursor now carries full microseconds so same-millisecond events are never skipped or duplicated (an older resume file re-pages from the beginning once, then continues).
Install or upgrade:
curl -fsSL https://get.webhook.co | sh # or: wbhk upgrade
npm i -g @webhook-co/cli # command stays `wbhk`
Binaries below are sigstore-signed with SLSA build provenance — verify with gh attestation verify <binary> --repo webhook-co/webhook.