{
  "name": "AllroundWebsite Agent",
  "description": "Public read-only Agent2Agent endpoint for AllroundWebsite. It helps autonomous client agents find website services, plans, pricing guidance, quote paths, GEO audits, AI privacy audits, accessibility guidance, SEO/GEO articles, and relevant next steps from the site's machine-readable business data.",
  "version": "1.1.0",
  "url": "https://www.allroundwebsite.com/a2a/",
  "provider": {
    "organization": "AllroundWebsite",
    "url": "https://www.allroundwebsite.com/"
  },
  "documentationUrl": "https://www.allroundwebsite.com/a2a/",
  "iconUrl": "https://www.allroundwebsite.com/static/images/favicon.avif",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://www.allroundwebsite.com/a2a/",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://www.allroundwebsite.com/a2a/",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3"
    }
  ],
  "protocolVersion": "0.3.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "securityRequirements": [],
  "security": [],
  "authentication": {
    "schemes": []
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "pricing-lookup",
      "name": "Website pricing lookup",
      "description": "Returns current AllroundWebsite plan and pricing information from static/tabsdata.json, including Basic, Basic+, WordPress, Premium WordPress, and relevant quote options. It filters out internal defaults such as zero-cost placeholder choices.",
      "tags": [
        "pricing",
        "plans",
        "website cost",
        "quote",
        "business website"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ],
      "examples": [
        "What does a basic website cost?",
        "Which AllroundWebsite plan fits a WordPress website?",
        "What page explains website pricing?"
      ]
    },
    {
      "id": "site-search",
      "name": "AllroundWebsite page and article search",
      "description": "Finds relevant pages, services, blog posts, quote paths, audit pages, and contact paths using page_references.json as a generated source of truth.",
      "tags": [
        "search",
        "website",
        "blog",
        "services",
        "internal links"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ],
      "examples": [
        "Find articles about AI privacy",
        "Where is the accessibility checklist?",
        "Which page explains fast custom websites?"
      ]
    },
    {
      "id": "geo-audit-guidance",
      "name": "GEO and AI search audit guidance",
      "description": "Explains AI search readiness, machine-readable references, structured data, crawlability, sitemap discovery, robots.txt, FAQ/schema use, pricing clarity, and routes users to the GEO audit flow.",
      "tags": [
        "GEO",
        "SEO",
        "AI search",
        "crawlability",
        "structured data",
        "audit"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ],
      "examples": [
        "Do I need a GEO audit?",
        "How can my website become easier for AI search engines to understand?",
        "Can an AI agent understand my services and pricing?"
      ]
    },
    {
      "id": "ai-privacy-audit",
      "name": "AI privacy audit routing",
      "description": "Routes questions about AI tools, chatbots, trackers, GDPR, privacy policies, analytics, and third-party scripts to relevant AllroundWebsite privacy content and AI privacy audit links.",
      "tags": [
        "AI privacy",
        "GDPR",
        "chatbots",
        "tracking",
        "third-party scripts",
        "audit"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ],
      "examples": [
        "Can you check whether my chatbot creates AI privacy risks?",
        "Which page explains AI privacy for business websites?",
        "Do I need an AI privacy audit?"
      ]
    }
  ],
  "metadata": {
    "business": "AllroundWebsite",
    "domain": "www.allroundwebsite.com",
    "agentType": "read-only-business-information-agent",
    "primaryDataSources": [
      "https://www.allroundwebsite.com/page_references.json",
      "https://www.allroundwebsite.com/static/tabsdata.json",
      "https://www.allroundwebsite.com/sitemap.xml",
      "https://www.allroundwebsite.com/robots.txt"
    ],
    "canonicalDiscovery": [
      "https://www.allroundwebsite.com/.well-known/agent-card.json",
      "https://www.allroundwebsite.com/.well-known/agent.json"
    ],
    "safeUse": "The endpoint is public and read-only. It does not submit forms, create bookings, change customer data, or process private account information."
  },
  "supportsAuthenticatedExtendedCard": false
}
