---
title: "Enterprise features: Label Studio at scale"
short: Enterprise features
type: guide
tier: opensource
order: 35
order_enterprise: 0
section: "Discover & Learn"
meta_title: Label Studio Enterprise Features
This page provides an overview of the advanced capabilities available exclusively in Label Studio Enterprise. These features extend the core functionality of Label Studio with enterprise-scale user management, security, quality assurance, and automation.

Label Studio Enterprise introduces a hierarchical structure for organizing projects and users through organizations and workspaces, which is not available in the community edition.
Organizations are the top-level entity in Label Studio Enterprise that contain workspaces, projects, and users. Each organization is isolated from others, providing complete data separation.
Key capabilities of organizations:
Workspaces provide a way to group related projects within an organization. They help structure projects by department, team, or use case.
Key capabilities of workspaces:
Organizations provide complete isolation between different Label Studio Enterprise SaaS customers, ensuring data segregation and independent user management. Workspaces within organizations group related projects by team, department, or product line. Label Studio Enterprise may also be deployed on-prem (see Enterprise Deployment Options).
Label Studio Enterprise implements a comprehensive role-based access control (RBAC) system with five distinct roles, each providing specific capabilities and access levels. For information on how to assign users to roles, see Manage user accounts.
| Role | Organization Access | Primary Capabilities | Project Management | Annotation | Review | User Management |
|---|---|---|---|---|---|---|
| Owner | Full control | Full system access, billing management | All projects | ✅ | ✅ | Full |
| Admin | Organization-wide | User management, all organization settings | All projects | ✅ | ✅ | Limited |
| Manager | Workspace-scoped | Project creation, workspace management | Assigned projects | ✅ | ✅ | Project-level |
| Reviewer | Project-scoped | Review annotations, manage quality control | View only | ✅ | ✅ | None |
| Annotator | Project-scoped | Create and edit annotations | View only | ✅ | ❌ | None |
graph TD
subgraph Project Level
Project1[Project 1]
Project2[Project 2]
Project3[Project 3]
ReviewerRole[Reviewer Role]
AnnotatorRole[Annotator Role]
Project1 --> AnnotatorRole
Project2 --> AnnotatorRole
Project3 --> ReviewerRole
end
subgraph Workspace Level
WorkspaceA[Workspace A]
WorkspaceB[Workspace B]
ManagerRole[Manager Role]
WorkspaceA --> ManagerRole
WorkspaceB --> ManagerRole
end
subgraph Organization Level
Organization
OwnerRole[Owner Role]
AdminRole[Admin Role]
Organization --> OwnerRole
Organization --> AdminRole
end
Organization --> WorkspaceA
Organization --> WorkspaceB
WorkspaceA --> Project1
WorkspaceA --> Project2
WorkspaceB --> Project3
Project roles are assigned independently of organization roles. For example, a user can be an Annotator in one project and a Reviewer in another project, allowing for flexible permission management:
Enterprise features include comprehensive user account management capabilities:
Label Studio Enterprise provides comprehensive identity management capabilities for large-scale deployments, supporting integration with existing enterprise identity providers.
The enterprise edition supports Single Sign-On through SAML 2.0 assertions, allowing integration with identity providers like Okta, Google SAML, Ping Identity, Microsoft Active Directory, and other SAML-compatible systems. For setup instructions, see the Authentication and SSO Configuration Guide.
System for Cross-domain Identity Management (SCIM) 2.0 enables automated user provisioning and deprovisioning from identity providers.
The SCIM integration supports:
For setup instructions, see the SCIM 2.0 Integration Guide.
Enterprise customers can integrate with LDAP directories for user authentication while maintaining local role management.
Label Studio Enterprise includes comprehensive security features designed for enterprise compliance requirements. Enterprise security features include:
Label Studio Enterprise supports a wider range of persistent storage options for scalable, production-grade deployments. These include:
Label Studio Enterprise provides enhanced machine learning capabilities:
Label Studio Enterprise supports active learning workflows that automatically update model predictions as labeling progresses.
After each annotation, Label Studio can send a webhook to a connected machine learning backend. The backend uses the new data to retrain the model (fit()), and Label Studio fetches updated predictions (predict()) for the next task, creating a continuous feedback loop.
Key components:
For an additional fee, Label Studio Enterprise includes a built-in Prompts interface for working with language models as part of the labeling workflow.
Prompt templates allow users to define inputs, models, and outputs to send to connected LLMs. Prompts can be used to pre-label data, generate new tasks, or support review workflows.
The Prompts interface supports:
For more information, see the Prompts Overview.
Label Studio Enterprise supports custom JavaScript plugins to extend and tailor the labeling interface for project-specific needs.
Plugins run automatically when users interact with annotation tasks. They can be used to validate annotations, add visual elements, call external services, or apply custom logic based on events in the labeling UI.
The plugin framework supports:
To learn how organizations are using plugins in real-world workflows, see the blog post Build Powerful Labeling Interfaces with Plugins.
Label Studio Enterprise enhances the annotation workflow with features designed for quality control and team collaboration, as well as analytics to optimize annotation and dataset quality.
View real-time agreement metrics to take proactive action on quality. The Enterprise edition includes 30+ built-in agreement metrics for different annotation types, including:
To learn how different team structures use agreement metrics to scale high-quality labeling, see the blog post 3 Annotation Team Playbooks for Scalable Labeling.
The project dashboard provides a high-level view of project status over time, including metrics like tasks completed, annotations submitted, reviews performed, label distribution, and lead times. Users can filter by date ranges and reorder visualizations to focus on key indicators.

