LOB BrainLOB Brain
Back to Documentation

Sensitivity Levels & Access Control

Granular data partitioning: public, internal, and secret.

To meet enterprise-grade compliance and data safety, LOB Brain enforces a strict three-tier sensitivity classification embedded in the SQLite core.

Privacy Tiers

  • PUBLIC: General architecture patterns, reusable scripts, and safe definitions. Written to the Markdown Vault (.md) and synchronized with the Master Hub.
  • INTERNAL: Proprietary codebase logic, internal API contracts, and company IP. Kept strictly on the developer's local Spoke node; never sent to the Hub. Writes to the local Markdown Vault.
  • SECRET: API keys, database credentials, Stripe tokens, and passwords. Stored encrypted inside the SQLite DB; never written to the local Markdown Vault.