Skip to main content
POST
Ingest a telemetry event
Appends an event to the evidence feed (events.jsonl). The server sets receivedAt, and ts if you didn’t provide one. authorize writes a policy_decision event for you automatically, use this endpoint for your own agent traces. See Running.

Authorizations

Authorization
string
header
required

Workspace API key (ak_live_…).

Body

application/json
ts
integer
receivedAt
integer
session
string
type
string
Example:

"policy_decision"

data
object

Response

200 - application/json

Accepted.

ok
boolean