Telemetry

We count devices so we can bill for the ones past the free tier. We do not collect personal data, and nothing a weight set reads or produces ever leaves the device.

We count devices, not people

Once a day, a device running the engine sends one event. The device id is a random UUID the runtime writes on first run. Nothing derives it: not the hardware, not the network, not your account, and not anything the brain observed.

Every field we receive

FieldWhat it holdsExample
platformWhich runtime ran the enginepython, rust, web
app.idThe app or process the engine runs incom.acme.agent
weightsWhich weight set and versioncursor 0.1.0
engine.versionThe engine version0.1.0
deviceIdThe random UUID from first run8f14e45f-…
stepCountHow many engine steps ran since the last event. Never billed.1,204,551
sentAtWhen the event left the device, UTC2026-09-15T08:30:23Z

Opting out

Set FLYCORE_TELEMETRY=0 or pass telemetry=False at load time. Devices that opt out are not counted and not billed under the free tier; a commercial licence covers them.