Gateway licensing & trial
The Gateway is licensed as part of NeuraFrame Studio™, per device, and priced per device. The one thing worth knowing up front: when unlicensed, the Gateway does not stop your traffic. It becomes a transparent pass-through.
Per device, node-locked
A license is bound to the device fingerprint, so it activates on the machine running the gateway. Pricing is the simple per device plan shared by Studio and Gateway; see the pricing page.
Start a trial
sudo neuraframe trial start # 7-day free trial on this device (needs sudo: it writes a license file) neuraframe status # shows trial or license state
The trial computes an anonymous device fingerprint (a hash of this machine, not personal information), sends it to the licensing server, and installs the signed trial license it returns. Everything the Gateway does is available during the trial.
Activate a paid license
sudo neuraframe activate # after subscribing on the website (needs sudo: it writes a license file) neuraframe license # device fingerprint and validity neuraframe license refresh # pull a renewed license neuraframe billing # open the billing portal
Pass-through when unlicensed
This is the important part for a proxy. When the license is missing or expired, the Gateway forwards every request to your provider and serves nothing from memory. Your model keeps working exactly as before; you simply lose the reuse savings until you renew. A lapsed license never breaks your application's traffic, and it never causes a fabricated answer.
Offline activation
For an air-gapped or restricted host, use offline activation: send the device fingerprint and receive a signed license file to install. The gateway then validates locally with no phone-home.