Generate a valid A2A (Agent2Agent) Agent Card JSON manifest: name, capabilities, input and output modes, and skills. Served at the well-known agent-card.json path.
In Google A2A (Agent2Agent), every agent publishes an Agent Card: a small JSON manifest that other agents read to discover what it can do and how to reach it. This generator builds a valid Agent Card from a simple form, so you do not have to hand-write the JSON.
By convention, an Agent Card is served at the path /.well-known/agent-card.json on the agent base URL. Other agents and registries fetch it there to discover your agent.
To understand where A2A fits among MCP and the other agent protocols, read our guide to AI agent protocols. A2A handles agent-to-agent collaboration, while MCP connects an agent to its tools.