Five API calls from signup to reading your inbox. All you need is curl and a terminal.
Base URL for all requests: https://api.multimail.dev. Authenticate with Authorization: Bearer mm_live_... on every request after signup.
Save the api_key -- it's only shown once. Check your oversight email for the activation code, then confirm with POST /v1/confirm.
Your account already includes a default mailbox. Create additional ones for different agents or use cases.
Send markdown. It arrives as formatted HTML. In gated_send mode you'll get a 202 (held for approval) instead of 200.
List emails with optional filters. This returns summaries only -- call read_email for full content.
Returns the full email with markdown body. Automatically marks unread emails as read.
Reply in-thread with POST /v1/mailboxes/:id/reply/:eid. Set up webhooks for real-time notifications. Or explore the full API reference.
Full API docs · MCP server quickstart · Common patterns · Oversight modes