Introduction
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
| Feature | Description |
|---|---|
| Real-time Logs | See every webhook delivery as it happens via Server-Sent Events. |
| Auto-Retries | Pro plan includes up to 5 retry attempts with exponential backoff. |
| Webhook Signing | HMAC-SHA256 signatures on every delivery for authenticity verification. |
| AI Error Explain | GPT-4o-mini analyzes failed deliveries and suggests fixes. |
| AI Transforms | Describe a payload transformation in plain English — Mitte compiles it to JSONata. |
| Source Detection | Automatically identifies 34+ webhook providers from request headers. |
| MCP Integration | Manage your webhooks from AI assistants like Claude, Copilot, and Cursor. |
| Rate Limiting | Per-endpoint and per-IP rate limits protect your infrastructure. |
| Anomaly Detection | Automatic alerts when failure rates spike above normal levels. |
Plans
| Free | Pro ($20/mo) | |
|---|---|---|
| Endpoints | 3 | Unlimited |
| Requests / month | 5,000 | 250,000 |
| Log retention | 3 days | 14 days |
| Max payload | 128 KB | 1 MB |
| Retry attempts | 1 (no retry) | 5 (exponential backoff) |
| AI Explain / day | 5 | 100 |
| AI Transform / day | 3 | 50 |
Every new account starts with a 14-day free Pro trial — no credit card required.