Organizations
Organizations represent departments or divisions within your company. They sit between the company and teams in Nembl's entity hierarchy: Company > Organization > Team > Individual. Organizations scope resources, set requirements for their teams, and define SLAs that cascade downward.
Entity Hierarchy
Company (Acme Corp)
├── Organization (Engineering)
│ ├── Team (Frontend)
│ ├── Team (Backend)
│ └── Team (QA)
├── Organization (Product)
│ ├── Team (Product Management)
│ └── Team (Design)
└── Organization (Operations)
├── Team (IT Support)
└── Team (DevOps)Organizations group related teams and provide a management layer for resources, policies, and reporting.
Organization Levels
Nembl supports hierarchical organization levels to reflect real-world company structures. An organization level defines where an organization sits in the hierarchy (e.g., Division > Department > Group).
Configuring Organization Levels
- Navigate to Settings > Company > Organization Levels.
- Define your levels from highest to lowest. For example:
- Level 1: Division
- Level 2: Department
- Level 3: Group
- Click Save.
When creating an organization, you select its level and optionally assign a parent organization at the level above.
Example Multi-Level Structure
Division: Technology
├── Department: Engineering
│ ├── Group: Platform
│ └── Group: Applications
└── Department: IT Operations
├── Group: Infrastructure
└── Group: SecurityCreating an Organization
- Navigate to Settings > Organizations.
- Click Create Organization.
- Enter the organization name.
- Select the organization level (if levels are configured).
- Optionally select a parent organization.
- Add an optional description.
- Click Save.
Managing Organization Settings
Basic Information
Edit the organization name, description, and parent at any time from the organization detail page.
Organization-Scoped Resources
Organizations can own and scope the following resources:
| Resource | Description |
|---|---|
| Services | Services published by the organization, available to its teams |
| Workflows | Workflow templates shared across the organization's teams |
| Policies | Policies that apply to all teams and members within the organization |
| Tags | Standard tags that teams within the organization should use |
Adding Teams to an Organization
- Open the organization from Settings > Organizations.
- Click Create Team (or move an existing team into the organization).
- The team inherits the organization's policies and has access to organization-scoped resources.
See Groups & Teams for details on team configuration.
Org-Scoped Policies and Cascading
Policies defined at the organization level cascade to all teams and individuals within that organization. This enables patterns like:
- An Engineering organization that denies
workflows:deleteon production-tagged workflows for all its teams. - A Finance organization that requires
sensitivity: hightagging on all secrets. - An Operations organization that allows
agents:configureso all its teams can set up AI intake agents.
Cascading follows the hierarchy: Company policies apply to all organizations, organization policies apply to all teams within that organization. See Policies & ABAC for the full evaluation model.
Deleting an Organization
- Navigate to Settings > Organizations.
- Click on the organization to delete.
- Click Delete Organization.
- Choose how to handle child resources:
- Move teams to another organization
- Delete teams and their associated resources
- Confirm the deletion.
Deleting an organization does not delete requests or audit history. Historical records retain the original organization reference for compliance.
Reporting and Visibility
Organization-level views aggregate data from all teams within the organization:
- Request volume -- total requests across all teams, broken down by status
- SLA performance -- compliance rates rolled up from team-level SLAs
- Capacity -- team workload distribution across the organization
- Audit trail -- all actions taken within the organization's scope
These views are available to organization managers and company admins from the organization detail page.
Best Practices
- Mirror your real org chart. Organizations should reflect how your company is actually structured, not an idealized version.
- Use organization levels for large companies. If you have divisions containing departments, set up levels to capture that hierarchy.
- Set policies at the right level. Company-wide policies go on the company. Department-specific restrictions go on the organization. Team-specific rules go on the team.
- Keep organizations stable. Reorganizations affect policy cascading and reporting. Plan changes carefully and communicate to affected teams.