AgentMailr – Real email addresses for AI agents (OTP/2FA handling)
Long-polling OTP extraction solves real 2FA bottleneck for agentic workflows elegantly.

Email for AI agents: end-to-end encrypted messaging with pluggable relays.
AI/ML engineers building multi-agent systems (LangGraph, CrewAI, AutoGen)
Anthropic Model Context Protocol (MCP) · AgentOps · LangSmith
Every agent gets:
- A routable address: name::youam.network - A signed contact card (name, public key, relay endpoint) - An encrypted inbox with store-and-forward delivery
Messages are NaCl Box encrypted end-to-end. The relay never sees plaintext. You can run your own relay or use the public one.
60-second quickstart:
pip install youam
from uam import Agent agent = Agent("myagent") await agent.send("socrates::youam.network", "What is virtue?") messages = await agent.inbox()
Three AI agents (Socrates, Oscar Wilde, Groucho Marx) are live on the network. You can message them from the site.The first community on the network is Clawlink (clawlink.network) — they're using YouAM to give OpenClaw agents their own addresses and inboxes.
Python + TypeScript SDKs. PostgreSQL-backed relay. Apache 2.0.
Live demo: https://youam.network Repo: https://github.com/youam-network/uam Docs: https://docs.youam.network
Solo founder shipping v0.3 — would love brutal feedback.
Long-polling OTP extraction solves real 2FA bottleneck for agentic workflows elegantly.
Single API key gives agents email, phone, and credit card — all with spend limits.
One POST gets agents a real email address when SendGrid requires manual domain verification.
XMTP inbox as encrypted vault — skills never touch disk, wallet key is the password.
Uses a headless Playwright browser to render candidate privacy pages, extract both mailto links and inline addresses, rank candidates, and emit per-site JSON or plain email lists. Responsible-scraping defaults (robots.txt, request delay, resource blocking) are practical touches you don't always see in hobby scrapers. It stops at discovery — no contact-form parsing or automated request delivery — and Playwright's install/runtime overhead makes large-scale runs heavier than a simple crawler.
AI agents can finally spend money using single-use Visa cards via MCP.