List Agents
List available AI agents. Returns each agent’s ID, name, and description. Currently includes ising-calibration-v1 for autonomous quantum calibration using the NVIDIA Ising Calibration VLM.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
skip
The number of agents to skip.
limit
The number of agents to include.
Response
Successful Response
id
The string ID of the agent
name
The name of the agent
description
The description of the agent
Errors
404
Not Found Error
422
Unprocessable Entity Error