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

  1. Create an account at app.hookie.sh.
  2. Install the CLI and run hookie login.
  3. Run hookie listen --app-id <your-app-id>, or hookie listen for a temporary anonymous URL.

On this page