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

推荐订阅源

Vercel News
Vercel News
B
Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
GbyAI
GbyAI
IT之家
IT之家
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
博客园_首页
C
Check Point Blog
博客园 - 【当耐特】
美团技术团队
Last Week in AI
Last Week in AI
A
About on SuperTechFans
雷峰网
雷峰网
MongoDB | Blog
MongoDB | Blog
Microsoft Azure Blog
Microsoft Azure Blog
M
MIT News - Artificial intelligence
Martin Fowler
Martin Fowler
J
Java Code Geeks
B
Blog RSS Feed
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
Google Developers Blog
F
Fortinet All Blogs

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
Mittr — Webhook infrastructure you don
Mittr · 2026-06-16 · via Hacker News: 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.