{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://a2ac.ai/#organization",
      "name": "A2AC LLC",
      "url": "https://a2ac.ai/",
      "email": "phil@a2ac.ai",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "30 N Gould St, Ste R",
        "addressLocality": "Sheridan",
        "addressRegion": "WY",
        "postalCode": "82801",
        "addressCountry": "US"
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://a2ac.ai/#website",
      "name": "A2AC",
      "url": "https://a2ac.ai/",
      "publisher": {
        "@id": "https://a2ac.ai/#organization"
      },
      "description": "A2AC is a coordination control plane for enterprise AI agents, models, and business systems."
    },
    {
      "@type": "SoftwareApplication",
      "@id": "https://a2ac.ai/#software",
      "name": "A2AC Cloud",
      "applicationCategory": "BusinessApplication",
      "operatingSystem": "Web",
      "url": "https://a2ac.ai/",
      "provider": {
        "@id": "https://a2ac.ai/#organization"
      },
      "description": "Partner-managed SaaS runtime for coordinating structured task, result, and error contracts across approved agents, models, connectors, and enterprise systems.",
      "featureList": [
        "Structured task, result, and error contracts",
        "Tenant-scoped API access",
        "Connector and workflow coordination",
        "SHA-256 integrity metadata",
        "Marketplace lifecycle integration path",
        "Optional BYOC and edge deployment path"
      ]
    },
    {
      "@type": "ItemList",
      "@id": "https://a2ac.ai/#site-sections",
      "name": "A2AC Website Sections",
      "itemListElement": [
        {
          "@type": "SiteNavigationElement",
          "position": 1,
          "name": "Home",
          "url": "https://a2ac.ai/"
        },
        {
          "@type": "SiteNavigationElement",
          "position": 2,
          "name": "Platform",
          "url": "https://a2ac.ai/platform"
        },
        {
          "@type": "SiteNavigationElement",
          "position": 3,
          "name": "Architecture",
          "url": "https://a2ac.ai/architecture"
        },
        {
          "@type": "SiteNavigationElement",
          "position": 4,
          "name": "Protocol",
          "url": "https://a2ac.ai/protocol"
        },
        {
          "@type": "SiteNavigationElement",
          "position": 5,
          "name": "Marketplace",
          "url": "https://a2ac.ai/marketplace"
        },
        {
          "@type": "SiteNavigationElement",
          "position": 6,
          "name": "Essay",
          "url": "https://a2ac.ai/essay"
        }
      ]
    }
  ]
}
