惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件
Stack Overflow Blog
Stack Overflow Blog
美团技术团队
博客园_首页
T
Tailwind CSS Blog
博客园 - 三生石上(FineUI控件)
B
Blog
D
DataBreaches.Net
腾讯CDC
C
Check Point Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
U
Unit 42
月光博客
月光博客
V
V2EX
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss
The Cloudflare Blog
博客园 - 叶小钗
Y
Y Combinator Blog

Show HN

GitHub - astefanutti/shaderbang: Shebang for Shaders Show HN: Generate Claude Code Workflows using Spec Driven Development approach Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal).
Mittr — Webhook infrastructure you don
Mittr · 2026-06-16 · via Show HN

Built to send.

Send the event.
We do the rest.

You'd build the queue. The retries. The audit log. The dashboard that explains the silent failures. We already did.

Every event persisted Automatic retries Full audit trail

For developers

One call. Same delivery guarantees in every language.

The same wire format the SDK, the docs, and the dashboard all agree on. Idempotent retries, signed delivery, and a full audit trail — without writing any of that yourself.

import { Mittr } from "@mittr/sdk-node";

const mittr = new Mittr({ apiKey: process.env.MITTR_API_KEY });

await mittr.events.send({
  eventType: "order.created",
  payload: { orderId: "ord_123", amount: 9900 },
});

@mittr/sdk-node is on npm — typed client, signature verification, framework-agnostic webhook middleware. Read the full quickstart →

For AI agents

Give your agents a delivery layer that doesn't forget

Mittr speaks MCP. An agent calls it as tools — so its side effects get the same retries and audit trail as the rest of your traffic, not a fire-and-hope HTTP call.

Your agent drives Mittr as tools

Connect over MCP and an agent can set up endpoints, send events, and inspect or replay deliveries — the same operations your code gets, exposed as tools it can call.

Agent actions become durable

A side effect stops being a fire-and-hope HTTP call. Every send gets the same backoff, circuit breakers, and dead-letter recovery as the rest of your traffic.

Every run is auditable and replayable

Events are correlated by agent run and fully logged — so you can see exactly what an agent did, and replay any delivery when it needs a second attempt.

The problem

Webhooks fail in ways you won't see coming

You've shipped webhook delivery before. It worked fine until it didn't.

Events vanish silently

Server blips eat events. No retry. No log. No trace. You find out when the customer emails.

Retries are an afterthought

You bolt on a retry loop. It hammers failing endpoints with no backoff, no circuit breaker. Dead events pile up until recovery becomes a weekend project.

Zero visibility into failures

Something breaks. You hear about it from customers, not your systems. No delivery history. No status codes. No latency data. Nothing to debug with.

The solution

Mittr delivers. Then proves it.

Every event persisted before delivery. Every attempt logged. Every failure recoverable — by you, from the dashboard.

Every event is persisted first

Your event is written to durable storage before we attempt delivery. If our infrastructure crashes mid-flight, your event survives. Transactional outbox pattern, visible in your dashboard.

Smart retries with circuit breakers

Exponential backoff per endpoint. Circuit breakers stop hammering failing destinations. Dead events can be edited and resent — not just replayed blindly.

Full delivery observability

Every attempt logged with status code, latency, and response body. Alert rules notify you on Slack or PagerDuty before your customers notice anything broke.

How it works

From signup to first delivered event: five minutes

Three API calls. One dependency. Production-grade infrastructure.

01

Register your endpoint

Tell Mittr where to deliver. Set event types, retry policy, and timeout. One API call.

02

Send events

POST your payload with an idempotency key. Mittr handles fan-out, signing, and delivery.

03

Ship, don't babysit

Monitor from the dashboard. Replay failures. Edit and resend dead events. Every delivery is accounted for.

Capabilities

Everything you need. Nothing you don't.

Every feature available on every plan. Only numeric limits differ.

Fan-out routing

One event delivered to every matching endpoint. Subscribe by type with wildcards.

Security: signing, mTLS, allowlists

HMAC-SHA256 on every delivery. Zero-downtime secret rotation. Mutual TLS with client certificates. CIDR allow/block lists per endpoint. SSRF protection built in.

Transform and filter

JavaScript transforms modify method, URL, headers, body. 10+ filter operators with AND/OR/NOT combinators. Cancel events conditionally.

Real-time dashboard

Delivery charts with P50/P99 latency. Edit and resend any event. Capture endpoints for debugging. Full delivery history per endpoint.

Storage sink delivery

Deliver events to S3, GCS, or any S3-compatible store. Batch writes with configurable flush intervals.

Priority queues & scheduling

Critical events jump the line across 10 priority levels. Schedule delivery up to 30 days out. Poll-based delivery available as an alternative to push.

Alert rules

Trigger on failure rate, latency, or queue depth. Route alerts to Slack, PagerDuty, or email.

Teams, SSO & compliance

Invite members, assign roles, isolate environments. Google and GitHub OAuth. Audit log for every change. Data export and deletion APIs. Configurable retention.

Integrations

Connects to what you already use

Receive webhooks from 135+ services with automatic signature verification. Deliver alerts and events to Slack, Teams, PagerDuty, or any URL.

Receive

Point any third-party webhook at Mittr. We verify the signature, normalize the payload, and fan out to your endpoints. No custom verification code needed.

GitHubStripeShopifyTwilioSlackDiscordHubSpotSalesforcePayPalSquareDatadogPagerDutyLinearJiraIntercomSendGrid +119 more

Deliver

Pre-built integrations that transform webhook payloads into native messages. Get delivery failure alerts in Slack, incident notifications in Teams, or email summaries. Templates are customizable.

Slack. Rich messages with attachments, custom channels, and emoji icons

Discord. Embeds with color coding and custom bot usernames

Microsoft Teams. MessageCard format with theme colors and sections

PagerDuty. Incident creation with routing keys and severity levels

Email. SMTP delivery with templated subject and body

Webhook. Generic HTTP POST, forward to any URL

Pricing

Pay for what you send.

Pricing scales with message volume — not endpoints, seats, or API calls. Higher tiers unlock compliance + scale features (SAML, SCIM, MFA, dedicated rate limits) when you actually need them.

What counts as a message? Every event you send to POST /api/v1/events. Fan-out to multiple endpoints is one message, not many. Retries don't count. Replays within the same billing cycle don't count.

Prices in USD. Taxes may apply based on your location.

Free

Free

Start building

Starter

$29 $24 /mo

Billed $288/yr

Get started

Popular

Growth

$99 $82 /mo

Billed $984/yr

Get started

Scale

$499 $415 /mo

Billed $4980/yr

Get started
Pricing meters
Messages / mo 3,00050,000500,0005M
Rate (req/s) 10/sec100/sec500/sec2,000/sec
Retention 7 days30 days90 days1 year
Overage Hard cap$1.00/1k$0.50/1k$0.20/1k
Features
OAuth SSO
Multi-factor auth
Audit log
Transformations
Session policies
GDPR data-subject tools
SAML 2.0 SSO
SCIM provisioning
Extended audit retention
Uptime SLA None 99.9% 99.9% 99.9% + delivery
Support response Best effort 24h business 8h business 4h business (M-F EAT)

Need more?

Custom volume, compliance, and contracts

Committed volume, dedicated infrastructure, security review, compliance attestations, custom retention windows, and a 1-hour SLA. Let's talk about what your team needs.

Talk to sales

Ship better webhooks in five minutes

Sign up, register an endpoint, send your first event. Five minutes from now, your webhooks are more reliable than your current setup.