Create an Agent Card, test it live, and share it with the world.
Agent Card = a JSON that defines your agent's capabilities and skills. Free, no sign-up.
Define your agent's name, skills, and capabilities with an Agent Card
Chat with your agent in the Playground to verify behavior
Generate a share link and badge. Embed in your GitHub README.
An Agent Card is a JSON file defining an AI agent's capabilities. Based on Google's A2A protocol, agents can discover each other's capabilities and collaborate. agentjuku is a learning platform to create, validate, and share Agent Cards — entirely in your browser.
Learn in Dojo (6 lessons · Free){ "name": "my_agent", "version": "1.0.0", "skills" [ { "id": "translate", "name": "翻訳", "description": "日英翻訳" } ] }
All Agent Card creation and validation happens in your browser. No data is sent.
No account or login needed. Start building right now.
Fully compliant with Google's A2A Protocol v1.0. Deploy-ready.