Tofu
Docs

Webhook development, from install to replay.

Start with the quickstart. You'll have your first webhook forwarding in under 5 minutes.

Terminal
$ curl -fsSL https://trytofu.dev/install | sh$ tofu login$ tofu hooks create stripe --name "Stripe"$ tofu hooks url stripe$ tofu targets set local "http://127.0.0.1:3000/api/webhooks/stripe" --hook stripe$ tofu watch stripe$ tofu replay latest --hook stripe

The installer downloads the open-source Tofu CLI from GitHub releases.

Getting started

CLI

Providers

Operations

Ready to inspect real events?

Create an account, run tofu login, and approve the CLI from the browser.

Log in