Platform documentation
Build, deploy, and extend on IIOS
Implementation guidance for the Industrial Intelligence Operating System. These docs are written for the teams who stand the platform up and build on it — not a marketing tour.
Written forEnterprise architectsDevelopersPartnersImplementation teamsKnowledge engineersIT organizations
How the platform fits together
IIOS is infrastructure. Source systems flow up through connectors into a governed knowledge graph; the intelligence layer reasons over that graph; experiences and partner apps compose on top. Identity, governance, and security are cross-cutting — enforced on every call.
Reference architecture
Cross-cutting control plane
Quickstart
Install the SDK and authenticate against your tenant. All access is scoped to your sovereignty boundary from the first call.
Terminal
npm install @iios/sdk
iios auth login --tenant acme-industrial
# Verify connectivity to your tenant
iios graph statusDocumentation map
Fourteen implementation guides, organized by the path from understanding the platform to operating and extending it.
Core platform
Knowledge GraphOntology, entities, events, and evidence — the governed system of record.Reasoning EngineEvidence-linked reasoning, retrieval strategies, and calibrated confidence.AgentsScoped, policy-bound agents with tools and an immutable action ledger.Shared ServicesIdentity, audit, search, notifications, and files as a shared mesh.
Build
Operate
