A list of available agent evaluation metrics and their definitions.
DigitalOcean Gradient™ AI Platform Reference
Validated on 17 Jan 2025 • Last edited on 15 Aug 2025
DigitalOcean Gradient™ AI Platform lets you build fully-managed AI agents with knowledge bases for retrieval-augmented generation, multi-agent routing, guardrails, and more, or use serverless inference to make direct requests to popular foundation models.
The DigitalOcean API
The DigitalOcean API lets you manage DigitalOcean resources programmatically using conventional HTTP requests. All the functionality available in the DigitalOcean Control Panel is also available through the API.
You can use the API to create, delete, and manage knowledge bases and generative AI agents . You can also use the API to add agent and function routes to agents, add data sources to knowledge bases, and start indexing jobs.
The DigitalOcean Command Line Client, doctl
doctl
is a command-line interface for the DigitalOcean API and supports many of the same actions.
doctl
supports managing Gradient AI Platform resources from the command line. See the doctl
documentation or use doctl genai --help
for more information.
The DigitalOcean Gradient AI Platform SDK
Use the official Gradient AI Platform SDK to manage Gradient AI Platform resources, including knowledge bases and generative AI agents, from Python applications.