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

skipintegerOptionalDefaults to 0
The number of agents to skip.
limitintegerOptionalDefaults to 100
The number of agents to include.

Response

Successful Response
idstring
The string ID of the agent
namestring
The name of the agent
descriptionstring
The description of the agent

Errors

404
Not Found Error
422
Unprocessable Entity Error