# A2A Agent Card Generator

> Generate a /.well-known/agent.json file declaring your agent identity, capabilities and skills so other agents can discover and call it.

## 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
