Management SDK
The Management API is beta through documented HTTP/OpenAPI contracts and service-account management tokens. A public npm management SDK is not published yet.
Do not depend on private workspace clients for an external integration. Build against the Management API Reference until the public package is installable outside the PokerWorks monorepo.
Beta path
Use server-side HTTP today:
Code
Management tokens are server-side credentials. They can create rooms, manage tournaments, create webhook endpoints, read delivery evidence, create embed sessions, and fetch tournament result verification reads when their scopes, project restrictions, and environment restrictions allow it.
Package status
The intended public package name is:
Code
Before it is documented as an install path, the package must:
- be published outside the monorepo;
- use the same generated Management API contract as the reference;
- reject browser runtimes;
- redact reveal-once secrets, management tokens, product keys, embed launch secrets, and webhook signing secrets from errors and logs;
- preserve the same project, environment, scope, idempotency, and pagination conventions as the HTTP API.
Until then, this page is a status note, not an SDK quickstart.
Related
- Automate with a service account
- Service accounts & management tokens
- Management API Reference
- TypeScript SDK for Calculation API package status