MULTIPLAY
FOR DEVELOPERS

MULTIPLAY API

Room management and matchmaking for Unity multiplayer games — the same backend that powers every game on this site.

API STATUS: CHECKING...
DB: ...
ROOMS
Create, join, and manage game rooms with shareable codes.
REALTIME
Sync player state and game events live across every client.
UNITY SDK
Drop-in C# package — rooms working in a few lines of code.
QUICK LOOK
// create a room
POST /api/rooms
→ { "code": "KJ4XR", "maxPlayers": 8, "game": "wordle" }
// join from any client
POST /api/rooms/KJ4XR/join
→ { "playerId": "p_02", "state": "lobby" }
NOT PUBLIC YET
The API and docs are in private beta. Want early access? Get in touch.
REQUEST ACCESS