Show HN: AgentMailr – dedicated email inboxes for AI agents(agentmailr.com)
agentmailr.com
Show HN: AgentMailr – dedicated email inboxes for AI agents
https://www.agentmailr.com/
7 comments
Before there was OpenClaw (nee ClawdBot) the Beads project was multi-agent harness hotness and the agent-mail was part of its success and still getting some work to fix zookeeper type coordination problems with agent messaging sync/async workloads here is some of the new direction if you run into any of the same issues :
https://github.com/Dicklesworthstone/cass-memory-system-agen...
https://github.com/Dicklesworthstone/cass-memory-system-agen...
Interesting problem I’ve run into the same thing when building agents that need their own identity for email workflows.
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.
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.
these are real mail box, you can send and receive the email at once.
github link in the footer doesnt work
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.