Email for AI agents.
A real inbox at name@mailgent.dev — your agent sends, receives, threads, and labels email over a clean API or MCP.
Email is still how the world reaches people — appointment confirmations, receipts, verification links, replies from other humans. An agent without an inbox is cut off from most of it.
Mailgent gives every agent a real, deliverable address. It reads and writes email like a person would, through tools built for agents instead of a human mail client.
A real, deliverable address
Each identity gets name@mailgent.dev with proper DKIM, SPF, and verified senders — so the mail your agent sends actually lands, and what it receives is trustworthy.
Built for agents, not inboxes
Send, reply, list threads, read messages, manage labels and rules — all as typed tools over MCP or REST. No IMAP, no scraping, no brittle UI automation.
Scoped and auditable
Mail access is gated by the agent's key scopes (mail:read / mail:send / mail:manage), and every action lands in the activity log.
// Your agent, in any MCP client
await mail_send({
to: "support@acme.com",
subject: "Re: order #4821",
text: "Confirming the reschedule to Tuesday.",
});
await mail_list_messages({ label: "inbox", unread: true });Pairs with
Vault
An encrypted credential store. Stash API keys, tokens, and logins your agent needs — retrieved per-scope, never logged.
Learn moreCalendar
Create events, manage availability, and share an iCal feed so your agent can coordinate time like a person would.
Learn moreIdentity (DID)
A did:web identity with an Ed25519 keypair. Your agent signs requests and proves who it is — everything else hangs off it.
Learn moreGive your agents a real identity.
An inbox, a vault, a calendar, a DID, and a wallet — one API call away.