Operator Games API SDK

Released: 20 October 2025


We’re proud to introduce the Operator Games API SDK, a new JavaScript/TypeScript library that simplifies how operators integrate games through Hub88.

This release marks the first step in a broader initiative to enhance developer experience across our platform. The SDK provides a unified integration layer for multiple game suppliers, starting with Turbostars, allowing operators to move faster, reduce complexity, and deliver smoother, native player experiences.

Why we built it

Operators today often manage several game integrations, each with its own API, token logic, and configuration setup. This creates unnecessary effort and inconsistent player experiences.

The Operator Games API SDK solves this by offering one integration for all supported suppliers. It automatically validates tokens, detects the correct provider, and launches games directly in the frontend. Running natively, it eliminates iframe constraints and ensures a faster, mobile-friendly experience.

Key highlights

  • Unified integration by connecting to multiple game suppliers using a single SDK.

  • Secure authorisation via an automatic token validation handled by Hub88’s backend.

  • Smart supplier detection identifies the correct provider from the game code (e.g. btsg_ → Turbostars).

  • Native gameplay launches games directly without iframes for smoother performance.

  • Seamless configuration with provider-specific settings handled automatically.

How it works

  1. Your backend authorises a game session by calling Hub88’s /game/authorize endpoint.

  2. The frontend initialises the Operator Games API SDK with the returned data.

  3. The SDK validates the token, detects the supplier, and loads the game directly in the player’s browser.

The SDK handles validation, supplier detection, and setup automatically, letting your team focus on player experience, not integration maintenance.

What’s next

This is just the beginning of a new SDK ecosystem designed to make working with Hub88 smarter and more streamlined.

Explore the SDK

Documentation: Operator Games API SDK Docs CDN:

<script src="https://cdn.hub88.io/games-sdk/hub88-games-sdk-1.0.5.js"></script>

Last updated

Was this helpful?