Post inboxes
Authorizations
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
Body
Request body for creating a new inbox
Local part of the inbox email address (letters, numbers, dots, hyphens, underscores). Normalized to lowercase.
1 - 64^[a-zA-Z0-9._-]+$Domain for the inbox email address; uses the default domain if omitted
Human-readable display name for the inbox (max 128 characters)
128ID of the agent to associate with this inbox. With an agent-scoped key, defaults to the calling agent and may only name that agent; naming a different agent requires a master key. With a master key, omitting it creates a dedicated backing agent for the inbox.
^[cC][^\s-]{8,}$Response
OK
Inbox resource representation
Unique identifier of the inbox
^[cC][^\s-]{8,}$Full email address of the inbox
Domain portion of the inbox email address
Local part (before the @) of the inbox email address
Human-readable display name, or null if not set
ID of the agent this inbox belongs to
^[cC][^\s-]{8,}$Timestamp when the inbox was created
