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 inboxGET/api/v1/inboxes
List all active inboxes for organisationGET/api/v1/inboxes/{inbox_id}/messages
Retrieve messages for an inboxPOST/api/v1/inboxes/{inbox_id}/messages
Send an outbound email messagePOST/api/v1/messages/{message_id}/reply
Reply to an existing message threadPOST/api/v1/messages/search
Search messages via keyword or hybrid searchPOST/api/v1/webhooks
Create a new signed webhook subscriptionPOST/api/v1/messages/{message_id}/draft
Generate an AI draft reply using hosted DGX workersGET/api/v1/approvals
List pending human approval requestsPOST/api/v1/approvals/{id}/approve
Approve & send a pending agent draft