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
- What are the best workflow automation tools for technical writers in 2026?
- What are the best automation tools for finance and AP teams in 2026?
- What are the best AI-native automation tools in 2026?
- What are the best automation tools for solo founders in 2026?
- What are the best automation tools for nonprofits in 2026?
Related Tools
Activepieces
No-code workflow automation with self-hosting and AI-powered features
Workflow AutomationAutomatisch
Open-source Zapier alternative
Workflow AutomationBardeen
AI-powered browser automation via Chrome extension
Workflow AutomationCalendly
Scheduling automation platform for booking meetings without email back-and-forth, with CRM integrations and routing forms for lead qualification.
Workflow AutomationRelated Rankings
Best Durable Workflow Engines for Production in 2026
A ranked list of the best durable workflow engines for production deployments in 2026. Durable workflow engines persist execution state to a database so that long-running workflows survive process restarts, deployments, and infrastructure failures. The ranking covers Temporal, Prefect, Apache Airflow, Camunda, Windmill, and n8n. Tools were evaluated on production reliability, developer experience, scalability, open-source health, and documentation quality. The shortlist intentionally mixes code-first engines (Temporal, Prefect, Airflow) with hybrid visual platforms (Camunda, Windmill, n8n) to reflect how production teams actually choose workflow engines in 2026.
Best No-Code Automation Platforms in 2026
A ranked list of no-code automation platforms in 2026. The ranking covers visual workflow builders that allow non-engineering teams to connect SaaS apps, route data, and add conditional logic without writing code. Entries cover proprietary cloud platforms (Zapier, Make, Pipedream, IFTTT) and open-source visual builders (n8n, Activepieces). Scoring reflects integration breadth, pricing accessibility, visual editor ease, reliability and error handling, and self-hosting availability.
Dive Deeper
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.
Trigger.dev vs Inngest 2026: OSS Durable Runners Compared
Trigger.dev (2022, London) is a fully Apache 2.0 durable runner with task-based authoring, machine-size selection, and first-class self-host. Inngest (2021, San Francisco) is a developer-first event-driven step platform with an open-source dev server and a managed cloud (50K step runs/month free, $20/month Hobby). This 2026 comparison covers license, programming model, pricing, observability, and self-host options.
Inngest vs Temporal 2026: Durable Functions vs Durable Workflows
Inngest (2021, San Francisco) is a developer-first durable functions platform with TypeScript and Python SDKs, 50,000 step runs/month free, and Hobby pricing from $20/month. Temporal (2019) is the heavyweight durable workflow engine with seven-language SDK coverage, Cassandra-backed scale, and Cloud pricing from roughly $200/month at low volume or $2.5-4.5K/month self-host. This 2026 comparison covers programming model, pricing, scale ceiling, and operational footprint.