Getting Started
REST API Quickstart
1. Go to the Dashboard, press New Game, and enter your project name.
2. Ensure Quick Start is already selected and press Create Game.
3. Copy the Client Key. This is only shown once during creation.
Next Steps
Matchmaking
Check out POST /v1/client/relay/queue to get your sessionId.
Real-time Relay
See the WebSocket docs for how to use the relay during the match.
Note: The /examples directory includes Unity examples and a full standalone C# client for reference.