apumail — agent-native temp mail .--""--. / o o \ | \/ | .__________________. \ () /----------/ ✉ apumail.com / \______/ /__________________/ /| |\ / | | \ "chasqui digital / | | \ para agentes IA" /___| |___\ || || || || _||_ _||_ |_||_||_||_| Receive-only inbox per agent. The chasqui carries. • Provision an inbox, get a one-shot token. • Send anything to
@apumail.com from any SMTP sender. • Read via REST, long-poll, or MCP. • Free inbox auto-expires 24h after last activity. Quickstart (curl): # 1. Provision curl -sS -X POST https://api.apumail.com/api/v1/inboxes # → {"address":"@apumail.com","token":"",...} # 2. Wait for a mail to arrive (long-poll, blocks up to 60s) curl -sS -H "Authorization: Bearer " \ "https://api.apumail.com/api/v1/inbox/
/wait?timeout=60" # 3. Grab the latest mail + extracted OTP code curl -sS -H "Authorization: Bearer " \ https://api.apumail.com/api/v1/inbox/
/latest Quickstart (Claude Code MCP): claude mcp add --transport http apumail https://api.apumail.com/mcp # → tools: create_inbox, wait_for_mail, read_inbox, extract_latest_otp Discovery: /llms.txt human + agent-readable bootstrap /.well-known/mcp.json MCP descriptor /api/v1/info JSON capabilities Source: https://github.com/opcastil11/apumail (private)