{
  "studio": {
    "id": "studio_emberfox",
    "name": "Emberfox Interactive",
    "founded": 2021,
    "timezone": "America/Toronto",
    "website": "https://emberfox.example",
    "contact": {
      "email": "hello@emberfox.example",
      "support": "support@emberfox.example"
    }
  },
  "environment": "production",
  "api": {
    "version": "2.4.1",
    "baseUrl": "https://api.emberfox.example/v2",
    "requestTimeoutMs": 12000,
    "rateLimits": {
      "requestsPerMinute": 300,
      "burst": 40
    }
  },
  "games": [
    {
      "id": "game_moonwake",
      "title": "Moonwake",
      "status": "early_access",
      "releaseDate": "2026-10-16",
      "platforms": [
        "windows",
        "linux",
        "steam_deck"
      ],
      "build": {
        "version": "0.8.7",
        "channel": "public",
        "commit": "a97f2c614b8d",
        "minimumClientVersion": "0.8.3"
      },
      "features": {
        "cloudSaves": true,
        "achievements": true,
        "crossPlay": false,
        "onlineCoop": {
          "enabled": true,
          "maximumPlayers": 4,
          "regions": [
            "us-east",
            "eu-west",
            "ap-southeast"
          ]
        }
      },
      "pricing": {
        "currency": "USD",
        "basePrice": 19.99,
        "discount": {
          "active": false,
          "percentage": 0,
          "endsAt": null
        }
      }
    },
    {
      "id": "game_tiny_coven",
      "title": "Tiny Coven",
      "status": "in_development",
      "releaseDate": null,
      "platforms": [
        "windows",
        "macos"
      ],
      "build": {
        "version": "0.3.12",
        "channel": "internal",
        "commit": "d44c10e736aa",
        "minimumClientVersion": null
      },
      "features": {
        "cloudSaves": false,
        "achievements": false,
        "crossPlay": false,
        "onlineCoop": {
          "enabled": false,
          "maximumPlayers": 1,
          "regions": []
        }
      },
      "pricing": null
    }
  ],
  "services": {
    "authentication": {
      "provider": "custom",
      "tokenLifetimeSeconds": 3600,
      "refreshTokensEnabled": true,
      "guestAccountsEnabled": true
    },
    "matchmaking": {
      "enabled": true,
      "queueTimeoutSeconds": 90,
      "skillTolerance": {
        "initial": 100,
        "maximum": 500,
        "expansionPerSecond": 8
      }
    },
    "telemetry": {
      "enabled": true,
      "sampleRate": 0.25,
      "excludedEvents": [
        "player_chat",
        "local_save_created"
      ],
      "retentionDays": 30
    },
    "maintenance": {
      "active": false,
      "message": null,
      "scheduledWindows": [
        {
          "startsAt": "2026-08-04T06:00:00Z",
          "endsAt": "2026-08-04T06:30:00Z",
          "affectedServices": [
            "matchmaking",
            "leaderboards"
          ]
        }
      ]
    }
  },
  "team": [
    {
      "handle": "foxglove",
      "role": "creative_director",
      "permissions": [
        "release:approve",
        "build:publish",
        "analytics:read"
      ]
    },
    {
      "handle": "pixelmoth",
      "role": "gameplay_engineer",
      "permissions": [
        "build:create",
        "build:publish",
        "logs:read"
      ]
    },
    {
      "handle": "tinysun",
      "role": "community_manager",
      "permissions": [
        "announcements:write",
        "support:manage",
        "analytics:read"
      ]
    }
  ],
  "metadata": {
    "generatedAt": "2026-07-31T14:22:08Z",
    "schemaVersion": 3,
    "tags": [
      "indie",
      "co-op",
      "production"
    ]
  }
}