Validator
Check that your vendor card conforms to the AI-Me specification.
CLI Validator
Validate any site's vendor card from the command line:
terminal
npx @ai-me/validator https://yourdomain.com
The validator fetches /.well-known/ai-me.json from the given URL and validates it against the JSON Schema.
Validate a local file
terminal
npx @ai-me/validator --file ./ai-me.json Online Playground
Paste your vendor card JSON below and validate it instantly — no server required.