AI-Me

Artifacts

Copy-paste templates to get started with AI-Me on your site.

/.well-known/ai-me.json

Minimal vendor card template. Replace the placeholder values with your own.

/.well-known/ai-me.json
{
  "schema_version": "0.1",
  "name": "Your Company",
  "website": "https://example.com",
  "summary": "What you do, in one sentence.",
  "canonical_pages": {
    "home": "https://example.com/",
    "contact": "https://example.com/contact"
  },
  "last_updated": "2026-03-05"
}

/.well-known/llms.txt

A recommended companion file providing human-readable context for LLMs. Include a link to your vendor card.

/.well-known/llms.txt
# Your Company

> What you do, in one sentence.

Detailed description of your company and what it offers.

## Links

- Website: https://example.com
- Documentation: https://example.com/docs
- Pricing: https://example.com/pricing
- Vendor Card: https://example.com/.well-known/ai-me.json

Compliance badge

Embed this badge on your site to show that you publish an AI-Me vendor card.

AI-Me AI-Me Compliant
badge embed
<!-- AI-Me Compliant Badge -->
<a href="https://spec.ai-me.dev" target="_blank" rel="noopener noreferrer">
  <img
    src="https://spec.ai-me.dev/badge.svg"
    alt="AI-Me Compliant"
    width="120"
    height="28"
  />
</a>

More examples

See the examples page for full vendor cards covering SaaS, consulting, open-source, and e-commerce archetypes.