{
  "name": "DGC POS",
  "description": "Cloud POS Smart Solution — inventory, sales, reports, and Bazaar marketplace for merchants.",
  "url": "https://app.dgcpos.com/",
  "version": "1.2.0",
  "protocolVersion": "0.3.0",
  "provider": {
    "organization": "DGC POS",
    "url": "https://dgcpos.com/"
  },
  "documentationUrl": "https://dgcpos.com/llms.txt",
  "supportedInterfaces": [
    {
      "url": "https://api.dgcpos.com/api/auth/login",
      "protocol": "http",
      "transport": "HTTP+JSON"
    },
    {
      "url": "https://api.dgcpos.com/api/health",
      "protocol": "http",
      "transport": "HTTP+JSON"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pos": true,
    "inventory": true,
    "marketplaceSeller": true,
    "multiTenant": true
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "merchant-login",
      "name": "Merchant authentication",
      "description": "Obtain access and refresh tokens for a merchant tenant via password login.",
      "tags": ["auth", "pos"],
      "examples": ["POST https://api.dgcpos.com/api/auth/login"]
    },
    {
      "id": "platform-health",
      "name": "Platform health check",
      "description": "Check API availability and edition/public beta flags.",
      "tags": ["ops"],
      "examples": ["GET https://api.dgcpos.com/api/health"]
    },
    {
      "id": "sell-on-bazaar",
      "name": "Sell on DGC Bazaar",
      "description": "Merchant POS can list products for the public marketplace at dgcbazaar.com.",
      "tags": ["marketplace", "seller"],
      "examples": ["https://app.dgcpos.com/", "https://dgcbazaar.com/"]
    }
  ],
  "authentication": {
    "schemes": ["bearer"],
    "login": "https://api.dgcpos.com/api/auth/login"
  },
  "apiCatalog": "https://app.dgcpos.com/.well-known/api-catalog",
  "privacyPolicy": "https://dgcpos.com/privacy",
  "termsOfService": "https://dgcpos.com/terms",
  "contactEmail": "support@dgcpos.net"
}
