GamebeastDocs
Dashboard

API Reference

The Gamebeast HTTP API — the SDK surface your game calls, and the server and management API.

Every page in this section is generated from the Gamebeast API's own route definitions, so it always matches what the API accepts. Requests go to https://api.gamebeast.gg.

Authentication

CredentialHeaderUsed by
SDK key (gb_pk_…)authorization: <key>The SDK endpoints your game client calls. Safe to ship in a game build.
Server key (gb_sk_…)Authorization: Bearer <key>Server-to-server calls. Never ship it in a game build.
Personal access token (gb_pat_…)Authorization: Bearer <token>Scripts acting as you. Can never exceed your own permissions.

Create keys in the dashboard — see API Keys. Each endpoint lists which credentials it accepts.

SDK V2

SDK V1

Server API

Project API

Organization API

On this page