bird email mailboxes create [flags]
Create a mailbox
Claim an inbox.ai address (or your own domain's address) and start receiving. The inbox.ai address is permanently reserved to your organization.
Build the request from flags, a JSON MailboxCreate body via --body-file ("-" reads
stdin), or both — a flag overrides the matching body field. Run --example to
print a ready-to-edit body, or --dry-run to print the resolved request without
sending it.
# print the body shape (no credentials needed)
bird email mailboxes create --example
| Name | Description |
|---|
| --local-part | Local part of the address (before @). Omit to generate one. |
| --domain | Domain for the address (default: inbox.ai). |
| --display-name | Sender display name on outgoing mail. |
| --default-reply-to | Default Reply-To address on outgoing mail. |
| Name | Description |
|---|
| --receive-policy | Which inbound mail to accept: open, replies_only, allowlist, or drop. |
| --retention-tier | How long to remember messages: 30d. |
| Name | Description |
|---|
| --metadata | Arbitrary JSON metadata object (up to 2 KB). |
| Name | Description |
|---|
| --body-file | Read the JSON request body from this file; "-" reads stdin |
| --example | Print a complete example request body, then exit |
| --dry-run | Print the resolved request without sending it, then exit |
| --idempotency-key | Deduplication key; a retry with the same key won't act twice |
| Name | Description |
|---|
| --response-schema | Print the fields this command returns, then exit |