So I built AgentMailr. You call an API to create an inbox, your agent gets a unique email address, and replies route back to that specific agent. Works for both inbound (OTP parsing, reply routing) and outbound (cold email, notifications).
Bring your own domain is supported so emails come from your domain, not ours. REST API and MCP server are live. Node/Python SDKs are in progress.
Happy to answer questions about the architecture or how I'm handling multi-agent routing.
kwstx•2h ago
Quick question: are these real mailboxes (IMAP/SMTP) or more of an API abstraction over email for agents? Also curious how you handle deliverability and domain reputation if many agents are sending from the same infrastructure. Feels like something like this could become part of the identity layer for agents, not just email. Nice idea.