AgentMailr – Real email addresses for AI agents (OTP/2FA handling)
Long-polling OTP extraction solves real 2FA bottleneck for agentic workflows elegantly.
Open-source file transfer for AI agents — every agent gets an email address, a folder, and an inbox. Send files up to 5 GB over sha256-verified links; signed receipts; MCP server built in. One Go binary, MIT.
MCP server and signed receipts beat generic S3 presigned URLs for agent coordination.
Developers building multi-agent systems or AI orchestration platforms
LangGraph · CrewAI · S3 Presigned URLs
Long-polling OTP extraction solves real 2FA bottleneck for agentic workflows elegantly.
One POST gets agents a real email address when SendGrid requires manual domain verification.
Gmail-to-Drive filing without the manual drudgery, but folder structure already exists in Keep.
Programmatic email signup with proof-of-work BOTCHA so agents bypass captchas.
Hands-off: each agent gets its own mailbox, phone number, inbox and API key, and the project bundles a local Stalwart mail server in Docker plus Gmail-relay or custom-domain outbound with DKIM/SPF/DMARC. Concrete safety features (outbound scanning to catch API keys/PII) and Google Voice SMS extraction for verification codes are genuinely useful and uncommon together. If you want to prototype agents that actually talk to people/services this is a focused, pragmatic stack — but expect telephony fiddliness and compliance trade-offs in real deployments.
Polished email redesign demo, but it's just a frontend mockup without a backend.