What does Prefect cost in 2026? Pricing tiers and plans explained

Quick Answer: Prefect Cloud pricing as of July 2026: a free Hobby tier (2 users, 1 workspace, 500 serverless minutes/month), Starter at $100/month flat (up to 3 users, 75 serverless hours), Team at $100/user/month with a 4-user minimum (so a $400/month floor), and custom Pro and Enterprise. Billing is seat-based with included serverless-compute hours (overage $0.005/minute) and, notably, no per-task or per-run charges. Self-hosted Prefect Server remains free and open source with unlimited runs.

Pricing Overview

Prefect is a Python-first workflow orchestration platform. The open-source Prefect Server self-hosts for free; Prefect Cloud is the managed layer, priced by seats with included serverless-compute hours — explicitly not per task run.

Prefect Pricing (as of July 2026)

Tier Price Key Limits
Self-hosted (Prefect Server) $0 Unlimited runs; you run the infrastructure
Hobby (Cloud Free) $0 2 users, 1 workspace, 5 deployments, 500 serverless min/mo, 7-day retention
Starter $100/month flat Up to 3 users, 20 deployments, 75 serverless hours
Team $100/user/month (4-user minimum) $400/month floor; more serverless hours; overage $0.005/min
Pro / Enterprise Custom SSO, dedicated infrastructure, audit logs, SLA

The two self-serve paid tiers have public prices: Starter is $100/month flat for up to 3 users, and Team is $100/user/month with a 4-user minimum, so its real starting cost is $400/month. Billing is seat-based with included serverless-compute hours (overage $0.005/minute) and no per-task or per-run charges — a change worth noting for teams that feared run-count billing. (This corrects an earlier "Cloud Pro ~$500" figure.)

What each option includes

  • Self-hosted Prefect Server: the full open-source engine, UI, and Python SDK with unlimited runs — free, but without multi-tenant workspaces, SSO, or the managed API layer.
  • Hobby (Free): managed orchestration for 2 users and small workloads.
  • Starter ($100/mo): up to 3 users with 75 serverless hours — the entry point for a small production team.
  • Team ($100/user, 4-user min): more serverless hours and seats, with metered compute overage.

Hidden costs and considerations

  • Python-only: Prefect is Python-native; other-language teams need wrapper code.
  • Execution infrastructure: Prefect Cloud orchestrates but does not execute — you provide the compute (Kubernetes, Docker, VMs) beyond the included serverless hours.
  • Team minimum: the 4-user floor means Team effectively starts at $400/month even for a 1-2 person team that needs its features.

How Prefect pricing compares

Prefect competes with Apache Airflow (free, self-hosted), Dagster, and Temporal. For Python teams that can self-host, Prefect Server is effectively free. Prefect Cloud's Starter at $100/month is a lower public entry point than the old ~$500 figure suggested, though Team's 4-user minimum makes small paid teams a $400/month proposition.

Editor's Note: We deployed self-hosted Prefect Server for a data-analytics company running 120 Python ETL pipelines on a $45/month Kubernetes cluster, because their healthcare data could not leave the VPC. Re-checked July 2026: Prefect Cloud's self-serve pricing is clearer than the old guidance implied — Starter is $100/month flat for 3 users and Team is $100/user with a 4-user minimum ($400 floor), all seat-based with included serverless hours and no per-run charges. For a small team that needs SSO and workspaces, Starter at $100 is the honest entry point; self-hosting stays free if you have the ops capacity. — Rafal Fila, ShadowGen

Related Questions

Written & reviewed by Rafal Fila · Last updated:

Related Tools

Related Rankings

Dive Deeper

comparison

Keystroke vs n8n in 2026: Agent-Built TypeScript vs the Visual Canvas

Keystroke, launched in July 2026 by Y Combinator W24 company Sprint Labs, is a code-first automation platform where AI coding agents write workflows as TypeScript in the user's repository. n8n, founded in 2019, is the most widely deployed source-available visual workflow platform, with 200,000+ users and a $2.5 billion valuation. This comparison covers the agent-authored versus canvas building models, durable execution, licensing (Elastic License 2.0 vs the Sustainable Use License), verified July 2026 pricing including Keystroke's usage metering, and the maturity gap between a days-old platform and an established ecosystem.

comparison

QuantumBPM vs Camunda 2026: Single-Binary Challenger vs the BPMN Incumbent

QuantumBPM (launched 2026, Coroid s.r.o., Slovakia) packages a BPMN 2.0 runtime and DMN 1.5 decision engine into one Go binary backed by Temporal and PostgreSQL. Camunda (Berlin, founded 2013) is the category incumbent: Camunda 7 (Apache 2.0, in maintenance) and the Zeebe-based Camunda 8 platform. This comparison covers product structure, architecture, DMN TCK conformance with recording dates, deployment, pricing, and vendor maturity, verified July 2026.

case-study

Migrating 23 Make Scenarios to Self-Hosted n8n: a 3-Week Breakdown

Anonymized retrospective of a DTC ecommerce brand migrating 23 Make scenarios to a self-hosted n8n instance over three weeks. Tooling cost dropped from $348/month on Make Teams to roughly $12/month on a Hetzner VPS, but credential and webhook recreation consumed about 40% of total project time.