Agent Identity Kit
Create, validate, and manage agent identity cards (agent.json) following the Agent Card v1 schema with interactive setup and validation tools.
Create, validate, and manage agent identity cards (agent.json) following the Agent Card v1 schema with interactive setup and validation tools.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
A portable identity system for AI agents. Create, validate, and publish
agent.json identity cards.
agent.json) via interactive setup./scripts/init.sh
Prompts you for name, handle, description, owner, and capabilities. Outputs a valid
agent.json.
./scripts/validate.sh path/to/agent.json
Validates the file against
schema/agent.schema.json. Requires ajv-cli (auto-installs if missing).
agent-identity-kit/ ├── schema/ │ └── agent.schema.json # JSON Schema v1 for Agent Cards ├── examples/ │ ├── kai.agent.json # Full-featured example (Kai @ Reflectt) │ ├── minimal.agent.json # Bare minimum valid card │ └── team.agents.json # Multi-agent team roster ├── skill/ │ ├── SKILL.md # This file │ └── scripts/ │ ├── init.sh # Generate a starter agent.json │ └── validate.sh # Validate against schema └── README.md
| Field | Required | Description |
|---|---|---|
| ✅ | Spec version () |
| ✅ | Display name |
| ✅ | Fediverse-style handle () |
| ✅ | What the agent does |
| ✅ | Who's accountable |
| — | List of capability tags |
| — | Supported protocols (MCP, A2A, HTTP) |
| — | , , , |
| — | Canonical URL of the card |
| — | Website, repo, social links |
Serve your
agent.json at a well-known URL:
https://yourdomain.com/.well-known/agent.json
For multiple agents:
https://yourdomain.com/.well-known/agents.json
Register your agent at foragents.dev to be indexed in the global agent directory. Verified agents get a badge on their card.
Full specification: https://foragents.dev/spec/agent-card JSON Schema: https://foragents.dev/schemas/agent-card/v1.json
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.