Agents
Create and interact with AI agents that can use tools and corpora to perform complex queries
📄️ Create agent
Create a new agent. An agent is compromised as 3 main things of functionality:
📄️ 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.