mailkite_create_app_password
Create a one-time app password for a domain and address pattern, enabling a mail client or agent to authenticate. The secret is shown only once, requiring a management session token.
Instructions
Create an app password for one domain and address pattern. Hand it to a mail client or an agent — the secret is returned once and never again. Requires a management session token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Optional name shown in the dashboard (e.g. the client or agent holding it). | |
| domain | Yes | The hosted domain this password covers. Must belong to the calling account. | |
| address | No | Local-part pattern within the domain — `*` (default, every address), `hello`, `support-*`, `*-agent`. No `@`: the domain is already named. | |
| domainId | No | The domain by id (dom_…), as an alternative to `domain`. | |
| protocols | No | What the password may authenticate. Defaults to `["imap"]`. |