Optionaloptions: RequestOptions<unknown>Retrieve a specific Agent by its unique identifier.
Optionaloptions: RequestOptions<unknown>List all Agents for the authenticated account with pagination support.
Optionalquery: AgentListParamsOptionaloptions: RequestOptions<unknown>List all Agents for the authenticated account with pagination support.
Optionaloptions: RequestOptions<unknown>Delete an Agent by its unique identifier. The Agent will be permanently removed.
Optionaloptions: RequestOptions<unknown>Returns devbox counts grouped by agent name. This endpoint efficiently aggregates devbox counts for all agents in a single request, avoiding N+1 query patterns.
Optionaloptions: RequestOptions<unknown>List all public Agents with pagination support.
Optionalquery: AgentListPublicParamsOptionaloptions: RequestOptions<unknown>List all public Agents with pagination support.
Optionaloptions: RequestOptions<unknown>
Create a new Agent with a name and optional public visibility. The Agent will be assigned a unique ID.