One stable URL
A source per service you integrate with. Sender configuration is set once and survives every environment change.
Multiplayer webhooks
Point Stripe, GitHub, or any provider at one Hookie URL. Every event streams live to your laptop, preview deploys, agents, and teammates. No tunnels, nothing to reconfigure.
npm install -g @hookie-sh/hookie
$ hookie listen stripe --as laptop
✓ connected · https://ingest.hookie.sh/s/billing-api-k7m2xp/stripe
09:41:07 checkout.session.completed → laptop · agent-sandbox · preview-pr-42
09:41:12 invoice.paid → laptop · agent-sandbox · preview-pr-42
09:41:26 customer.subscription.updated → laptop · agent-sandbox · preview-pr-42
How it works
Providers keep one stable destination while listeners come and go. Laptops, staging, preview deploys, and agent sandboxes all receive the same stream.
Providers
Hookie
ingest.hookie.sh/s/billing-api-k7m2xp/stripe
ingest → verify → broadcast
Environments
01
Create a source and paste its URL into your provider once. It never changes, no matter how your environments do.
https://ingest.hookie.sh/s/billing-api-k7m2xp/stripe02
The CLI runs in any shell. Agents subscribe over MCP. Preview deploys register a push URL. Attach and detach listeners freely.
hookie listen stripe --as laptop03
Broadcast is the default. Each environment is an independent consumer, so events can be replayed to one without touching the others.
hookie replay --since 1hCapabilities
Modern development happens across a fleet of environments at once. Hookie makes webhook events follow the work instead of one fixed server.
A source per service you integrate with. Sender configuration is set once and survives every environment change.
Every connected environment receives its own copy of every event, delivered independently in real time.
A single Go binary that runs anywhere with a shell: laptop, Codespaces, Cursor Cloud, or an agent sandbox.
hookie listen stripe --as laptopRegister any URL over REST and Hookie delivers events to it with retries. Built for preview deploys and staging.
POST /v1/destinationsAgents discover Hookie sources as tools, subscribe to events, and act on the same stream your team sees.
Events are archived past the hot path. Replay them to any single environment without re-triggering the rest.
hookie replay --since 1hGet started
Sign in with GitHub, create a source, and point your provider at it. Free tier with unlimited environments.