---
description: Learn about the ZenML Pro features and deployment scenarios.
cover: .gitbook/assets/procover.png
coverY: 0
layout:
width: default
cover:
visible: true
size: hero
title:
visible: true
description:
visible: true
tableOfContents:
visible: true
outline:
visible: true
pagination:
visible: true
metadata:
visible: true
---
# Introduction
## What is ZenML Pro?
The [Pro version of ZenML](https://zenml.io/pro) extends the Open Source product with advanced features for enterprise-grade MLOps. It provides multi-user collaboration, role-based access control, flexible deployment options, and professional support to help teams scale their ML operations.

{% hint style="info" %}
To get access to ZenML Pro, [book a call](https://www.zenml.io/book-your-demo).
{% endhint %}
## ZenML OSS vs Pro Feature Comparison
| Feature Category | ZenML OSS | ZenML Pro |
|-----------------|-----------|-----------|
| **User Management** | Single-user mode | Multi-user support with SSO, [organizations](organization.md), and [teams](teams.md) |
| **Access Control** | ❌ No RBAC | Full [role-based access control](roles.md) with customizable permissions |
| **Multi-tenancy** | ❌ No workspaces/projects | [Workspaces](workspaces.md) and [projects](projects.md) for team and resource isolation |
| **ZenML Web UI** | Basic pipeline and run visualization | Pro UI with [Model Control Plane](https://docs.zenml.io/concepts/models), [Artifact Control Plane](https://docs.zenml.io/concepts/dashboard-features), and comparison views |
| **Pipeline Execution** | Run pipelines via SDK/CLI | Run pipelines from the UI, manage schedules through the UI, [triggers](https://docs.zenml.io/concepts/snapshots) |
| **Stack Configuration** | User-managed stacks | Advanced stack configurations with workspace/project-level restrictions for platform teams |
| **Security** | Community updates | Prioritized security patches, SOC 2 and ISO 27001 certification |
| **Deployment** | Self-hosted only | [SaaS](saas-deployment.md), [Hybrid](hybrid-deployment.md), or [Self-hosted](self-hosted-deployment.md) options |
| **Support** | Community support | Professional support included (SaaS deployments) |
| **Reporting** | Basic run tracking | Advanced usage reports and analytics |
| **Core Features** | ✅ Run pipelines on stacks
✅ Full observability over runs
✅ Artifact tracking
| ✅ All OSS features
✅ [Run Snapshots](https://docs.zenml.io/concepts/snapshots)
✅ Model Control Plane
✅ Artifact Control Plane
✅ Enhanced filtering and search |
## Security & Compliance
All ZenML Pro deployments include:
- ✅ **SOC 2 Type II** certification
- ✅ **ISO 27001** certification
- ✅ **Vulnerability Assessment Reports** available on request
- ✅ **Software Bill of Materials (SBOM)** available on request
## Documentation Guide
This documentation is organized to help you understand, deploy, and manage ZenML Pro:
| Section | Description |
|---------|-------------|
| [**System Architecture**](system-architecture.md) | How ZenML Pro services (Control Plane, Workspace Server, Workload Manager) communicate and interact |
| [**Scenarios**](scenarios.md) | Decision guide to help you choose between SaaS, Hybrid, and Self-hosted deployments |
| [**Deployment Details**](deploy-details.md) | Reference for configurable options, environment variables, and permissions for each component |
| [**Upgrades and Updates**](upgrades-updates.md) | How to upgrade each ZenML Pro component |
| [**Core Concepts**](hierarchy.md) | Organizations, Workspaces, Projects, Teams, and Hierarchy |
| [**Access Management**](roles.md) | Roles, Permissions, Service Accounts, and Secrets |
## Pro Feature Details
| Workspaces | Isolated environments for teams and projects | pro-workspaces.png | workspaces.md | ||
| Organizations | Top-level entity for managing users and teams | pro-organizations.png | organization.md | ||
| Teams | Group users for simplified access management | pro-teams.png | teams.md | ||
| Roles | Customizable role-based access control | pro-roles.png | roles.md | ||
| Projects | Organize work within workspaces | pro-projects.png | projects.md | ||
| Snapshots | Trigger pipelines from dashboard, SDK, CLI, or REST API | pro-workload-managers.png | snapshots.md | ||
| Deployment Options | SaaS, Hybrid, or Full On-Prem deployments | pro-self-host.png | scenarios.md |
