{
  "$schema": "https://a2a-protocol.org/schemas/agent-card.json",
  "protocolVersion": "0.3",
  "name": "beknown.world",
  "description": "AI search visibility service. Agents can audit any website for AI-search readiness, enquire about a fixed-price implementation, and subscribe to the ongoing Care Plan.",
  "version": "1.0.0",
  "url": "https://beknown.world/api/a2a",
  "documentationUrl": "https://beknown.world/llms.txt",
  "iconUrl": "https://beknown.world/og-image.png",
  "provider": {
    "organization": "beknown.world",
    "url": "https://beknown.world"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "supportedInterfaces": [
    {
      "url": "https://beknown.world/api/a2a",
      "transport": "JSONRPC"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://beknown.world/api/a2a",
      "transport": "JSONRPC"
    }
  ],
  "skills": [
    {
      "id": "run-visibility-check",
      "name": "Run AI visibility check",
      "description": "Crawl a URL and score it across five AI-search readiness checks: crawlability, structured data, llms.txt, entity signals, WebMCP. Returns the detected platform and an AI-generated discovery report showing how a major LLM describes the site today.",
      "tags": ["audit", "ai-search", "readiness", "seo"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json", "text/plain"],
      "examples": [
        "Audit https://example.com for AI search readiness.",
        "Score example.com across the agent-readiness checks."
      ]
    },
    {
      "id": "request-implementation",
      "name": "Request a fixed-price implementation",
      "description": "Engage beknown.world to deliver an AI visibility implementation in 10 working days. Tiers: Micro GBP 950 (up to 10 pages), Starter GBP 1,200 (up to 20 pages), Professional GBP 1,800 (up to 75 pages), Enterprise custom quote. Optional Authority Boost and Legal Audit add-ons. Prices are final; beknown.world is not VAT registered.",
      "tags": ["commerce", "implementation", "enquiry"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json", "text/plain"],
      "examples": [
        "Book a Professional tier implementation for example.com.",
        "Enquire about the Starter tier with the Authority Boost add-on."
      ]
    },
    {
      "id": "subscribe-care-plan",
      "name": "Subscribe to the Care Plan",
      "description": "Start a monthly subscription to the beknown.world Care Plan for continuous AI visibility monitoring and maintenance. Care Plan Micro GBP 99/month for Micro implementation clients. Care Plan Standard GBP 129/month for Starter, Professional, and Enterprise implementation clients. Includes quarterly schema refresh, 90-day citation report, monthly prompt tracking, and quarterly support call.",
      "tags": ["commerce", "subscription", "care-plan"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json", "text/plain"],
      "examples": [
        "Subscribe to Care Plan Standard.",
        "Start a monthly Care Plan at the Micro tier."
      ]
    }
  ],
  "security": [],
  "securitySchemes": {},
  "supportsAuthenticatedExtendedCard": false
}
