The webhook platform built for the agent era
Capture any webhook, inspect every request, and replay it to localhost. Then hand your agents an event they can act on.
- Open source
- Apache-2.0
- Private by default
- githubpushverified29ms
- stripeinvoice.paidverified24ms
- shopifyorders.createfailed — timestamp too old61ms
- resendemail.deliveredverified18ms
- clerkuser.createdverified40ms
An illustrative live feed of incoming webhook events plays here, each showing its provider, signature status, and latency.
The same event, wherever you work
CLI, API, dashboard, MCP — every capability is reachable identically. Here’s one verified event, seen from each.
Received once, in order, never silently dropped
The same engine that captures your events runs the pipeline that moves them. Events are deduplicated by id, acknowledged fast, then processed. Each endpoint keeps first-in-first-out ordering and its own isolation. Failed deliveries retry with backoff; what still can't land is held in a dead-letter queue, not dropped.
How delivery worksevent twilio · message.received
first-in-first-out per endpoint · held, not dropped
When a signature fails, you'll know why
Most tooling tells you a signature didn't match and stops there. We verify at the edge and name the actual cause, in plain language, with the fix attached — Stripe & GitHub today, more soon. Verification is Standard Webhooks compliant, for both sending and receiving.
Read the verification guidePrivate by default, open at the core, and built for the audits that come later
Private-by-default capture, encryption in transit and at rest, a hash-chained audit log, and tenant isolation by row-level security, all designed in from the start. SOC 2 Type II and GDPR/DPA are near-term; a HIPAA BAA follows. The core engine, CLI, MCP server, and signing implementation are open source under Apache-2.0.
Point a webhook at it. Watch it land.
Start on the Free tier: a permanent URL, full inspection, and one-command replay. Move up when your team needs ingestion, delivery, or controls.