The fastest way to test webhooks
Your free webhook URL is live below — point any service at it. No signup, no credit card. One click with GitHub or Google, or an email signup, keeps it, free.
Your free guest URL is created the moment you interact with the page — or right now:
One click keeps your endpoint
The URL above is a guest endpoint. Sign in with GitHub or Google (a single click) or with an email and password, no credit card, and it becomes a permanent free endpoint with everything below.
Guest URL — what you have now
- 25 requests total
- Expires after 12 hours
- One endpoint, this browser only
Free account — GitHub, Google, or email
- Keep this exact endpoint, forever
- 50 requests/day, unlimited endpoints
- 7-day request history
- Mock responses & request replay
- Signed Stripe, GitHub, Shopify test webhooks
- CLI tunnel, TypeScript SDK & MCP for AI agents
How it works
Get a URL
You already have one — it went live the moment you opened this page. One click with GitHub or Google makes it permanent, or sign up with an email and password.
Point your service
Configure Stripe, GitHub, or any service to send webhooks to your URL.
See what arrives
Headers, body, query params — live. Forward to localhost or assert in tests.
Webhook tools that fit how you build
Use the dashboard, the CLI, the SDK, or your AI agent. Same webhooks, your workflow.
See requests the moment they arrive
Headers, body, query params — formatted, searchable, and exportable as JSON or CSV. Live updates, no refresh needed.
Send signed provider test webhooks
Realistic payloads with correct signature headers for Stripe, GitHub, Shopify, and 30+ more — test your verification code end-to-end.
Return custom mock responses
Set status codes, headers, and body per endpoint. Changes take effect instantly — no deploy, no restart.
Forward to localhost. Assert in CI.
whk tunnel forwards webhooks to your local port. The TypeScript SDK waits for events and asserts payload shape in your test suite.
Let your AI agent debug webhooks
Connect Claude Code, Cursor, VS Code, or Codex via MCP. Your agent creates endpoints, sends tests, and inspects requests — through natural language.
Collaborate with your team Teams
Invite members, share endpoints, and debug webhooks together. Create teams with scoped roles and a shared endpoint view.
Signed test webhooks for 30+ providers
Realistic sample payloads with valid signature headers — test your verification code without touching a production account.
From terminal to test suite
Install the CLI, the SDK, or the MCP server — then script every part of the webhook lifecycle.
# Send manually with curl
$ curl -X POST https://go.webhooks.cc/w/abc123 \
-H "Content-Type: application/json" \
-d '{"event": "payment.success", "amount": 4999}'
# Or send a signed provider template in TypeScript
await client.endpoints.sendTemplate(slug, {
provider: "stripe",
template: "checkout.session.completed",
secret: "whsec_test_123",
});
# Wait for it in your tests
const req = await client.requests.waitFor(slug, {
timeout: "30s",
match: matchHeader("stripe-signature"),
});Teams
Built for teams
Create a team, invite your colleagues, and share endpoints. Everyone sees the same incoming webhooks in real time — no more pasting URLs in Slack.
Try Teams$12/seat/mo — every seat adds 100,000 requests per 30 days to the team's shared pool
Straightforward pricing
Every feature on Free and Pro. Add Teams when you need to work together.
Free
$0/forever
- 50 requests/day
- 7-day data retention
- Unlimited endpoints
- CLI, SDK & MCP access
- Mock responses & replay
Pro
$8/month
- 100,000 requests/month
- 30-day data retention
- Unlimited endpoints
- CLI, SDK & MCP access
- Mock responses & replay
Start free, upgrade later
Teams
$12/seat/mo
- 100,000 pooled requests per seat / 30 days
- Seats are the member cap
- Shared endpoints, real-time for everyone
- 31-day retention on team traffic
- Billed per team, not per account
Any account can create a team
Create a teamSee how we compare
Honest, developer-focused comparisons against popular alternatives.
vs Webhook.site
SDK, MCP, and minimal feature gating vs established browser-based inspection.
Read comparisonvs ngrok
Webhook testing platform vs general-purpose tunnel.
Read comparisonvs RequestBin
Focused webhook testing vs Pipedream workflow automation.
Read comparisonvs Hookdeck
Development testing tool vs production webhook infrastructure.
Read comparisonvs Beeceptor
Webhook inspection + SDK + MCP vs API mocking-first workflows.
Read comparisonvs Smee.io
Full testing platform vs GitHub's lightweight webhook proxy.
Read comparisonQuestions
Common questions about webhooks.cc, answered.
Your next webhook is one URL away
Create an endpoint, point your service at it, and see what arrives. Free forever.
No credit card · or scroll up — your guest URL is already live