The native Prefect platform.

Made by the creators of Prefect. Built to deploy, scale, and secure your workflows.

100K+ tasks/min
100K+ teams
SOC 2 Type II

Trusted in production

Cash App
Washington Nationals
WHOOP
Cisco
1Password
Dutch
NASA
CoinList
Ashby
Square
Meta
Barstool Sports

Hybrid Execution

Your data never leaves your infrastructure

Workers poll Prefect Cloud's API—no inbound connections to your network. Your workflows execute in your environment with direct access to your databases and secrets. We store only metadata: run history, logs, and scheduling state.

Learn about hybrid architecture
Prefect Cloud
Your Network
Control Plane
Metadata
Workers
Data

Prefect Cloud hosts the Control Plane & Metadata. You host execution & data.

Managed Execution

Zero infrastructure setup

Deploy flows directly from Git. Prefect handles compute, execution, and scheduling—no workers to run, no cloud provider account needed. Perfect for getting started quickly or for lightweight workloads.

Try managed execution
Managed Execution
Push code
Deploy flow
Execute
Complete
prefect-managed-pool
$git push origin main

No workers. No cloud provider account. Just Python.

Enterprise Governance

Compliance without complexity

SSO with any identity provider. Role-based access at account, workspace, and object levels. Audit logs for every action. SCIM for automated team provisioning. Your workflows still run in your secure environment.

Explore governance features
Role-Based Access Control
Account
Workspaces
Teams
Objects
Roles
Owner
Developer
Viewer
Audit on

Admins control organization settings

Event-driven Automation

React to anything

Trigger workflows from webhooks, cloud events, or state changes. Prefect's active event bus detects what happens (or doesn't happen) in real-time, so you can stop polling and start acting.

Explore automations

Native Data Lineage

See what your pipelines actually produce

Know which tables, files, and models are up to date—and which aren't. Trace failures back to their root cause. Understand the blast radius before you deploy. Built-in dbt integration means your existing models show up automatically.

Learn about lineage
Data Lineage
users
users
Postgres • us-east-1
PIIRestricted
payments
payments
Stripe • API
stg_payments
stg_payments
DuckDB • v1.1.0
dim_customers
dim_customers
Snowflake • Analytics
Certified
users
users
Postgres • us-east-1
PIIRestricted
payments
payments
Stripe • API
stg_payments
stg_payments
DuckDB • v1.1.0
dim_customers
dim_customers
Snowflake • Analytics
Certified

Pricing

Predictable pricing

Pay for developers on your team, not the workflows they build or tasks they run. Run unlimited workflows and executions without hitting caps or overage charges. Same licensing framework whether you use Cloud, Enterprise, or Customer Managed.

View pricing
Workflow Runs
Your Bill
Pricing ModelPay per user, not per run

Developer Experience

Deploy with Python in seconds

No YAML configs. No complex setup. Just Python code.

Quick Deployment

From Git to production in one command

Deploy flows directly from your Git repository with automatic environment provisioning. Prefect pulls your code, sets up the environment, and executes your flows—all managed for you.

View full documentation
from prefect import flow
if __name__ == "__main__":
flow.from_source(
source="https://github.com/prefecthq/demo.git",
entrypoint="flow.py:my_flow",
).deploy(
name="test-managed-flow",
work_pool_name="my-managed-pool",
)

Customer Story

How teams reduce pipeline costs by 74% with Prefect Cloud

Migrated from Airflow to Prefect Cloud
Enterprise governance and SSO
Full visibility into pipeline health
Read more customer stories →

Start free. Scale when you're ready.

Free Hobby tier: 2 users, 5 workflows, managed infrastructure. Upgrade to Pro when you need enterprise features.

Prefect Cloud - Enterprise Orchestration Platform