# A2A Agent Card 생성기

> 다른 에이전트가 발견하고 호출할 수 있도록 에이전트의 정체성, capabilities, skills를 선언하는 /.well-known/agent.json 파일 생성.

## How to use

1. Name your agent and set a semver version
2. Add an https endpoint other agents can reach
3. Declare capabilities (streaming, multi-turn, etc.) and at least one skill
4. Optional: add a contact block (name / url / email)
5. Copy or download the JSON
6. Save it as `/.well-known/agent.json` on your origin
