Capabilities: Inbox Email
Inbox is the product for email and messaging. For its publicly callable email functions, the Gateway contract uses the technical domain ID mail. The capabilities work with mailboxes, folders, and messages while respecting visibility rules.
Callable Capabilities
Section titled “Callable Capabilities”| Capability | Risk | Writing | Dry-Run | Cost Class | Scopes |
|---|---|---|---|---|---|
mail.folder.list | medium | no | supported | flat-rate | mail:read |
mail.mailbox.delete | high | yes | supported | flat-rate | mail:write |
mail.mailbox.list | medium | no | supported | flat-rate | mail:read |
mail.mailbox.save | high | yes | supported | flat-rate | mail:write |
mail.mailbox.share | medium | yes | supported | flat-rate | mail:write |
mail.message.list | high | no | supported | flat-rate | mail:read |
mail.message.read | high | no | supported | flat-rate | mail:read |
The table guides you to the available calls. Before your agent hands off work: read describe, use dry_run according to the contract, observe idempotency for mutations, and verify scopes.