pipehero
Docs menu

Docs

Tunnel your localhost, capture every webhook, and debug them — from the CLI or your AI agent.

Quickstart

Install, log in, and expose a local port.

curl -fsSL https://pipehero.app/install | sh
# or: brew install pipehero/tap/pipehero
# or: npm install -g pipehero

pipehero login
pipehero start myapp --port 3000
# → https://myapp.t.pipehero.app forwards to localhost:3000

Point Stripe / GitHub / etc. at https://myapp.t.pipehero.app/your/path. Every request shows up in your dashboard with full headers + body, and a one-click replay to localhost.