agents
Get all versions of an Agentic agent
Get all available versions for a specific Agentic agent
get/v0/agents/{agentName}/versions
Path parameters
agentNamestring required
URL-encoded agent name
Example:com.example%2Fmy-agent
URL-encoded agent name
Response
OK
Example response
{
"agents": [
{
"agent": {
"remotes": [
{
"headers": [
{
"name": "SOME_VARIABLE"
}
],
"type": "stdio",
"url": "https://api.example.com/mcp"
}
],
"repository": {
"id": "b94b5f7e-c7c6-d760-2c78-a5e9b8a5b8c9",
"source": "github",
"subfolder": "src/everything",
"url": "https://github.com/modelcontextprotocol/servers"
}
}
}
]
}