Skip to main content

Activations

Binding a license to a device / installation identity via Runtime activate / validate.

Idea

  1. Build a distinct device identity (fresh installation key per install — never bake into a golden image).
  2. Call activate with the human license key.
  3. Enforce the signed lease; refresh before expiry. Local verify: Verify trust (JWKS).

Node-locked seat limits count distinct identities. Clones that share one install key share one seat.

Next steps