create_mailbox
Creates a project-scoped mailbox with a given slug, returning mailbox settings and repair guidance. Handles slug conflicts, cooldowns, and limit errors.
Instructions
Create a project-scoped mailbox local part. The managed address is @.mail.run402.com; matching slugs in other projects are allowed. Returns mailbox_settings and next_actions when the gateway provides default-role repair guidance. Not idempotent: same-project slug conflicts/cooldowns/limit errors are surfaced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Project-scoped mailbox local part (3-63 chars, lowercase alphanumeric + hyphens, no consecutive hyphens). Creates <slug>@<project-mail-host>.mail.run402.com | |
| project_id | Yes | The project ID to create a mailbox for |