Thread-aware console reply from an org inbox
POST /v1/admin/orgs/{org_id}/projects/{project_id}/inboxes/{addr}/reply
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The full inbox address, URL-encoded (e.g. agent7%40extrovertmail.com).
Request Body required
Section titled “Request Body required ”Thread-aware reply. Exactly one of thread_id / message_id selects the parent; recipients, subject, and threading headers are derived server-side.
object
object
Include all original recipients (reply-all) when true.
Optional stale-context guard; returns 409 if the thread head changed before request materialization.
An outbound attachment on send/reply/forward.
object
Standard base64-encoded attachment bytes.
Review Loop per-send assertion (see SendRequest.mode).
The agent’s “for the human reviewer” summary. summary is REQUIRED when the resolved mode is review (else the submit is 422).
object
Free-text intent summary (who/what/why).
Structured intent payload.
object
Opaque category id (cat_…) matched from the registry.
Agent-supplied confidence (0..1) in the category match (see SendRequest.category_confidence). Feeds the min_confidence auto-send gate only; the server never scores.
Opaque token from a fresh, unfiltered GET /v1/rules for this agent, project, and category.
DEPRECATED body-level alias for the Idempotency-Key header (see SendRequest.idempotency_key). Send the header instead.
Thread-aware reply. Exactly one of thread_id / message_id selects the parent; recipients, subject, and threading headers are derived server-side.
object
object
Include all original recipients (reply-all) when true.
Optional stale-context guard; returns 409 if the thread head changed before request materialization.
An outbound attachment on send/reply/forward.
object
Standard base64-encoded attachment bytes.
Review Loop per-send assertion (see SendRequest.mode).
The agent’s “for the human reviewer” summary. summary is REQUIRED when the resolved mode is review (else the submit is 422).
object
Free-text intent summary (who/what/why).
Structured intent payload.
object
Opaque category id (cat_…) matched from the registry.
Agent-supplied confidence (0..1) in the category match (see SendRequest.category_confidence). Feeds the min_confidence auto-send gate only; the server never scores.
Opaque token from a fresh, unfiltered GET /v1/rules for this agent, project, and category.
DEPRECATED body-level alias for the Idempotency-Key header (see SendRequest.idempotency_key). Send the header instead.
Responses
Section titled “ Responses ”Accepted for delivery.
The outcome of a reply or forward.
object
Opaque review id (rr_…) for the review row that governed this send. ADDITIVE. Every agent-plane send now creates one, so an agent that crashes after issuing the request can still call GET /v1/reviews/{id} and read closed / sent_message_id instead of guessing whether the message went out.
Invalid request.
The canonical error envelope. error is a stable machine code.
object
Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).
Example
forbiddenHuman-readable detail (never leaks internals).
Example
missing required scopeMissing or invalid credential.
The canonical error envelope. error is a stable machine code.
object
Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).
Example
forbiddenHuman-readable detail (never leaks internals).
Example
missing required scopeResource not found.
The canonical error envelope. error is a stable machine code.
object
Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).
Example
forbiddenHuman-readable detail (never leaks internals).
Example
missing required scope