K
Pixelogy Fleet
Fleet Activation Service
Sign every Pixelogy render node
before it hits the stage.
Paragon Playworks issues short-lived Ed25519 certificates to every Pixelogy node in the field. Nodes phone home with their license key and hardware fingerprint, and receive a signed activation cert they verify offline against the bundled trust key.
How nodes activate
STEP 01
Order a license
Paragon Playworks provisions a PXLG-XXXXX-XXXXX-XXXXX-XXXXX key for the customer, bound to a seat count and feature set.
STEP 02
Node phones home
On boot, the agent sends the license key + hardware fingerprint to /api/v1/fleet/activate. The fleet service validates the license and signs a short-lived cert.
STEP 03
Engine unlocks
The agent verifies the cert offline against the bundled trust key. The engine replaces its 'ACTIVATION REQUIRED' standby scene and starts accepting project launches.
Public endpoints
https://paragonplayworks.comPOST
/api/v1/fleet/activate
Nodes phone home with license_key + hw_fingerprint, receive a signed Ed25519 cert
Public (license-key authenticated)
GET
/api/v1/fleet/health
Liveness probe + signing self-test. Returns 503 if the configured private key does not match the bundled trust public key.
Public