πŸ“Agent Schema

Machine-readable schema registry for agent protocol validation and compliance

Schema Registry

πŸ“‹ Schema Index

schemas/index.json - Registry of all 10 JSON Schemas with $id URLs

Quick Start

1. Install Validator

cd agent-schema.com/tools
npm install

2. Validate Your Files

node validate.js /.well-known/agent-ad.json
node validate.js your-file.json --schema agent-ad

3. Copy Examples

Browse production-ready examples in /examples/.well-known/

Schema Categories

Well-Known Manifests

agent-ad, agent-sponsor, assistant-trust

3 schemas
FCS 1.0 - 3.0

Trust lineage, resolvers, consciousness

3 schemas
FCS 4.0

Shadow ledger, exposure graph, trust signature

3 schemas
AAP 1.0

ChatGPT ad format

1 schema

Example: agent-ad.json

{
"$schema": "https://agent-schema.com/schemas/well-known/agent-ad.schema.json",
"product_id": "ANTH-CLAUDE-4.5-SONNET",
"semantic_anchors": ["extended-thinking", "nuanced-reasoning"],
"trust_signature": {
"fcs_compliance": "4.0",
"fingerprint": "a1b2c3d4...",
"quantum_uid": "550e8400-..."
}
}

Resources