{
  "ok": true,
  "service": "nexus-social-recon-license-server",
  "databasePath": "/var/lib/nexus-license-server/nexus-license.sqlite",
  "adminTokenRequired": true,
  "licenseEmailDeliveryConfigured": true,
  "catalog": {
    "capture": {
      "key": "capture",
      "tier": "basic",
      "productPath": "nexus-social-recon-basic-1y",
      "label": "Basic",
      "price": "$1,495 / user / year",
      "summary": "Facebook, Instagram, TikTok, and YouTube evidence capture. OCR and facial recognition are locked.",
      "platforms": [
        "facebook",
        "instagram",
        "tiktok",
        "youtube"
      ],
      "features": {
        "ocr": false,
        "facialRecognition": false,
        "allPlatforms": false
      },
      "termDays": 365,
      "defaultMaxActivations": 1
    },
    "investigator": {
      "key": "investigator",
      "tier": "pro",
      "productPath": "nexus-social-recon-pro-1y",
      "label": "Pro",
      "price": "$2,995 / user / year",
      "summary": "Basic plus Threads, X, LinkedIn, and OCR. Facial recognition remains locked.",
      "platforms": [
        "facebook",
        "instagram",
        "threads",
        "tiktok",
        "youtube",
        "x",
        "linkedin"
      ],
      "features": {
        "ocr": true,
        "facialRecognition": false,
        "allPlatforms": false
      },
      "termDays": 365,
      "defaultMaxActivations": 1
    },
    "agencyHub": {
      "key": "agencyHub",
      "tier": "agency",
      "productPath": "nexus-social-recon-agency-1y",
      "label": "Agency",
      "price": "$4,995 / user / year",
      "summary": "Everything unlocked: all current and future platforms, OCR, facial recognition, reports, bulk tools, and team/NAS workflows.",
      "platforms": [
        "*"
      ],
      "features": {
        "ocr": true,
        "facialRecognition": true,
        "allPlatforms": true
      },
      "termDays": 365,
      "defaultMaxActivations": 1
    }
  }
}