{
  "product": "Lotto Wizard AI Pro",
  "publisher": "Time Sentry Solutions",
  "version": "\ufeff2026.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://api.lottowizard.net",
      "https://lottowizard.net",
      "https://www.lottowizard.net"
    ],
    "owner_bootstrap_enabled": true
  },
  "endpoints": [
    {
      "method": "GET",
      "path": "/api/health"
    },
    {
      "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/sign-in"
    },
    {
      "method": "POST",
      "path": "/api/auth/sign-out"
    },
    {
      "method": "GET",
      "path": "/api/auth/session"
    },
    {
      "method": "GET",
      "path": "/api/customer/portal"
    },
    {
      "method": "POST",
      "path": "/api/license/activate"
    }
  ]
}