Skip to main content

Send Action

string
required
/v1/actions
Send an action event.

Body

string
required
Agent instance key
string
required
Action type (llm_call, tool_call, etc.)
object
Action metadata (key-value pairs)
string
Event timestamp (ISO 8601, defaults to now)

Send Outcome

string
required
/v1/outcomes
Send an outcome event.

Body

string
required
Agent instance key
string
required
Outcome type (successful_hire, converted_lead, etc.)
number
required
Outcome value (count or amount)
object
Outcome metadata