# WebhookVault > WebhookVault captures, stores, forwards, replays and watches webhook deliveries. > Every request is kept in full (headers, body, sender, timing) for up to 365 days > by plan, searchable and replayable, with a durable retried forwarding pipeline, > Watchdogs (alarms for expected webhooks that stop arriving) and a CI mode > (ephemeral endpoints plus a block-until-arrival await API). > The app lives at https://webhookvault.dev; docs at https://docs.webhookvault.dev. ## Product pages - Homepage: https://webhookvault.net/ - Pricing (Free $0 / Solo $5 / Pro $9 / Team $15, every limit published): https://webhookvault.net/pricing/ - Retention and search: https://webhookvault.net/features/retention/ - Watchdogs (alarms for webhooks that do not arrive): https://webhookvault.net/watchdogs/ - Forwarding and replay (durable outbox, attempt ledger, bulk replay): https://webhookvault.net/features/forwarding/ - Signature verification: https://webhookvault.net/features/verification/ - Supported providers (Stripe, GitHub, Shopify, Slack + 80 more): https://webhookvault.net/providers/ - Comparison with webhook.site: https://webhookvault.net/compare/webhook-site/ - Stripe webhooks guide: https://webhookvault.net/providers/stripe/ - About: https://webhookvault.net/about/ ## Developer surfaces - Documentation: https://docs.webhookvault.dev - API reference (every operation, live playground): https://docs.webhookvault.dev/api-reference - OpenAPI 3.1 specification: https://webhookvault.dev/openapi/v1.json - Docs llms.txt: https://docs.webhookvault.dev/llms.txt - Docs llms-full.txt: https://docs.webhookvault.dev/llms-full.txt ## Key facts - Auth: bearer API keys (Authorization: Bearer wv_live_...), created in-app, shown once - Capture URLs: https://in.webhookvault.dev/hook/{endpoint-id} - no auth; the unguessable id is the token; accepts http and https - Errors: RFC 9457 problem+json with a stable machine "code" on every non-2xx - CI mode: POST /api/v1/endpoints with ttlSeconds (60-86400) creates a self-expiring endpoint; GET .../requests/await long-polls (200 match / 204 timeout) - Legal (canonical, covers service + website): https://webhookvault.net/terms/ and https://webhookvault.net/privacy/ - Contact: https://webhookvault.dev/contact