Skip to main content
POST
Create an Agent inbox item

Authorizations

Authorization
string
header
required

Bearer JWT token or API Key (sk-*).

Path Parameters

agentId
string
required

Body

application/json
instruction
string
required

Instruction that will be passed into the agent run when the item is claimed.

Minimum string length: 1
Example:

"Investigate the failed nightly billing export."

type
string

Logical task type such as task, incident, sync, or concierge_message.

Maximum string length: 128
Example:

"incident"

payload
object

Opaque task payload persisted with the inbox item and copied into the run state.

Example:
priority
number

Queue priority. Higher values are claimed first.

Required range: 0 <= x <= 1000
Example:

900

availableAt
string

Optional ISO timestamp after which the inbox item becomes claimable.

Example:

"2026-04-12T12:00:00.000Z"

dedupeKey
string

Optional de-duplication key unique per agent among non-terminal inbox items.

Maximum string length: 255
Example:

"incident:INC-421"

Response

201 - undefined
Last modified on September 5, 2026