Quickstart

Get your game backend up and running in 5 minutes

1 Sign up for StatPotion

Create your account using either email/password or your GitHub account. This starts a free 14-day trial with full access to all features.

Need more time to evaluate? Email us at hello@statpotion.com for an extended trial.

2 Create a game

Navigate to your dashboard and create your first game. Give it a name and you're ready to go. Each game gets its own isolated environment for data and configuration.

3 Generate an API key

In your game's settings, generate a new API key. This key authenticates your game with the StatPotion backend.

4 Store your API key securely

Copy the API key and store it securely with your game code in a configuration or environment file.

// config.js or .env
STATPOTION_API_KEY=your_api_key_here

Never commit your API key to version control or share it publicly.

5 Start using the API

Use our API to authenticate users and push data to your backend. Check out our API documentation for detailed examples and endpoints.

Frequently Asked Questions

Ready to get started?

Let's go!