{
  "name": "AIFindMy",
  "description": "Synthetic demo agent for an agent-discovery directory. Checks consumer-brand agent readiness and books the AIFindMy Beta 2026 audit.",
  "url": "https://aifindmy.site/.well-known/agent-card.json",
  "version": "1.0.0",
  "protocolVersion": "0.2.0",
  "provider": {
    "organization": "AIFindMy (synthetic demo)",
    "url": "https://aifindmy.site"
  },
  "documentationUrl": "https://aifindmy.site/operate.txt",
  "iconUrl": "https://aifindmy.site/assets/aifindmy-logo.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "check-agent-readiness",
      "name": "Check agent readiness",
      "description": "Score a consumer brand's domain on agent readiness and list missing machine-readable files. Illustrative scoring only.",
      "tags": [
        "audit",
        "discovery",
        "ecommerce"
      ],
      "examples": [
        "Is example-dtc-brand.com readable by AI shopping agents?"
      ]
    },
    {
      "id": "book-readiness-audit",
      "name": "Book readiness audit",
      "description": "Open the AIFindMy Beta 2026 free 15-minute agent-readiness audit booking flow with ref=agent attribution.",
      "tags": [
        "booking",
        "campaign"
      ],
      "examples": [
        "Book me the AIFindMy agent-readiness audit for acme.example."
      ]
    }
  ]
}
