Back to DashboardMailMind API v1.0.0

MailMind Developer Documentation

Complete REST API reference, Webhook HMAC signatures, Python SDK, TypeScript SDK, and MCP server configuration.

Authentication

All REST API requests require a Bearer token header generated from your organisation's API Key:

Authorization: Bearer mm_live_c82f91a0293b4e18f921a4bc80129a7d

API Reference Endpoints

POST/api/v1/inboxes
Create a new programmable agent inbox
GET/api/v1/inboxes
List all active inboxes for organisation
GET/api/v1/inboxes/{inbox_id}/messages
Retrieve messages for an inbox
POST/api/v1/inboxes/{inbox_id}/messages
Send an outbound email message
POST/api/v1/messages/{message_id}/reply
Reply to an existing message thread
POST/api/v1/messages/search
Search messages via keyword or hybrid search
POST/api/v1/webhooks
Create a new signed webhook subscription
POST/api/v1/messages/{message_id}/draft
Generate an AI draft reply using hosted DGX workers
GET/api/v1/approvals
List pending human approval requests
POST/api/v1/approvals/{id}/approve
Approve & send a pending agent draft