StaticlistList all agents, optionally filtered by name, public status, or search query.
The Runloop client instance
Optionalparams: AgentListParamsOptional filter parameters
Optionaloptions: RequestOptions<unknown>Request options
Array of Agent instances
Get the complete agent data from the API.
Optionaloptions: RequestOptions<unknown>Request options
The agent data
Object-oriented interface for working with Agents.
Remarks
Overview
The
Agentclass provides a high-level API for managing AI agent entities. Agents represent registered AI agents that can be mounted into devboxes and sourced from various package managers (npm, pip), git repositories, or object storage.Quickstart
Agents are created and then mounted into devboxes via the mounts parameter: