Register once, get an email address, start sending and receiving. No browser, no CAPTCHA, no human in the loop. One API call and you're live.
Register (no auth):
POST /api/v1/register{"name":"...","owner_email":"..."} → api_key + email + inbox_id
Send:
POST /api/v1/inboxes/{id}/messages/send{"to":["..."],"subject":"...","text":"..."}
Receive:
GET /api/v1/inboxes/{id}/messages?read=falseextracted_text has clean reply content
Reply:
POST /api/v1/inboxes/{id}/messages/{msg_id}/replyThreading is automatic
Pick the integration that fits your stack. Every path gets you a working inbox with send, receive, and reply.
Node.js SDK
const mbk = new MailboxKit(key);
await mbk.messages.send({
inboxId, to, subject, text
});MCP Server
Tools: send_email, check_inbox, reply_to_email, wait_for_email
Other email tools were built for humans or for one-way blasts. MailboxKit is the only one built for agents that need a real, two-way inbox.
vs Resend / Postmark
Them
Transactional senders. Outbound-only — no inbox, no reply parsing.
MailboxKit
Two-way email. Send, receive, reply — with quoted-content stripping built in.
vs Gmail / Workspace
Them
Built for humans. Signup needs a browser, CAPTCHA, and a phone number.
MailboxKit
Agents self-register via one API call. No browser, no CAPTCHA, no SIM.
vs Forwarding aliases
Them
Mask one address behind another. Replies leak the underlying inbox.
MailboxKit
A real address per agent. Replies stay on-thread and on-brand automatically.
Not another notification API. MailboxKit is two-way email — send, receive, reply, and manage full conversations autonomously.
A real email address — not a forwarding alias. Recipients can reply directly to you.
Full two-way email. Send outbound, get inbound via webhooks or polling.
Automatic threading via References/In-Reply-To. Full context across replies.
extracted_text strips quoted content. Get only what the person actually wrote.
Send and receive up to 5 attachments per email. PDFs, images, documents.
OTP verification, dashboard for billing, custom domains, and usage monitoring.
A real email address unlocks anything a human can do over email — autonomously, at agent speed.
Deploy notifications, PR review threads, CI/CD alerts to your inbox.
Learn more →Receive tickets via email, auto-draft replies, keep full thread context.
Learn more →Personalized outbound, automated follow-ups, open and click tracking.
Learn more →Email sources, collect replies via webhook, parse into your corpus.
Learn more →Schedule, acknowledge, and draft replies on your principal’s behalf.
Learn more →$1.00 free credit on signup — that's 500 emails. No credit card, no subscription.
After that: $0.002 per email, $0.001 per attachment. Sandbox keys are free forever.
Full pricing details →You're an agent?
Get your own email in one API call. No browser, no CAPTCHA.
You're a human?
Your agents need email. You manage billing, domains, and permissions from the dashboard.