PlaySuper LogoPlaySuper

Console Setup

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

Console Setup Guide

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.

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

5. 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
API ReferenceUse the REST API directly for custom integrations
WebhooksReceive real-time server notifications for coin transactions

Support