Overview
Multiplayer webhooks for the AI-native dev workflow. One URL, broadcast to every environment you and your agents work in.
Hookie — Multiplayer webhooks for the AI-native dev workflow. One URL, broadcast to every environment you and your agents work in.
Point providers at a Hookie URL, then stream those events to every machine and agent that needs them: your laptop, a teammate's, a coding agent session. Inspect payloads in the dashboard or CLI, and forward them to local servers while you build.
What you get
- One URL, many listeners — Share a webhook endpoint across environments without juggling tunnels per machine.
- Inspect payloads — Method, path, headers, query string, and body for each delivery.
- Apps and sources — Organize endpoints and event categories in the dashboard; the CLI reads the same data.
- Local forwarding — Stream events to your machine and forward them to a dev server with the Hookie CLI.
Get started
- Create an account at app.hookie.sh.
- Install the CLI and run
hookie login. - Run
hookie listen --app-id <your-app-id>, orhookie listenfor a temporary anonymous URL.