{
  "product": "Lotto Wizard AI Pro",
  "publisher": "GavDen Labs",
  "version": "2026.04.14.14",
  "mobile_readiness": "Desktop engine exposed through a hosted-ready JSON API scaffold.",
  "deployment": {
    "environment": "production",
    "public_base_url": "https://api.lottowizard.net",
    "cors_allowed_origins": [
      "https://lottowizard.net",
      "https://www.lottowizard.net"
    ],
    "owner_bootstrap_enabled": true,
    "owner_recovery_enabled": false
  },
  "endpoints": [
    {
      "method": "GET",
      "path": "/api/health"
    },
    {
      "method": "GET",
      "path": "/go/windows"
    },
    {
      "method": "GET",
      "path": "/go/android"
    },
    {
      "method": "GET",
      "path": "/api/games"
    },
    {
      "method": "GET",
      "path": "/api/editions"
    },
    {
      "method": "GET",
      "path": "/api/snapshot?game=Powerball"
    },
    {
      "method": "POST",
      "path": "/api/generate"
    },
    {
      "method": "POST",
      "path": "/api/check-numbers"
    },
    {
      "method": "POST",
      "path": "/api/auth/register"
    },
    {
      "method": "POST",
      "path": "/api/auth/bootstrap-owner"
    },
    {
      "method": "POST",
      "path": "/api/auth/recover-owner"
    },
    {
      "method": "POST",
      "path": "/api/auth/sign-in"
    },
    {
      "method": "POST",
      "path": "/api/auth/sign-out"
    },
    {
      "method": "GET",
      "path": "/api/auth/session"
    },
    {
      "method": "GET",
      "path": "/api/customer/portal"
    },
    {
      "method": "GET",
      "path": "/api/admin/dashboard"
    },
    {
      "method": "POST",
      "path": "/api/admin/issue-license"
    },
    {
      "method": "POST",
      "path": "/api/license/activate"
    }
  ]
}