Skip to content

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 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, no email forms, 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
1 click away

Free account — GitHub or Google

  • 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
Start free:
98 developers134 endpoints created12,211 webhooks capturedOpen source · 2 on GitHub

How it works

1

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.

2

Point your service

Configure Stripe, GitHub, or any service to send webhooks to your URL.

3

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 Pro

Invite members, share endpoints, and debug webhooks together. Create teams with scoped roles and a shared endpoint view.

From terminal to test suite

Install the CLI, the SDK, or the MCP server — then script every part of the webhook lifecycle.

SDK

$ npm install @webhooks-cc/sdk

Also works with pnpm, yarn, and bun

CLI

$ curl -fsSL https://webhooks.cc/install.sh | sh

Also available via Homebrew

MCP

Connect your AI coding agent — Claude Code, Cursor, VS Code, Codex & more.

Setup guide →

# 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"),
});

Pro feature

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

Requires Pro plan

Straightforward pricing

Every feature on both tiers. Only Teams is Pro-exclusive.

Free

$0/forever

  • 50 requests/day
  • 7-day data retention
  • Unlimited endpoints
  • CLI, SDK & MCP access
  • Mock responses & replay
  • Teams (Pro only)
Popular

Pro

$8/month

  • 100,000 requests/month
  • 30-day data retention
  • Unlimited endpoints
  • CLI, SDK & MCP access
  • Mock responses & replay
  • Teams — invite members, share endpoints

Start free, upgrade later

Questions

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