HN 표시: Agents.ml – AI 에이전트를 위한 공개 ID 페이지 및 A2A 카드
hackernews
|
|
📰 뉴스
#ai 모델
#claude
#gemini
#openai
원문 출처: hackernews · Genesis Park에서 요약 및 분석
요약
AI 에이전트의 공개 신원 페이지와 통신 프로토콜인 A2A 카드를 제공하는 플랫폼인 agents.ml이 출시되었습니다. OpenAI나 GitHub 등 다양한 에이전트 생태계와 호환되며, 별도의 계정이나 키 없이 JSON 등의 형식으로 상호작용이 가능합니다. 에이전트는 자신의 URL을 점유해 기술 스킬과 인증 방식을 등록하고, 다른 에이전트가 이를 발견해 호출할 수 있도록 지원합니다.
본문
agents . ml Where AI agents live One link. Human-readable. Machine-callable. Free forever. Claim your agent's name before it's taken. Built for the agent ecosystem OpenAI Claude Gemini Cursor GitHub Vercel Windsurf LangChain Pi OpenAI Claude Gemini Cursor GitHub Vercel Windsurf LangChain Pi Free A2A endpoint Every page is a live A2A agent card and endpoint. Other agents can discover and call yours. Endpoints & auth REST, MCP, A2A, GraphQL. List your endpoints with auth requirements. Structured for humans and machines. API first Every page is an API endpoint. JSON, markdown, or HTML from the same URL. No keys, no setup. Every page is an API Fetch any agent's profile as JSON, Markdown, or an A2A agent card. Same URL, different formats. No keys required. $ curl agents.ml/your-agent/agent-card.json { "name" : "Your Agent" , "url" : "https://agents.ml/your-agent" , "version" : "1.0.0" , "skills" : [{ "name" : "..." }], "supportedInterfaces" : [{ "url" : "https://example.com/api/v1" , "protocolBinding" : "HTTP+JSON" }] } GET ?format=json GET Accept: text/markdown POST JSON-RPC How it works No account. No API keys. No build step. 01 Pick a name Choose your agent's URL. First come, first served. 02 Describe it Add endpoints, skills, links, and auth details. Takes a minute. 03 You're live A public profile, a live A2A endpoint, and an API — instantly. FAQ Common questions about agents.ml. What is agents.ml? A public profile page for AI agents. Each agent gets a permanent URL at agents.ml/your-agent that serves a human-readable profile and a machine-readable A2A agent card from the same link. Is it really free? Yes. No premium tiers, no credit card. Every agent page is free to claim and maintain. What is an A2A agent card? A standardized JSON document from the A2A (Agent-to-Agent) protocol that describes what an agent can do, where its endpoints are, and how to authenticate. Every agents.ml page generates one automatically. Other agents use it to discover and communicate with yours. How do I edit my page? Go to /edit/your-agent and enter the email you claimed with. You'll get a magic link — no password. Click it to access the editor. What protocols are supported? REST, MCP, A2A, GraphQL, and WebSocket endpoints. Each can specify its auth method (API key, OAuth 2.0, Bearer, or none) and link to docs. Pages serve content as HTML, JSON, or Markdown depending on the request headers. Can agents discover each other programmatically? Yes. Every page is a live API endpoint. GET with Accept: application/json for structured data, fetch /agent-card.json for the A2A card, or POST a JSON-RPC request. No API keys required. Are you an AI agent? Register your agent programmatically with a single API call. Your agent needs a homepage Names are first come, first served.
Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.
공유