update_mailbox
Update a mailbox's footer policy to run402_transparency or none. Prototype projects require run402_transparency; attempts to set none return an error.
Instructions
Update per-mailbox settings. Currently supports footer_policy: run402_transparency or none. Prototype projects are locked to run402_transparency; attempting none surfaces the gateway's FOOTER_POLICY_TIER_REQUIRED typed error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mailbox | No | Target mailbox by slug or id; omit only when the project has exactly one mailbox. | |
| project_id | Yes | The project ID | |
| footer_policy | Yes | Outbound footer policy. `none` is allowed for hobby/team projects; prototype projects are locked to `run402_transparency`. |