Docs

Introduction

Welcome to Mitte — the webhook gateway that lets you receive, inspect, transform, and forward webhooks with ease.

What is Mitte?

Mitte is a webhook gateway that sits between webhook providers (like Stripe, GitHub, Shopify, etc.) and your application. It receives webhooks on your behalf, logs every delivery, and forwards them to your target URL — with signing, retries, transforms, and real-time monitoring built in.

How It Works

Create an Endpoint

Sign up at mitte.run and create a new endpoint. You'll get a unique webhook URL in the format:

https://mitte.run/api/v1/h/mt_xxxxxxxxxx

Point Your Provider

Copy this URL and paste it into your webhook provider's settings (e.g., Stripe Dashboard → Webhooks → Add endpoint).

Receive & Inspect

When the provider sends a webhook, Mitte receives it, logs the full request (headers, body, timing), and forwards it to your target URL. You can inspect every delivery in real-time from the dashboard.

Debug & Transform

Use AI-powered error analysis to debug failed deliveries, set up payload transforms using natural language rules, and replay webhooks to your local development server.

Key Features

FeatureDescription
Real-time LogsSee every webhook delivery as it happens via Server-Sent Events.
Auto-RetriesPro plan includes up to 5 retry attempts with exponential backoff.
Webhook SigningHMAC-SHA256 signatures on every delivery for authenticity verification.
AI Error ExplainGPT-4o-mini analyzes failed deliveries and suggests fixes.
AI TransformsDescribe a payload transformation in plain English — Mitte compiles it to JSONata.
Source DetectionAutomatically identifies 34+ webhook providers from request headers.
MCP IntegrationManage your webhooks from AI assistants like Claude, Copilot, and Cursor.
Rate LimitingPer-endpoint and per-IP rate limits protect your infrastructure.
Anomaly DetectionAutomatic alerts when failure rates spike above normal levels.

Plans

FreePro ($20/mo)
Endpoints3Unlimited
Requests / month5,000250,000
Log retention3 days14 days
Max payload128 KB1 MB
Retry attempts1 (no retry)5 (exponential backoff)
AI Explain / day5100
AI Transform / day350

Every new account starts with a 14-day free Pro trial — no credit card required.

Next Steps

Rate Limiting

Understand request limits and quotas.

Webhook Signing

Verify webhook authenticity with HMAC-SHA256.

MCP Integration

Connect AI assistants to your Mitte account.

AI Features

AI-powered error analysis and payload transforms.