Organization owners and administrators can view individual annotator dashboards to analyze task counts, average annotation times, review turnaround, and performance scoring. These dashboards help in managing resources, identifying top performers, and tracking quality without building custom analytics tools.

Label Studio Enterprise includes advanced project configuration options to support complex workflows across teams and workspaces.
| Setting Category | Option | Open Source | Enterprise |
|---|---|---|---|
| General | Project Name, Description, Color | ✅ | ✅ |
| Workspace | ❌ | ✅ | |
| Proxy Credentials | ❌ | ✅ | |
| Labeling interface | Labeling configuration (XML tags) | ✅ | ✅ |
| Annotation | Labeling Instructions (“Show before labeling”) | ✅ | ✅ |
| Distribute Labeling Tasks (Auto vs. Manual) | ❌ | ✅ | |
| Task Reservation | ❌ | ✅ | |
| Skip Queue behavior (Requeue, Ignore, etc.) | ❌ | ✅ | |
| Annotating Options • Show Skip button • Allow empty annotations • Reveal pre-annotations interactively • Require skip comments • Show Data Manager to annotators |
❌ | ✅ | |
| Live Predictions | Pre-label tasks via connected ML backend or Prompts | ✅ | ✅ |
| Task Sampling | Sequential, Uniform, Uncertainty Sampling | ❌ | ✅ |
| Review | Review stream settings: • Instructions • Reviewing Options • Reject Options • Data Manager for reviewers • Agreement column visibility |
❌ | ✅ |
| Quality | Overlap of Annotations | ❌ | ✅ |
| Annotation Limit (per-user caps) | ❌ | ✅ | |
| Annotator Evaluation (ground-truth scoring & auto-pause) | ❌ | ✅ | |
| Task Agreement (metric, low-agreement strategy) | ❌ | ✅ | |
| Custom label weights | ❌ | ✅ | |
| Members | Project-level roles (Annotator/Reviewer per project) | ❌ | ✅ |
| Manage Members (add/remove users, assign project roles) | ❌ | ✅ | |
| Model | Connect ML backends (fit on submit, interactive pre-annotations) | ✅ | ✅ |
| Predictions | View/import pre-annotations | ✅ | ✅ |
| Cloud storage | Source/Target connectors (S3, GCS, Azure, local) | ✅ | ✅ |
| Webhooks | Configure task/annotation webhooks | ✅ | ✅ |
| Danger Zone | Delete Project, Drop All Tabs | ✅ | ✅ |
| Reset Cache | ❌ | ✅ |
For details, view the Enterprise Project Settings.
Label Studio Enterprise makes it easy to apply the same annotation to multiple tasks at once, ideal for quickly labeling filtered subsets or consistent repetitive data.
Key features:
Supports all major data types: Works with images, text, audio, and video
Choose tasks in Data Manager: Select multiple tasks via list or grid view, then apply bulk labeling
Role-based access: Available to users with Reviewer, Manager, Admin, or Owner roles (Annotators can participate via plugins)
Supported control tags: Choices, DateTime, Number, Rating, Taxonomy, TextArea
Label Studio Enterprise supports automated task assignment workflows—helping teams start labeling without manual setup.
When you enable Auto distribution under Annotation settings, these project behaviors apply:
These settings streamline labeling for large teams and support active learning workflows by routing tasks automatically and handling retries when tasks are skipped.
Label Studio Enterprise enhances task review and management with flexible filtering and sorting options in the Data Manager.
Key capabilities:
* Field-level filtering: Filter tasks by annotation outcomes, label values, region attributes, or reviewer actions
* Task sorting: Sort tasks by creation date, prediction confidence, or other metadata
* Combined filters: Apply multiple filters at once to narrow results for review, QA, or targeted labeling
Label Studio Enterprise supports rich collaboration capabilities to enhance communication, review workflows, and performance visibility across teams.
Annotators and reviewers can leave threaded comments linked to specific regions or fields within an annotation, enabling contextual feedback and clarification. All collaborators can view and add comments, with permissions to resolve or delete based on their role. Notifications inform users of new comments, either as the first comment on an annotation or replies to ongoing discussions
Users can generate direct links to specific annotations, regions, or fields, allowing reviewers or teammates to jump directly to the exact location needing attention. This improves communication efficiency and review precision.
Label Studio Enterprise may be deployed on-prem for air-gapped environments. It supports flexible deployment options designed for high availability and scalability.
Label Studio Enterprise can be deployed on Kubernetes clusters with advanced configuration options:
For simpler enterprise deployments, Label Studio Enterprise supports Docker Compose with external PostgreSQL and Redis dependencies. Key configuration elements:
humansignal/label-studio-enterpriseEnterprise deployments support high availability configurations:
For an additional fee, Enterprise customers can customize the appearance of their Label Studio instance:
Enterprise customers receive:
See how Label Studio Enterprise can work at your organization and contact sales.