Agents, Agent Versions, People, and Sessions that are provided but do not exist will be created.
Create Event
POST/api/v1/events
Request body
Type of the event. Currently, only
"llm" is supported.LLM event properties.
inputs includes the body of the llm call and output includes the response from the llm call in the provider specific format.The fingerprint of the client that generated the event.
The name of the agent associated with the event. (If this agent does not exist, it will be created.)
The name of the agent version associated with the event. (If this agent version does not exist, it will be created. If an agent version is not supplied, a default version will be used.)
The unique identifier of the person associated with the event.If the person does not exist, it will be created.
The unique identifier of the session associated with the event.
200 - Successful Response
200 - Successful Response
Successful response.
404 - Not Found
404 - Not Found