Agent Sessions
Manage agent sessions and interact with agents through conversational events
📄️ Create agent session
Create a new session for interacting with an agent. Sessions maintain conversation context.
📄️ List agent sessions
List all agent sessions for a specific agent, with optional filtering and pagination.
📄️ Get agent session
Retrieve the details of a specific agent session by its ID, including session configuration.
📄️ Update agent session
Update an existing agent session's configuration and metadata.
📄️ Delete agent session
Permanently delete an agent session. This action cannot be undone.
📄️ Interact with an agent
Create a new input to an agent to interact with it.
📄️ List events in agent session
List all events in a specific agent session, with optional pagination.
📄️ Get event in agent session
Retrieve the details of a specific event within an agent session.