Skip to main content
IIOS — The platform for organizational reasoning
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
Experience layer — workspaces, studios, embedded appsOperating UIworkspaceStudiosvertical appsCopilotsask / actPartner appswhite-labelIntelligence layerReasoning/v1/reasonConfidencecalibrationAgentsscoped toolsShared svcsmeshKnowledge layerKnowledge Graphentities · events · evidenceOntologytyped schemaRetrievalkeyword · vectorIntegration layerConnectorsingestNormalizemap → ontologyStreamingeventsSyncCDC / batchSource systems — SCADA · ERP · MES · historians · documents
Each layer depends only on the contract of the layer beneath it, so implementations can evolve independently.
Cross-cutting control plane
IdentitySSO · SCIMPolicy engineRBAC · ABACAudit ledgerimmutableSovereigntytenant boundaryEvery call
Identity, policy, audit, and sovereignty wrap every request regardless of which layer serves it.

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 status

Documentation map

Fourteen implementation guides, organized by the path from understanding the platform to operating and extending it.