Create Hosted Mailbox
create_hosted_mailboxCreate a real IMAP/SMTP mailbox on a domain you own (connect Apple Mail, Thunderbird, or any mail client), instead of an API mailbox. Pass workspace_id to create it in a workspace you own and atomically adopt the domain boundary. Provisions the mailbox on our mail server, publishes DNS when we manage it, and returns the DNS records, mail client settings, and a one-time app password. API: POST /api/emails with kind=hosted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Display name for the mailbox | |
| slug | Yes | Local part, e.g. 'me' for me@mysite.com | |
| domain | Yes | A domain you own, e.g. mysite.com | |
| workspace_id | No | Workspace ID from list_workspaces; owner-only |