{
  "studio": {
    "id": "studio_emberfox",
    "name": "Emberfox Interactive",
    "founded": 2019,
    "headquarters": {
      "city": "Toronto",
      "region": "Ontario",
      "country": "Canada",
      "timezone": "America/Toronto"
    },
    "contacts": {
      "support": "support@emberfox.games",
      "press": "press@emberfox.games"
    }
  },
  "environment": "production",
  "services": {
    "authentication": {
      "baseUrl": "https://api.emberfox.games/v2/auth",
      "providers": [
        "email",
        "steam",
        "epic"
      ],
      "sessionTtlSeconds": 86400,
      "rateLimit": {
        "requests": 120,
        "windowSeconds": 60
      }
    },
    "matchmaking": {
      "enabled": true,
      "regions": [
        {
          "code": "na-east",
          "displayName": "North America East",
          "endpoint": "wss://na-east.match.emberfox.games",
          "capacity": 2500,
          "status": "online"
        },
        {
          "code": "eu-west",
          "displayName": "Europe West",
          "endpoint": "wss://eu-west.match.emberfox.games",
          "capacity": 1800,
          "status": "online"
        }
      ],
      "queueSettings": {
        "maximumPartySize": 4,
        "targetWaitSeconds": 45,
        "skillTolerance": {
          "initial": 100,
          "increasePerSecond": 5,
          "maximum": 600
        }
      }
    },
    "telemetry": {
      "enabled": true,
      "endpoint": "https://telemetry.emberfox.games/events",
      "batchSize": 50,
      "flushIntervalSeconds": 15,
      "sampleRates": {
        "gameplay": 1.0,
        "performance": 0.25,
        "diagnostics": 0.1
      }
    }
  },
  "games": [
    {
      "id": "moonfall_tactics",
      "title": "Moonfall Tactics",
      "status": "early_access",
      "version": "0.9.4",
      "platforms": [
        {
          "name": "Windows",
          "build": 1942,
          "minimumVersion": "0.9.1"
        },
        {
          "name": "Linux",
          "build": 1938,
          "minimumVersion": "0.9.1"
        }
      ],
      "features": {
        "cloudSaves": true,
        "crossPlay": true,
        "achievements": true,
        "mods": {
          "enabled": true,
          "workshopProvider": "steam",
          "maximumPackageSizeMb": 250
        }
      },
      "maintenance": {
        "scheduled": false,
        "startsAt": null,
        "estimatedDurationMinutes": null
      }
    }
  ],
  "experiments": [
    {
      "key": "dynamic_encounter_scaling",
      "enabled": true,
      "allocation": 0.2,
      "variants": [
        {
          "name": "control",
          "weight": 50
        },
        {
          "name": "adaptive",
          "weight": 50
        }
      ]
    }
  ],
  "generatedAt": "2026-07-16T14:30:00Z"
}