PlaySuper LogoPlaySuper

Console Setup

Create your PlaySuper account, set up a game, configure coins, and generate your API key

The PlaySuper Console is where you create your game, configure coins, and generate your API key. Complete the steps below before starting any code integration.

This guide walks through account creation, game setup, and coin configuration — in that order.

1. Sign in

Go to the PlaySuper Console and sign in with your Google account.

Targeting a US audience? Games serving US users must be registered on the US console instead: playsuper-console-prod-east1-i4qyseknba-ue.a.run.app. Registrations do not carry over between regions — complete the steps below on the console for your region.

2. Create your organization

Open the Organization tab and create a game studio. You can invite team members through the Invite Users option on the same page.

3. Create a game

Navigate to the Games section and click Create Game. Enter your game's name, upload a logo, and fill in the remaining details.

4. Create a coin

Open the Coins section and create a coin for your game. Configure three settings:

  • Conversion rate — how much real-world value one coin represents
  • Expiry date — when unused coins expire (optional)
  • Organization-wide — whether this coin is shared across all games in your studio

Copy the coinId that appears after saving — you will need it for every distribute or purchase call.

Coin Creation Screen

A coin must be linked to a game before it can be used — coin distribution and reward calls fail for unlinked coins (400 Invalid coin for this game).

Open your game from the Games section: the game page shows an Available Coins list — link your coin from there. Linked coins appear under Linked Coins on the same page.

Organization-wide coins are linked automatically to every game in your studio, so this step only applies to game-specific coins.

6. Generate your API key

Go to the API section and click Generate API Key. Copy the key and store it securely — this is what authenticates your app with PlaySuper.

API Key Generation

Console Setup - Getting Started

Watch how to set up the PlaySuper console for your organization

Next steps

GuideDescription
Unity SDK GuideIntegrate PlaySuper into Unity games with the native SDK
WebView IntegrationEmbed the store in native Android, iOS, React Native, or Flutter apps
API ReferenceUse the REST API directly for custom integrations
WebhooksReceive real-time server notifications for coin transactions

Support