Organization as Canonical Platform Identity

Rule

Organization is the canonical platform identity model. Any feature needing org name, slug, logo, address, or contact info reads from Organization — not from BrandingConfig, environment variables, or bespoke fields elsewhere. Derivations (industry from archetype.category, vocabulary from resolveVocabularyKey) read from Organization and its archetype, not from parallel sources.

Why

Org identity is the most cross-cutting data in the platform — it shows up on every page, every email, every external integration. Letting features stash copies of “org name” or “logo URL” in their own tables is how the platform ends up with three different spellings of the company name visible to the same customer. The canonical-model rule eliminates that whole class of inconsistency: there is one place that owns “org identity,” everything else reads from there. When the customer renames the org, one update propagates everywhere.

Applies To

In-platform coworkers reading or writing org identity, external coding agents authoring features that touch org-level data. Symmetric. Applies to UI components, notification senders, document generators, external API callouts, and analytics. Does NOT apply to historical snapshots (audit records, immutable evidence bundles) — those legitimately capture the org identity at the time of the event, not the current value.

How To Apply

When a feature needs the org name, address, logo, or any other identity field, import the relation from Organization rather than declaring a parallel field. When the same data shows up in BrandingConfig or an env var, treat that as a candidate refactor — converge the source. Industry is derived from archetype.category; do not store it on Organization or BusinessContext as a parallel column.

Decision Dimensions

Examples

Sources

(Rendered from the sources: frontmatter by WikiSourceCitations.)