FabricFabricAirlift
Fabric family integrations

Fabric Platform

See how Platform Host governs all Airlift mutations, policies, events, idempotency, authorization, and projections.

Fabric Platform

All 66 externally meaningful state changes are airlift.* Platform actions. Human, worker, agent, workflow, administrator, and recovery callers use the same Host boundary. Handlers return pending domain events; they never write projections directly.

Platform Host owns durable invocation, idempotency, execution-time reauthorization, policy/state-machine evaluation, adapter evidence, and audit. Airlift owns the domain schemas, policies, events, reducers, and adapters composed into that runtime.

Projection readers use the public Platform Host store and checkpoint contracts. Airlift does not query Host internals, fork the invocation ledger, or introduce a second mutation pipeline.

On this page