{
  "name": "DGC POS Platform",
  "description": "Free cloud POS during public beta — product site, support, and legal policies for DGC POS and DGC Bazaar.",
  "url": "https://dgcpos.com/",
  "version": "1.0.0",
  "protocolVersion": "0.3.0",
  "provider": {
    "organization": "DGC POS",
    "url": "https://dgcpos.com/"
  },
  "documentationUrl": "https://dgcpos.com/llms.txt",
  "supportedInterfaces": [
    {
      "url": "https://dgcpos.com/",
      "protocol": "http",
      "transport": "HTML"
    },
    {
      "url": "https://api.dgcpos.com/api/health",
      "protocol": "http",
      "transport": "HTTP+JSON"
    }
  ],
  "capabilities": {
    "marketing": true,
    "support": true,
    "legal": true
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/html", "text/plain"],
  "skills": [
    {
      "id": "product-info",
      "name": "Product information",
      "description": "Describe DGC POS features, beta access, and business plan.",
      "tags": ["product", "docs"],
      "examples": ["https://dgcpos.com/", "https://dgcpos.com/business-plan"]
    },
    {
      "id": "support",
      "name": "Support routing",
      "description": "Direct users to support and security contacts.",
      "tags": ["support"],
      "examples": ["https://dgcpos.com/support", "mailto:support@dgcpos.com"]
    },
    {
      "id": "legal",
      "name": "Legal policies",
      "description": "Link to terms, privacy, cookies, and marketplace policy.",
      "tags": ["legal"],
      "examples": [
        "https://dgcpos.com/terms",
        "https://dgcpos.com/privacy",
        "https://dgcpos.com/marketplace-policy"
      ]
    }
  ],
  "apiCatalog": "https://dgcpos.com/.well-known/api-catalog",
  "privacyPolicy": "https://dgcpos.com/privacy",
  "termsOfService": "https://dgcpos.com/terms",
  "contactEmail": "support@dgcpos.com"
}
