Agents
Create and interact with AI agents that can use tools and corpora to perform complex queries
📄️ Create agent
Create a new agent that can perform operations using specified corpora, tools, and generation presets.
📄️ List agents
List all agents available to the authenticated user, with optional filtering and pagination.
📄️ Get agent
Retrieve the details of a specific agent by its ID, including its configuration, capabilities, and associated resources.
📄️ Update agent
Update an existing agent's configuration, including its corpora, tools, and generation presets.
📄️ Replace agent
Completely replace an existing agent's configuration, including its corpora, tools, and generation presets.
📄️ Delete agent
Permanently delete an agent and all its associated configuration. This action cannot be undone.
📄️ 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.
📄️ Create input in agent session
Create a new input in an agent session.
📄️ 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.