Skip to content

Update an inbox's enforced daily recipient limit

PATCH
/v1/admin/orgs/{org_id}/projects/{project_id}/inboxes/{addr}
org_id
required
string
project_id
required
string
addr
required
string

The full inbox address, URL-encoded (e.g. agent7%40extrovertmail.com).

object
>= 1 properties
daily_send_limit
integer
>= 1 <= 10000
direct_smtp_enabled

Explicit per-inbox raw SMTP bypass. It is disabled by default and can be enabled only by a human for an account with an active paid entitlement. Disabling is always allowed. Agent API, SDK, and MCP sends continue through the normal review controls regardless of this setting.

boolean

Updated.

object
address
string
agent_id
string
domain
string
webhook_url
string
daily_send_used

Recipients sent in the rolling 24-hour window.

integer
daily_send_cap
integer
direct_smtp_enabled

Whether this inbox is configured for direct SMTP outside the review pipeline. Effective access also requires an active paid entitlement.

boolean
created_at
string format: date-time

Invalid request.

The canonical error envelope. error is a stable machine code.

object
error
required

Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).

string
Example
forbidden
message

Human-readable detail (never leaks internals).

string
Example
missing required scope

Missing or invalid credential.

The canonical error envelope. error is a stable machine code.

object
error
required

Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).

string
Example
forbidden
message

Human-readable detail (never leaks internals).

string
Example
missing required scope

Authenticated but lacking the required scope, or out of quota.

The canonical error envelope. error is a stable machine code.

object
error
required

Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).

string
Example
forbidden
message

Human-readable detail (never leaks internals).

string
Example
missing required scope

Resource not found.

The canonical error envelope. error is a stable machine code.

object
error
required

Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).

string
Example
forbidden
message

Human-readable detail (never leaks internals).

string
Example
missing required scope