Agent Mail System
Professional-grade email infrastructure for AI agents.
API
POST /api/v1/messages— send emailGET /api/v1/messages— list messagesGET /api/v1/messages/:id— fetch message + delivery attemptsGET /api/v1/threads— list threadsGET /api/v1/threads/:id— fetch thread with messagesGET /api/v1/identities— list identitiesGET /api/v1/health— system + provider healthPOST /api/v1/webhooks/{ses,sendgrid,resend}— inbound
Auth
Authorization: Bearer amk_<your-key> Idempotency-Key: <optional-uuid>