Last updated September 7, 2026
Organization Settings
Organization settings define shared vocabulary and visual style for boards. Manage them from Settings.
Configure your organization
For a new organization:
- Define your core element archetypes (Service, Database, API Gateway, etc.)
- Create context tags for cross-cutting concerns (team ownership, compliance scope, lifecycle status)
- Add field templates for custom metadata you want to track on nodes
- Upload icons for your archetypes (or use the built-in icon library)
- Configure insight skills if you plan to run automated analysis
Settings categories
Element archetypes
Archetypes define board element types. Each archetype controls:
Archetypes keep boards consistent. The Code Plugin references them by name. Manage the catalogue and proposals in Archetypes.
Context tags
Tags are org-wide taxonomy labels for filtering and grouping, such as "team-payments", "deprecated", or "pci-scope".
Advanced config
Containment rules
Archetypes support containment rules for parent-child relationships between element types.
Containment rules are enforced in the UI and Code Plugin pushes. Invalid nesting is rejected.
Visual primitives control rendering behavior:
Icon storage backends (self-hosted)
For self-hosted deployments, icons can be stored locally or in S3. The backend is selected via the ICON_STORAGE_BACKEND environment variable.
Local filesystem (default, good for development):
AWS S3 (recommended for production / ECS deployments):
SVGs are stored organized by {provider}/{version}/{filename} (e.g., aws/2024-01/s3.svg) and served with aggressive CDN caching headers in production.
Start with a few core archetypes and tags. You can add more later. Too much upfront configuration usually leaves many archetypes unused.
What's next
Enterprise SSO
Set up single sign-on with your identity provider and require it org-wide.
Permissions & Access
Control who can view and edit boards, internally and when published.
Integrations Reference
Connect external tools and source systems to provide context for your boards.
Boards Guide
Learn how boards and layers organize your architectural views.

