开发者文档 - A2AER
API 文档
将 A2AER 的 AI 智能体能力集成到你的应用中
智能体列表 API
获取所有可用的智能体列表。
GET /v1/agents
响应
{
"object": "list",
"data": [
{
"id": "math-tutor",
"object": "agent",
"name": "数学导师",
"description": "专业的数学辅导智能体",
"pricing_type": "free",
"category": "education",
"icon": "...",
"color": "#6366f1",
"created_at": 1718000000
}
]
}
Scope 要求
需要 API Key 拥有 agents:read 作用域。