You're viewing a demo portfolio

Join the waitlist
PRSM

create_hosted_mailbox

Active

Tool of run.domani/domani

declared in 1.0.0

Create 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.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "domain",
    "slug"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name for the mailbox"
    },
    "slug": {
      "type": "string",
      "description": "Local part, e.g. 'me' for me@mysite.com"
    },
    "domain": {
      "type": "string",
      "description": "A domain you own, e.g. mysite.com"
    },
    "workspace_id": {
      "type": "string",
      "description": "Workspace ID from list_workspaces; owner-only"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

run.domani/domani

https://github.com/gwendall/domani

1/7 registries
View full server →
create_hosted_mailbox — run.domani/domani — PRSM MCP