# Whiteboard

Whiteboard collaboration APIs (reference-only).

`client.Whiteboard` wraps `Create`, `Get`, `List`, `Update`, `UpdateACL`, `Archive`, and `MintJoinToken`. Methods use map-shaped ACL/snapshot payloads and return `models.ApiData`.

Whiteboard is an interactive JWT/session feature, **not a supported API-key flow**. The wrappers remain for protocol coverage; an environment may reject the calls or leave the routes unmounted. Use the TypeScript session client.

Join tokens and ACL payloads are credentials: never log them. Whiteboard availability must not be included in a trading bot's health gate.
