Star Gambit Computer Player SDK
0

Configure Feed

Select the types of activity you want to include in your feed.

docs fix

Paul Johnecheck (Jun 7, 2026, 2:06 PM EDT) fbb86c67 4687259d

+2 -2
+2 -2
README.md
··· 92 92 **Blocks forever**, reconnecting with a 5-second back-off. Max-concurrency is 93 93 enforced server-side, so there's nothing to configure locally. 94 94 95 - To get a token, register a COM through the management UI (the 96 - `com_registration` table / `/coms` routes) and copy its API token. 95 + The `com_token` is the API token from [Getting an API 96 + token](#getting-an-api-token). 97 97 98 98 `server` is an HTTP base (`"http://localhost"`, `"https://ws.stargamb.it"`); 99 99 the WebSocket base is derived from it (`http`→`ws`, `https`→`wss`).