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

Best Automation Platforms for AI Orchestration 2026

This ranking answers one question: how many real business applications can an AI agent act on out of the box? It evaluates nine platforms as of August 2026 on the reach they give an agent, not on the workflow logic they can express. That boundary is deliberate, because two neighbouring pages on this site answer different questions. Best Process Orchestration Platforms 2026 scores multi-step process control, error handling and state management. Best AI Agent Platforms 2026 scores building and hosting the agent itself. This page scores the layer between them: the connective tissue that lets an agent already built elsewhere reach the applications a business actually runs on. A platform that leads one of those pages can place low here, and two of them do. Scores derive from application and action catalogue counts, the exposure model each platform uses to publish those catalogues to an agent, setup effort, failure handling and cost per agent action. Every figure was retrieved from a vendor-owned surface on 11 August 2026 unless an earlier date is stated against it.

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.

Dive Deeper

guide

Client Portals vs Workflow Orchestration Platforms: What Changes When External Parties Act Inside a Process

What changes when a client or supplier has to act inside your process, not just watch it? This guide compares four client portals with four orchestration platforms on how outsiders get in, whether you pay for them and what the audit log records, from vendor sources read 14 and 15 September 2026.

comparison

Moxo vs Zapier in 2026: Human Approval Steps, External Participants and Pricing

Moxo and Zapier both put a person in front of an automated decision, from opposite ends: Moxo builds the process out of human steps and attaches AI, while Zapier pauses an automation for a reviewer through its Human in the Loop app. This guide compares approvers, rejection, AI approval, audit logs, governance and pricing, verified 14 and 15 September 2026.

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.