Skip to main content
POST
Ingest agent signals
The individual records carry no identity of their own: the credential decides the org and user. Duplicate signals are reported as deduped rather than stored twice.

Authorization

This route requires the write scope. A missing or invalid credential returns 401 authentication_error. A valid credential without the scope returns 403 permission_denied, and the problem body names the exact scope required.

Headers

These are request conventions the contract does not declare as parameters, so they do not appear in the schema tables below.

Success responses

Errors

Every error is an RFC 9457 application/problem+json body carrying a stable code, a requestId, and a suggestedAction where Exo has one. See Errors.

Authorizations

X-Exo-API-Key
string
header
required

An Exo API key (exo_...) sent as the X-Exo-API-Key header.

Body

application/json

POST /v1/ingest/agent-signals: batch of client-detected signals.

signals
AgentSignalRecord · object[]
required
Maximum array length: 500

Response

How many signals were queued and how many were duplicates.

deduped
integer
required
ingested
integer
required