{
  "service": {
    "name": "emberlight-studio-api",
    "environment": "production",
    "version": "2.7.3",
    "region": "us-east-1",
    "baseUrl": "https://api.emberlightgames.com",
    "status": "healthy"
  },
  "studio": {
    "id": "studio_emberlight_games",
    "name": "Emberlight Games",
    "founded": "2018-04-16",
    "timezone": "America/New_York",
    "contact": {
      "supportEmail": "support@emberlightgames.com",
      "pressEmail": "press@emberlightgames.com",
      "website": "https://emberlightgames.com"
    }
  },
  "features": {
    "leaderboards": true,
    "cloudSaves": true,
    "crossPlatformAccounts": true,
    "seasonPass": false,
    "ugcModeration": true
  },
  "games": [
    {
      "id": "game_moonforge",
      "title": "Moonforge Valley",
      "slug": "moonforge-valley",
      "platforms": ["steam", "switch", "playstation", "xbox"],
      "releaseDate": "2025-09-18",
      "build": {
        "liveVersion": "1.4.2",
        "minimumSupportedVersion": "1.3.0",
        "patchNotesUrl": "https://emberlightgames.com/moonforge/patches/1.4.2"
      },
      "services": {
        "matchmakingQueue": "moonforge-coop-standard",
        "telemetryTopic": "prod.games.moonforge.events",
        "cloudSaveBucket": "emberlight-prod-cloud-saves"
      }
    },
    {
      "id": "game_clockwork_coast",
      "title": "Clockwork Coast",
      "slug": "clockwork-coast",
      "platforms": ["steam", "itch", "gog"],
      "releaseDate": "2024-03-22",
      "build": {
        "liveVersion": "2.1.0",
        "minimumSupportedVersion": "2.0.0",
        "patchNotesUrl": "https://emberlightgames.com/clockwork-coast/patches/2.1.0"
      },
      "services": {
        "matchmakingQueue": null,
        "telemetryTopic": "prod.games.clockwork_coast.events",
        "cloudSaveBucket": "emberlight-prod-cloud-saves"
      }
    }
  ],
  "authentication": {
    "issuer": "https://auth.emberlightgames.com",
    "tokenTtlSeconds": 3600,
    "refreshTokenTtlSeconds": 2592000,
    "providers": [
      {
        "type": "email",
        "enabled": true
      },
      {
        "type": "steam",
        "enabled": true
      },
      {
        "type": "discord",
        "enabled": true
      },
      {
        "type": "apple",
        "enabled": false
      }
    ]
  },
  "rateLimits": {
    "default": {
      "requestsPerMinute": 120,
      "burst": 40
    },
    "leaderboards": {
      "requestsPerMinute": 60,
      "burst": 20
    },
    "telemetry": {
      "requestsPerMinute": 600,
      "burst": 200
    }
  },
  "moderation": {
    "enabled": true,
    "reviewQueue": "player-reports-prod",
    "autoActions": [
      {
        "trigger": "profanity_score_above_threshold",
        "threshold": 0.92,
        "action": "hide_message"
      },
      {
        "trigger": "repeat_reports_24h",
        "threshold": 5,
        "action": "temporary_chat_mute"
      }
    ]
  },
  "maintenance": {
    "scheduled": false,
    "window": {
      "startsAt": null,
      "endsAt": null
    },
    "message": null
  }
}