- Unity SDK: A convenient C# wrapper for developers using Unity.
- REST API: For all other game engines and custom backends.
Game Servers REST API Reference
Explore the full REST API for endpoints, parameters, and responses.
Unity SDK Examples
The following examples use thePlayflowServerApiClient
class from the SDK.
Initialization
First, you need to initialize the client with your PlayFlow API key.Starting a Game Server
To start a new server, you provide a configuration that specifies the server’s name, region, and any custom data you want to pass to it.Stopping a Game Server
To stop a running server, you just need its uniqueinstance_id
.