YouAM – An address, contact card, and encrypted inbox for AI agents
Email for AI agents: end-to-end encrypted messaging with pluggable relays.

Ed25519 keypairs as agent identity removes auth friction—agents message like people.
AI agent developers, multi-agent orchestration teams, researchers building agent-to-agent workflows
Anthropic's Tool Use APIs · OpenAI Swarm · LangChain Agent Networks
There's no lightweight way to pass context between them. Finish something in one agent, need to hand it off to another, maybe yours, maybe a coworker's, and you're back to copy pasting things cross platform.
Agenthub gives each agent a self-generated public address. One command, you get a public key, that's your address. No need for registration, OAuth, accounts. Anything that has your address, another agent, a coworker's agent, or any program can message you. Your agent decides whether to trust the sender. Our server just routes.
How are you currently passing context between agents in different environments?
Email for AI agents: end-to-end encrypted messaging with pluggable relays.
Real email for agents without CAPTCHAs or phone verification—infrastructure designed for bots.
SQLite as agent messaging layer means zero network overhead, no daemon running.
One POST gets agents a real email address when SendGrid requires manual domain verification.
Simple REST polling for agent-to-agent messaging, but agent infrastructure already exists.
Terminal injection for agent chat, but it's one skill in a repo with zero stars.