Domain Glossary
Canonical definitions of the core platform's terms — the reference an architect can trust.
Core Invariants & Business Rules
The platform's guarantees — the invariants an architect can rely on, consolidated in one place.
Core ER Diagram
The core data model — the entity registry, workspaces, the configuration graph, execution, and security tables.
Default Plugin ER Diagram
How the default plugin's tables clip onto the core — a visualized example of the plugin data model and the one-way FK rule.
Auth Flow Diagram
The authentication middleware pipeline — global middleware, the browser and machine auth chains, token types, and rate limits.
Auth Sequence Diagram
Step-by-step sequences for the auth flows — first-run registration, login (with 2FA), protected requests, logout, machine auth, and password reset.