Headless host

Headless token

Generate a one-hour token to start a headless room with the BixBall SDK (HBInit). Like HaxBall’s headlesstoken page.

Click “New token” to generate…
Expires: Valid for: 1h

const { HBInit } = require("bixball-sdk");

const room = HBInit({
  roomName: "My Room",
  public: true,
  stadium: "Classic",
  token: "PASTE_TOKEN_HERE"
});
room.connect(process.env.BIXBALL_WS);

← Back to BixBall · Docs