Skip to content

API Architecture

This section documents the public Python SDK surface and the internal API flows (SDK ↔ daemon ↔ StoreEngine ↔ Global Store) that implement registration, materialization, policy/persistence, and region-backed operations.

These docs are intended to answer, in order of importance:

  • What the API/flow is (contract, semantics, invariants)
  • Why it exists (tradeoffs, safety, performance, operational needs)
  • How it works (RPC sequence, key data structures, and code map)

Reading Start Points

Document Map

Concept Index