NEXIS
Api reference

API Reference

Protocol, control API, and SDK contracts.

API Reference

Nexis has three API surfaces:

  • Wire protocol between game client and data plane
  • Control API for project/key/token management
  • TypeScript SDK API for client integration

Use these pages as contract references when integrating game code.

Typed Envelope Contract

const : <{ : string; : unknown }> = {
  : 1,
  : 'room.message',
  : 'duel_room:arena-1',
  : { : 'player.move', : { : 4, : 8 } },
};

On this page