Blog
Guides for webhooks, tunnels and the agents that use them.
Step-by-step guides with commands you can copy, for you or for your coding agent.
Featured·August 13, 2026·9 min read
How to test Stripe webhooks locally
Get a permanent webhook URL for Stripe in one command: capture events, verify signatures, replay them against localhost, and keep the same URL from first test to CI.
Read the guideEmail·August 13, 2026·8 min read
How to receive OTP emails in automated tests
Give your test suite a real email address that turns every message into a webhook capture: await the OTP, extract the code, finish the signup flow - no IMAP polling.
Tunnels·August 13, 2026·8 min read
Share localhost with a public URL in one command
Put an HTTPS URL on any local port: demo work-in-progress to a client, test on a real phone, or receive provider callbacks - with a subdomain that stays stable across restarts.
Agents·August 13, 2026·9 min read
Let your coding agent catch webhooks
Wire OtterKit’s MCP server into Claude Code or Cursor and your agent can mint endpoints, trigger events, await the callback, and assert on the payload - end to end, unattended.
Pulses·August 13, 2026·7 min read
Monitor cron jobs with a dead man’s switch
A cron job that dies stops emitting errors - that’s the trap. Pulses alert you when a scheduled job goes quiet, and can run the scheduled HTTP call for you with stored history.
Try any guide in two minutes.
New accounts start with free credits.