{
  "studio": {
    "id": "studio_moonlit_fox",
    "name": "Moonlit Fox Games",
    "founded": 2021,
    "timezone": "America/Toronto",
    "website": "https://moonlitfox.example",
    "contacts": {
      "support": "support@moonlitfox.example",
      "press": "press@moonlitfox.example"
    }
  },
  "service": {
    "name": "player-services",
    "environment": "production",
    "version": "2.4.1",
    "region": "ca-central-1",
    "maintenanceMode": false,
    "endpoints": {
      "publicApi": "https://api.moonlitfox.example/v2",
      "telemetry": "https://telemetry.moonlitfox.example/events",
      "contentDelivery": "https://cdn.moonlitfox.example"
    },
    "rateLimits": {
      "anonymous": {
        "requests": 60,
        "windowSeconds": 60
      },
      "authenticated": {
        "requests": 600,
        "windowSeconds": 60
      }
    }
  },
  "games": [
    {
      "id": "game_echoes_of_ember",
      "title": "Echoes of Ember",
      "status": "early_access",
      "build": {
        "version": "0.9.7",
        "number": 1842,
        "releasedAt": "2026-07-29T18:00:00Z",
        "minimumClientVersion": "0.9.4"
      },
      "platforms": [
        {
          "name": "windows",
          "enabled": true,
          "storeId": "steam_1984720"
        },
        {
          "name": "linux",
          "enabled": true,
          "storeId": "steam_1984720"
        },
        {
          "name": "macos",
          "enabled": false,
          "storeId": null
        }
      ],
      "features": {
        "cloudSaves": true,
        "crossPlay": false,
        "achievements": true,
        "leaderboards": [
          "daily_speedrun",
          "weekly_score",
          "all_time_depth"
        ]
      },
      "liveEvents": [
        {
          "id": "event_summer_forge_2026",
          "name": "Summer Forge",
          "startsAt": "2026-07-24T16:00:00Z",
          "endsAt": "2026-08-10T16:00:00Z",
          "rewardIds": [
            "skin_sunsteel",
            "badge_forgekeeper",
            "currency_embers_500"
          ]
        }
      ]
    },
    {
      "id": "game_tiny_orbit",
      "title": "Tiny Orbit",
      "status": "released",
      "build": {
        "version": "1.3.2",
        "number": 611,
        "releasedAt": "2026-06-18T14:30:00Z",
        "minimumClientVersion": "1.2.0"
      },
      "platforms": [
        {
          "name": "windows",
          "enabled": true,
          "storeId": "itch_tiny-orbit-win"
        },
        {
          "name": "macos",
          "enabled": true,
          "storeId": "itch_tiny-orbit-mac"
        }
      ],
      "features": {
        "cloudSaves": false,
        "crossPlay": false,
        "achievements": false,
        "leaderboards": []
      },
      "liveEvents": []
    }
  ],
  "authentication": {
    "providers": [
      {
        "type": "guest",
        "enabled": true
      },
      {
        "type": "steam",
        "enabled": true,
        "clientId": "moonlitfox-production"
      },
      {
        "type": "email",
        "enabled": true,
        "requireVerification": true
      }
    ],
    "session": {
      "accessTokenLifetimeSeconds": 3600,
      "refreshTokenLifetimeSeconds": 2592000,
      "maximumDevices": 5
    }
  },
  "telemetry": {
    "enabled": true,
    "sampleRate": 0.25,
    "batchSize": 50,
    "flushIntervalSeconds": 30,
    "excludedEvents": [
      "input_raw",
      "editor_heartbeat"
    ]
  },
  "featureFlags": {
    "newPlayerOnboardingV2": true,
    "experimentalMatchmaking": false,
    "communityChallenges": true,
    "inGameBugReports": true
  },
  "status": {
    "healthy": true,
    "checkedAt": "2026-07-31T15:42:18Z",
    "dependencies": [
      {
        "name": "primary-database",
        "status": "operational",
        "latencyMs": 18
      },
      {
        "name": "object-storage",
        "status": "operational",
        "latencyMs": 42
      },
      {
        "name": "matchmaking-queue",
        "status": "degraded",
        "latencyMs": 387
      }
    ]
  }
}