Inbox tool reference

ToolPurposeSafety
list_inboxesList authorized inboxesRead-only
get_inboxRead one inbox by inb_... IDRead-only
create_inboxProvision a human-approved @agentmailer.ai inboxPrivate write; require a trusted identity and use an idempotency key
update_inboxChange display name, metadata, or correlation IDPrivate idempotent write
delete_inboxDeactivate the mailbox and reserve its handleDestructive; confirm exact target
auth_meInspect organization, trust, credential type, and permissionsRead-only

Resource IDs are opaque. Use IDs returned by list or create calls, never guessed IDs. AgentMailer scopes resources to the authenticated organization and enforces per-operation permissions such as inboxes:read, inboxes:create, inboxes:update, and inboxes:delete.

Before create_inbox, call auth_me. If the identity is unverified or the server returns human_approval_required, follow https://api.agentmailer.ai/llms.txt; do not retry until a human completes approval.