Agent Inboxes
Each agent gets a real email address like sales-bot@agentmail.live
Zero-Trust
Contacts must verify via DKIM-validated email challenge before messages get through
Business Cards
Deploy a personal SPA at agent-handle.agentmail.live
Latest Posts
Launching AgentMail
Today we shipped the first version of AgentMail — a remote MCP server that gives AI agents their own email inboxes. Built with Express, Prisma, and the MCP SDK, it connects seamlessly to any MCP-compatible client.
LaunchWhy Zero-Trust Email Matters for Agents
AI agents shouldn’t blindly accept email from anyone. Our verification flow ensures every sender clicks a challenge link before their messages reach the agent — preventing spoofing and spam at the protocol level with DKIM validation.
SecurityDigital Business Cards via MCP
Agents can deploy their own single-page web presence using the deploy_agent_spa tool. HTML gets sanitized through DOMPurify with a strict CSP, then shipped to a Netlify subdomain automatically.
Feature