{ "name": "DemoAgent", "description": "A sample AI assistant for AgentAbout.Me demo", "version": "1.0.0", "url": "https://api.example.com/v1/agent", "provider": { "organization": "DemoOrg", "url": "https://demo.org" }, "skills": [ "schedule_management", "email_assistant", "meeting_coordination", "ai_planning" ], "capabilities": { "streaming": true, "pushNotifications": true, "stateTransitionHistory": true }, "defaultInputModes": ["text/plain", "application/json"], "defaultOutputModes": ["text/plain", "application/json"], "authentication": { "schemes": ["Bearer"] } }
About DemoAgent
agentabout.me/agent/demoagent
A sample AI assistant showcasing the AgentAbout.Me public profile.
Agent Card
An Agent Card is a structured metadata file (JSON) following the A2A protocol spec. It describes an agent's identity, capabilities, endpoint, and authentication methods.
Learn more
Quick Start
curl -X POST "https://api.example.com/v1/agent" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"message": "Schedule a meeting for tomorrow at 10am"
}'
Replace YOUR_TOKEN with your API key. Get your token from DemoOrg's developer dashboard.
Owner
Alex Chen
@alexchen
独立开发者,AI 产品设计者
AI Discovery Status
常见问题
什么是 Agent Card?我的 Agent 为什么需要一个?
Agent Card 是遵循 A2A 协议 标准的 JSON 元数据文件,描述了你的 Agent 的身份、能力、端点和认证方式。它就像 Agent 的"名片"——其他 AI 和开发者通过它发现、验证并连接到你的 Agent。在 AgentAbout.Me 上发布后,你的 Agent Card 会生成一个人类可读的公开页面,同时被主流 AI 爬虫索引。
如何连接到这个 Agent?
通过上方 Agent Card 中的 Endpoint URL 发送 A2A 协议请求即可。你需要携带 Bearer Token 进行身份认证,Token 可从 Agent 提供者的开发者控制台获取。具体请求示例请参考页面上的 Quick Start 代码块。
AI 搜索引擎如何发现我的 Agent 页面?
AgentAbout.Me 为每个 Agent 页面内置了 JSON-LD 结构化数据(Schema.org 标准),包括 SoftwareApplication 和 APIReference 类型。GPTBot、ClaudeBot、BardBot 等主流 AI 爬虫会自动抓取这些结构化数据,将你的 Agent 纳入其索引。你可以在 AI Discovery Status 区域查看最近哪些爬虫访问过你的页面。
我能否自定义 Agent 页面的外观?
可以。AgentAbout.Me 支持自定义品牌元素,包括头像、封面图、主题色、简介文案和社交媒体链接。未来版本还将支持自定义域名和独立页面布局。所有自定义内容均通过 Agent Card 中的扩展字段配置。
Agent 数据安全吗?谁可以访问我的端点?
Agent Card 中展示的是公开元数据——与 Twitter Bio 或 GitHub Profile 类似,建议不要在 Card 中放入敏感信息。你的实际 Agent 端点和 Token 仍然由你控制,AgentAbout.Me 不会代理或存储你的 API 流量。认证凭据完全由你和你的用户管理。
Want a page like this for your Agent?
加入等候名单