WebhookHQ

Webhooks built for the command line.

Create endpoints, capture events, and export AI-ready webhook data without opening another dashboard.

webhookhq
$ webhookhq register

name: John Doe

email: john@example.com

Check your email to complete registration.

Paste the email code to finish login.

$ webhookhq endpoint create stripe-dev

https://webhookhq.app/hook/9c0f...

Logged in. Ready to capture webhook events.

Workflow

Register from the same terminal you work in.

01

Run register

Enter your name and email with webhookhq register. The CLI starts the account flow and waits for approval.

02

Verify by email

Open the signed magic link from your inbox. WebhookHQ verifies the address and approves the waiting CLI session.

03

Start capturing

The CLI stores your token locally, then you can create endpoints and stream webhook data into your tools.

Command surface

A thin CLI over a durable webhook API.

WebhookHQ keeps the dashboard out of the critical path. The product surface is predictable text, JSON, and JSONL.

webhookhq register --name "John Doe" --email john@example.com create account
webhookhq events --latest inspect recent traffic
webhookhq events --source stripe filter by provider
webhookhq export --today --jsonl stream into AI tools
webhookhq pull --today save local event files
webhookhq context --today summarize the day

Product depth

Raw when you need truth. Parsed when you need speed.

Every webhook keeps the original request envelope for auditability: method, headers, query, body, content type, IP, and receive time.

Searchable metadata and optional AI parsing add summaries, event types, provider IDs, and normalized fields without making ingestion depend on AI.

Register WebhookHQ

Create the account from your CLI.

webhookhq register