AI-Me

Examples

Ready-to-use discovery manifest templates for common site types. Copy, adapt, and serve at /.well-known/ai-me.json.

AI-Me discovery manifests are sometimes called "vendor cards" — the same format works for any site, not just commercial vendors.

SaaS Vendor

Full card with multiple offerings, API access, and support details.

saas.json
{
  "schema_version": "0.1",
  "name": "CloudSync",
  "legal_name": "CloudSync GmbH",
  "website": "https://cloudsync.example.com",
  "summary": "Real-time data synchronization platform for distributed teams.",
  "logo": "https://cloudsync.example.com/logo.png",
  "languages": ["en", "de"],
  "regions": ["EU", "US"],
  "category": ["saas", "data_sync", "enterprise"],
  "canonical_pages": {
    "home": "https://cloudsync.example.com/",
    "pricing": "https://cloudsync.example.com/pricing",
    "docs": "https://cloudsync.example.com/docs",
    "contact": "https://cloudsync.example.com/contact",
    "privacy": "https://cloudsync.example.com/privacy",
    "terms": "https://cloudsync.example.com/terms",
    "security": "https://cloudsync.example.com/security",
    "imprint": "https://cloudsync.example.com/imprint"
  },
  "offerings": [
    {
      "name": "CloudSync Pro",
      "type": "subscription",
      "description": "Unlimited real-time sync across all your data sources with SOC 2 compliance.",
      "pricing": {
        "model": "tiered",
        "currency": "EUR",
        "url": "https://cloudsync.example.com/pricing"
      },
      "cta": {
        "label": "Start free trial",
        "url": "https://cloudsync.example.com/signup"
      }
    },
    {
      "name": "CloudSync API",
      "type": "api",
      "description": "RESTful API for programmatic data synchronization.",
      "pricing": {
        "model": "usage",
        "currency": "EUR",
        "url": "https://cloudsync.example.com/pricing#api"
      },
      "cta": {
        "label": "Get API key",
        "url": "https://cloudsync.example.com/developers"
      }
    }
  ],
  "related": {
    "schema_org": "https://cloudsync.example.com/schema.jsonld",
    "llms_txt": "https://cloudsync.example.com/.well-known/llms.txt"
  },
  "support": {
    "email": "support@cloudsync.example.com",
    "hours": "Mon-Fri 09:00-18:00 CET",
    "response_time": "4 hours (business hours)"
  },
  "technical": {
    "api_available": true,
    "api_docs_url": "https://cloudsync.example.com/docs/api",
    "status_page_url": "https://status.cloudsync.example.com"
  },
  "last_updated": "2026-03-01"
}

Consulting Firm

Service-oriented card with fixed and contact-sales pricing.

consulting.json
{
  "schema_version": "0.1",
  "name": "Stratton Digital",
  "legal_name": "Stratton Digital Consulting Ltd.",
  "website": "https://stratton.example.com",
  "summary": "Digital transformation consulting for mid-market enterprises.",
  "logo": "https://stratton.example.com/logo.svg",
  "languages": ["en"],
  "regions": ["US", "UK"],
  "category": ["consulting", "digital_transformation"],
  "canonical_pages": {
    "home": "https://stratton.example.com/",
    "contact": "https://stratton.example.com/contact",
    "privacy": "https://stratton.example.com/privacy",
    "terms": "https://stratton.example.com/terms"
  },
  "offerings": [
    {
      "name": "Strategy Workshop",
      "type": "service",
      "description": "Two-day on-site digital strategy workshop for leadership teams.",
      "pricing": {
        "model": "fixed",
        "currency": "USD",
        "url": "https://stratton.example.com/services#workshop"
      },
      "cta": {
        "label": "Book a workshop",
        "url": "https://stratton.example.com/contact?service=workshop"
      }
    },
    {
      "name": "Ongoing Advisory",
      "type": "service",
      "description": "Monthly retainer for strategic technology advisory.",
      "pricing": {
        "model": "contact_sales",
        "currency": "USD",
        "url": "https://stratton.example.com/services#advisory"
      },
      "cta": {
        "label": "Get in touch",
        "url": "https://stratton.example.com/contact"
      }
    }
  ],
  "support": {
    "email": "hello@stratton.example.com",
    "hours": "Mon-Fri 09:00-17:00 EST",
    "response_time": "1 business day"
  },
  "technical": {
    "api_available": false,
    "api_docs_url": "",
    "status_page_url": ""
  },
  "last_updated": "2026-02-15"
}

Open-Source Project

Minimal card for a free, open-source library.

open-source.json
{
  "schema_version": "0.1",
  "name": "FastParse",
  "website": "https://fastparse.example.dev",
  "summary": "A fast, lightweight library for parsing structured data formats.",
  "logo": "https://fastparse.example.dev/icon.svg",
  "languages": ["en"],
  "category": ["open_source", "developer_tools"],
  "canonical_pages": {
    "home": "https://fastparse.example.dev/",
    "docs": "https://fastparse.example.dev/docs",
    "contact": "https://github.com/example/fastparse/issues"
  },
  "offerings": [
    {
      "name": "FastParse",
      "type": "open_source",
      "description": "MIT-licensed parsing library with zero dependencies.",
      "pricing": {
        "model": "free",
        "currency": "",
        "url": ""
      },
      "cta": {
        "label": "View on GitHub",
        "url": "https://github.com/example/fastparse"
      }
    }
  ],
  "related": {
    "llms_txt": "https://fastparse.example.dev/llms.txt"
  },
  "last_updated": "2026-01-20"
}

E-Commerce Store

Product-focused card with multi-language and regional support.

ecommerce.json
{
  "schema_version": "0.1",
  "name": "NordicGoods",
  "legal_name": "NordicGoods AB",
  "website": "https://nordicgoods.example.com",
  "summary": "Curated Scandinavian design products shipped worldwide.",
  "logo": "https://nordicgoods.example.com/logo.png",
  "languages": ["en", "sv", "da", "no"],
  "regions": ["EU", "US", "Global"],
  "category": ["ecommerce", "retail", "design"],
  "canonical_pages": {
    "home": "https://nordicgoods.example.com/",
    "contact": "https://nordicgoods.example.com/contact",
    "privacy": "https://nordicgoods.example.com/privacy",
    "terms": "https://nordicgoods.example.com/terms",
    "imprint": "https://nordicgoods.example.com/imprint"
  },
  "offerings": [
    {
      "name": "NordicGoods Store",
      "type": "product",
      "description": "Curated Scandinavian furniture, lighting, and home accessories.",
      "pricing": {
        "model": "fixed",
        "currency": "EUR",
        "url": "https://nordicgoods.example.com/shop"
      },
      "cta": {
        "label": "Shop now",
        "url": "https://nordicgoods.example.com/shop"
      }
    }
  ],
  "related": {
    "schema_org": "https://nordicgoods.example.com/schema.jsonld",
    "llms_txt": "https://nordicgoods.example.com/.well-known/llms.txt"
  },
  "support": {
    "email": "help@nordicgoods.example.com",
    "hours": "Mon-Fri 10:00-16:00 CET",
    "response_time": "24 hours"
  },
  "technical": {
    "api_available": false,
    "api_docs_url": "",
    "status_page_url": ""
  },
  "last_updated": "2026-02-28"
}

Need a different archetype?

These examples cover common patterns. For other site types, start with the minimal required fields from the Quick Start and add recommended fields as needed. Check the spec for the full data model.