Version: 0.1.0-alpha
Status: Pre-submission Draft / Incubation Phase
Namespace: https://w3id.org/kya/v1
The KYA (Know Your Agent) Manifest is a machine-readable framework for disclosing the identity, governance, and operational boundaries of autonomous AI agents.
As AI agents transition from chatbots to economic actors, they require a standardized way to prove their safety parameters, hardware security, and legal accountability to third-party verifiers (exchanges, protocols, and users). KYA leverages W3C Verifiable Credentials and JSON-LD to create an interoperable “Identity Card” for the agentic web.
The repository is organized to support automated validation and standard evolution:
schema/ : Contains the JSON-LD Context and JSON Schema.examples/ : Reference implementations including full, minimal, and failure cases.tools/ : Python-based linter and validation suite.tests/ : pytest suite for structural and semantic validation.spec/ : The official W3C-style technical specification (ReSpec).makeTo install the validation tools and run the test suite against the reference examples:
# Setup the environment
make install
# Run structural and semantic tests
make test
To compare the JSON Schema against the spec docs and list missing fields
(including schema_human.md when present). Default mode enforces that
schema_human.md stays in sync with the schema, while the spec pages are
reported only. Use --strict to fail on any drift:
python3 tools/check_doc_drift.py
python3 tools/check_doc_drift.py --strict
To view the human-readable specification locally:
make serve
# Open http://localhost:8000/spec/
The KYA standard terms are mapped to a permanent namespace. This ensures that terms like signing_policy have a globally unique definition that can be interpreted by AI Agents and search engines alike.
The root namespace (https://w3id.org/kya) is intended as a stable landing page, while versioned URIs
like https://w3id.org/kya/v1 (context) and https://w3id.org/kya/v1/schema (schema) provide immutable
references for released spec versions.
https://w3id.org/kya/vocabhttps://w3id.org/kya/v1registry_lock field.Built by the Open-KYA Community.