{
  "studio": {
    "id": "studio_moonlit_fox",
    "name": "Moonlit Fox Games",
    "founded": 2021,
    "headquarters": {
      "city": "Toronto",
      "region": "Ontario",
      "country": "Canada",
      "timezone": "America/Toronto"
    },
    "team": {
      "size": 8,
      "departments": [
        {
          "name": "Design",
          "members": 2
        },
        {
          "name": "Engineering",
          "members": 3
        },
        {
          "name": "Art and Audio",
          "members": 2
        },
        {
          "name": "Production",
          "members": 1
        }
      ]
    }
  },
  "service": {
    "name": "player-services",
    "environment": "production",
    "version": "2.7.3",
    "maintenanceMode": false,
    "baseUrl": "https://api.moonlitfox.games/v2",
    "region": "ca-central-1",
    "rateLimits": {
      "anonymous": {
        "requests": 60,
        "windowSeconds": 60
      },
      "authenticated": {
        "requests": 600,
        "windowSeconds": 60
      }
    },
    "features": {
      "cloudSaves": true,
      "crossPlatformProgression": true,
      "communityChallenges": true,
      "playerTrading": false,
      "experimental": [
        {
          "key": "ghost_replays",
          "enabled": true,
          "rolloutPercent": 25
        },
        {
          "key": "procedural_weeklies",
          "enabled": false,
          "rolloutPercent": 0
        }
      ]
    }
  },
  "games": [
    {
      "id": "game_echoes_of_ember",
      "title": "Echoes of Ember",
      "status": "early_access",
      "genre": [
        "action-adventure",
        "roguelite"
      ],
      "platforms": [
        {
          "name": "Windows",
          "store": "Steam",
          "build": "0.9.14",
          "minimumSupportedBuild": "0.9.10"
        },
        {
          "name": "Steam Deck",
          "store": "Steam",
          "build": "0.9.14",
          "verification": "playable"
        }
      ],
      "currentSeason": {
        "id": "season_04",
        "name": "Ashen Tides",
        "startsAt": "2026-07-10T15:00:00Z",
        "endsAt": "2026-09-18T15:00:00Z",
        "challenges": [
          {
            "id": "challenge_cinder_path",
            "name": "The Cinder Path",
            "target": 20,
            "unit": "runs_completed",
            "reward": {
              "type": "cosmetic",
              "itemId": "cloak_smoldering_fox"
            }
          },
          {
            "id": "challenge_lost_lanterns",
            "name": "Lost Lanterns",
            "target": 75,
            "unit": "lanterns_collected",
            "reward": {
              "type": "currency",
              "currency": "moon_shards",
              "amount": 500
            }
          }
        ]
      }
    }
  ],
  "services": [
    {
      "name": "authentication",
      "status": "operational",
      "dependencies": [
        "postgres-primary",
        "redis-sessions"
      ],
      "healthCheck": {
        "path": "/health/auth",
        "intervalSeconds": 30,
        "timeoutSeconds": 3
      }
    },
    {
      "name": "cloud-saves",
      "status": "operational",
      "dependencies": [
        "object-storage",
        "postgres-primary"
      ],
      "healthCheck": {
        "path": "/health/saves",
        "intervalSeconds": 60,
        "timeoutSeconds": 5
      }
    },
    {
      "name": "leaderboards",
      "status": "degraded",
      "dependencies": [
        "redis-leaderboards"
      ],
      "incident": {
        "id": "inc_20260731_01",
        "severity": "minor",
        "message": "Leaderboard updates may be delayed by up to five minutes.",
        "startedAt": "2026-07-31T13:42:18Z"
      }
    }
  ],
  "telemetry": {
    "enabled": true,
    "sampleRate": 0.15,
    "retentionDays": 30,
    "excludedEvents": [
      "player_chat_message",
      "save_file_contents",
      "account_email"
    ]
  },
  "support": {
    "email": "support@moonlitfox.games",
    "statusPage": "https://status.moonlitfox.games",
    "languages": [
      "en",
      "fr",
      "de",
      "ja"
    ],
    "hours": {
      "weekdays": "09:00-18:00",
      "weekends": null,
      "timezone": "America/Toronto"
    }
  },
  "generatedAt": "2026-07-31T16:20:00Z"
}