{
  "studio": {
    "id": "studio_moonlit_anvil",
    "name": "Moonlit Anvil Games",
    "founded": 2019,
    "location": {
      "city": "Toronto",
      "region": "Ontario",
      "country": "Canada",
      "timezone": "America/Toronto"
    },
    "team": {
      "size": 11,
      "departments": [
        {
          "name": "Engineering",
          "members": 4
        },
        {
          "name": "Art and Animation",
          "members": 3
        },
        {
          "name": "Design and Narrative",
          "members": 2
        },
        {
          "name": "Audio",
          "members": 1
        },
        {
          "name": "Operations",
          "members": 1
        }
      ]
    }
  },
  "service": {
    "name": "player-services",
    "environment": "production",
    "version": "2.8.4",
    "baseUrl": "https://api.moonlitanvil.games/v2",
    "status": "operational",
    "features": {
      "cloudSaves": true,
      "crossPlatformProgression": true,
      "leaderboards": true,
      "userGeneratedContent": false,
      "telemetry": {
        "enabled": true,
        "sampleRate": 0.25,
        "retentionDays": 30
      }
    },
    "rateLimits": {
      "authenticated": {
        "requests": 1200,
        "windowSeconds": 60
      },
      "anonymous": {
        "requests": 120,
        "windowSeconds": 60
      }
    },
    "regions": [
      {
        "code": "na-east",
        "provider": "AWS",
        "endpoint": "https://na-east.api.moonlitanvil.games",
        "primary": true
      },
      {
        "code": "eu-west",
        "provider": "AWS",
        "endpoint": "https://eu-west.api.moonlitanvil.games",
        "primary": false
      }
    ]
  },
  "games": [
    {
      "id": "game_emberwake",
      "title": "Emberwake",
      "genre": [
        "Action RPG",
        "Roguelite"
      ],
      "release": {
        "status": "early_access",
        "earlyAccessDate": "2025-10-17",
        "targetVersion": "1.0.0",
        "targetReleaseWindow": "Q2 2027"
      },
      "platforms": [
        {
          "name": "Windows",
          "store": "Steam",
          "build": "0.9.12-1847",
          "minimumSupportedBuild": "0.9.10-1792"
        },
        {
          "name": "Linux",
          "store": "Steam",
          "build": "0.9.12-1847",
          "minimumSupportedBuild": "0.9.10-1792"
        }
      ],
      "online": {
        "enabled": true,
        "maxPartySize": 4,
        "matchmakingModes": [
          "private",
          "friends_only",
          "public"
        ]
      }
    },
    {
      "id": "game_tiny_planets",
      "title": "Tiny Planets, Big Problems",
      "genre": [
        "Puzzle",
        "Simulation"
      ],
      "release": {
        "status": "released",
        "releaseDate": "2023-06-08",
        "currentVersion": "1.6.3"
      },
      "platforms": [
        {
          "name": "Windows",
          "store": "Steam",
          "build": "1.6.3-920",
          "minimumSupportedBuild": "1.5.0-811"
        },
        {
          "name": "Nintendo Switch",
          "store": "Nintendo eShop",
          "build": "1.6.2-905",
          "minimumSupportedBuild": "1.5.0-811"
        }
      ],
      "online": {
        "enabled": false,
        "cloudSaves": true
      }
    }
  ],
  "maintenance": {
    "scheduled": true,
    "window": {
      "startsAt": "2026-07-21T06:00:00Z",
      "endsAt": "2026-07-21T07:30:00Z"
    },
    "affectedServices": [
      "authentication",
      "cloud-saves",
      "leaderboards"
    ],
    "message": "Routine database maintenance. Active game sessions are not expected to disconnect."
  },
  "support": {
    "email": "support@moonlitanvil.games",
    "statusPage": "https://status.moonlitanvil.games",
    "responseTargetsHours": {
      "critical": 2,
      "high": 8,
      "normal": 48
    }
  },
  "generatedAt": "2026-07-15T14:32:18Z"
}