Skip to content

openagent.email docs

openagent.email is self-hosted email for AI agents. One docker compose up on your own VPS gives every agent you run unlimited real mailboxes on your own domain — over REST and MCP — with OTP codes and verification links extracted for you. No per-inbox pricing, and no third party ever sees your mail.

Why that last point matters: the mail your agent reads is mostly login codes and magic links — credentials, in other words. Keeping them on hardware you own is the whole idea.

Quickstart

Zero to a working agent mailbox in about 10 minutes. Start here.

Source

Apache-2.0 on GitHub. Issues and PRs welcome.

  1. One catch-all mailbox on your domain receives everything — anything@yourdomain lands in it, no per-address setup.
  2. The API sits in front — create named identities (fox-k7d2@yourdomain), each with its own scoped token that can only read and send as that address.
  3. Your agent calls REST or MCP — list/read/wait-for mail, with OTP codes and verification links already parsed out of the message body.