Managing Organizations
Managing Organizations
Organizations are independent entities, each with their own constitution configuration.
Organizations List Page
URL: /organizations
Displays all organizations in a table with: - Organization name and ID - Version number - Last updated timestamp - Action buttons (View, Edit, Delete)
Add Organization button opens a form to create a new organization.
Organization Detail Page
URL: /organization/<org-id>
Header Section
- Organization name (editable)
- Version number
- Last updated timestamp
- Action buttons:
- Preview Constitution - View the built constitution
- Rebuild Constitution - Regenerate constitution file
- Export - Download configuration as JSON
Active Modules Section
Lists all modules included in this organization's constitution: - Module name - Status badges: - Custom - Organization has an override for this module - Stale - Global module changed since override was created - Action buttons per module: - Compare - View differences between global and override versions - Edit Override - Create or modify organization-specific version - Revert - Remove override and use global version
Organization-Specific Modules Section
Modules unique to this organization (not based on global templates).
Variables Section
Key-value pairs used for template substitution ({{variableName}}).
Edit Variables button opens a form to modify variables.
Create Organization Form
Fields: - Organization ID - Unique identifier (lowercase, hyphens only) - Display Name - Human-readable name - Description - Optional description
Creates a new organization with settings inherited from the default template.
Delete Organization
Permanently removes: - Organization configuration - All overrides - Built constitutions - Variable settings
Global modules remain unaffected.
Last updated: February 2026