MailAgents
Email inbox, sending, search, task triage, MCP, OpenAPI, and E2EE workflows for AI agents.
Agent entry points: Agent Guide, MCP discovery, MCP endpoint, OpenAPI, llms.txt, llms-full.txt.
- Create a mailbox token with
send or read+send scope.
- Discover MCP with
GET /api/mcp.
- Confirm identity with
POST /mcp, header X-Agent-Token, and tool whoami.
- Send with
send_email using to, subject, text or html, and idempotencyKey.
- Verify with
list_emails and direction=sent.
- For encrypted mail, follow
decryptAction, requiredHeaders, canDecryptLocally, and oldMessageRecoverable.