Activations & sessions
Runtime enforcement and telemetry at the API boundary.
Activations routes manage device bindings, seat consumption, and activation history. Sessions routes manage live sessions: creation, heartbeat, termination — important for floating and online-validated models.
When to use which
- Activations — durable claim that a machine or identity is using the license.
- Sessions — short-lived online heartbeat; ideal for concurrent limits and live dashboards.
Auth
Operator dashboards use JWT. SDK and anonymous flows use the product API key only where each route allows it.
Activations guide · Sessions guide · Combined narrative · SDK managers
