Edge & autonomy
When the network leaves, the platform stays.
Most "AI platforms" assume a fat, reliable pipe back to a data centre. Indentia assumes the opposite: the link may be slow, intermittent, or absent. Agents at the edge keep working, queueing, inferring and deciding within their authority — and reconcile upward when the connection returns.
Capabilities
Built for environments the office stack ignores.
Disconnected operation
Edge agents keep working when the WAN goes down. Indexing, inference, queue-up of telemetry — all continue locally. When the link comes back, state reconciles upward without re-doing finished work.
Tactical degradation modes
A graceful sub-optimal / marginal / disconnected operating mode (operationally known as SOMUT in the Dutch context). The agent knows what it can still do, what it must defer, and which decisions need a human when the network is gone.
Edge AI inference
Run quantised models on the device itself via ONNX Runtime Mobile or — on larger edge servers — KServe. Embeddings, classification and retrieval execute locally; only metadata and aggregates travel to the centre.
Firmware attestation
Every device boots into a known good state and re-attests periodically. A tampered or rolled-back firmware loses its credentials and is quarantined. Attestation is signed by the hardware root of trust, not the OS.
NATS leaf-sync & store-and-forward
A NATS leaf node on every edge cluster syncs upstream when connected, buffers when not. Messages queue durably at the edge; replay is exactly-once-effective on reconnect.
Signed agent updates
Every binary update is minisign-signed. The agent verifies the signature against a pinned public key before applying. No silent updates, no supply-chain surprises, no central kill-switch that turns into a single point of failure.
Where it lands
Edge surfaces, all under one identity.
IndentiaLocal
Desktop and NAS agent for laptops, branch offices and remote sites. Same identity, same ACL, same lineage as the central platform.
NATS event mesh
The messaging fabric that ties edge agents to the platform. Per-device credentials, JetStream durability.
OT & IoT gateways
Bridges between industrial protocols (OPC UA, Modbus, MQTT) and the platform. Bidirectional, scope-by-device.
Autonomy with accountability
The edge decides what it may — not what it can.
Edge agents act within delegated authority, defined in policy. Anything outside that envelope waits for a human at the centre, even if the link is back. Decision logs are signed at the edge and replayed upward — no silent re-writes of history.