GET /v1/agents
endpoint provides a detailed list of agents, including their metadata and capabilities, allowing clients to:
name
: Unique identifier for the agent.description
: Human-readable description of the agent’s functionality.provider
: Information about the organization providing the agent.version
: Agent version.documentation_url
: URL to the agent’s documentation.capabilities
: List of supported capabilities.
streaming
: Indicates if the agent supports streaming responses.GET /v1/agents
endpoint that returns a list of agent cards:
Successful Response
The response is of type object
.