13 Or Orchestration
Group 3 · Agents & Automation · element 13 of 58

Orchestration

Who does what, when.

Turns a pile of agents into a schedule.

Holders this quarterTemporal · Inngest · Trigger.dev · Hatchet · Restate

Vital signs

NecessityOptional
Price band$ · under $30/mo
MaturityExperimental
Editionv2026.Q3
Last verified2026-08-06

Why it's on the table

On the table, Orchestration (Or) is seat 13 of 58, in the Agents & Automation family. It is an experimental element — promising, volatile, and worth a contained experiment rather than a commitment. Budget curiosity, not dependence. It is optional: plenty of companies run without it — until a specific trigger (scale, regulation, cost, or customers) makes it essential for them. It sits in the lowest paid band — lunch money against the hours it returns.

The verdict — v2026.Q3 · verified 2026-08-06
Temporal
Temporal, once agents touch real money or real customers — it owns the durable-execution category it named, raised the segment's first mega-round ($300M Series D at $5B, Feb 2026), and runs OpenAI's production agent infrastructure. Inngest is the pick for TypeScript product teams who want event-driven jobs, per-tenant flow control, and agent tooling without running a cluster; Trigger.dev when your agents need hours of managed compute, not just managed state; Hatchet when you want an MIT-licensed engine on the Postgres you already have; Restate when latency and stateful agents matter enough to adopt the newest runtime. And honestly: pre-PMF, a cron job and a queue may still be the right amount of orchestration — this element rewards under-buying.

Orchestration: the top 5 — v2026.Q3

Edition v2026.Q3 · ranking, pricing and status verified 2026-08-06.

  1. 1TemporalTemporal Technologies

    Self-host free (MIT) · Cloud: Essentials from $100/mo (1M actions) · Business from $500/mo · Enterprise custom · $1,000 trial credits

    Best for Production agent fleets and money-touching workflows that must survive crashes, redeploys, and week-long human-in-the-loop pauses.

    The category owner by every measure: $300M Series D at $5B (a16z, Feb 17, 2026) on 380% YoY revenue growth, 9.1T lifetime Temporal Cloud actions — 1.86T of them from AI-native companies — and OpenAI in production calling durable execution 'a core requirement for modern AI systems.' The OpenAI Agents SDK integration went GA Mar 23, 2026, making crash-proof agents a decorator away.

    Watch The steepest learning curve in the category — deterministic-workflow constraints, workers, task queues — and self-hosting the server is a real ops job. Per-action Cloud pricing gets chatty-agent expensive; every tool call and retry is an action.

    $300M Series D at $5B post, a16z lead; revenue +380% YoY (Feb 17, 2026) [src] · 9.1T lifetime Cloud actions, 1.86T from AI-native companies; OpenAI, Block, ADP in production (Feb 2026) [src] · OpenAI Agents SDK integration GA Mar 23, 2026; server 21.7k GitHub stars, MIT (Aug 2026) [src]
  2. 2InngestInngest

    Hobby free (50k executions/mo) · Pro from $99/mo (1M executions, 100 concurrency) · Enterprise custom

    Best for TypeScript/serverless product teams who want durable step functions, events, and per-tenant flow control (debounce, throttle, concurrency) with zero infrastructure.

    The developer-experience play: durable functions that run on your existing serverless or servers, triggered by events, with the best flow-control primitives in the category — the exact features multi-tenant AI products need. $21M Series A (Altimeter + a16z, Sep 16, 2025), SoundCloud and Day.ai in production, and 2026 shipped an agent stack — AgentKit for multi-agent networks plus Agent Evals, Sessions, and run scoring (Jun 2026).

    Watch The server is SSPL with delayed Apache-2.0 — practically, you're buying the cloud. Execution-count pricing punishes chatty agents, and the eval push moves it onto Ev-element turf it hasn't proven yet.

    $21M Series A led by Altimeter, with a16z (Sep 16, 2025) [src] · Agent Evals, Sessions, run scoring shipped Jun 2026; AgentKit multi-agent networks with MCP tooling [src] · Pro $99/mo includes 1M executions; Hobby free tier 50k (Aug 2026) [src]
  3. 3Trigger.devTrigger.dev (open source, Apache-2.0)

    Free ($5/mo credit, 100k runs-ish) · Hobby $10/mo · Pro $50/mo + per-second compute (from $0.0000169/s) · Enterprise custom

    Best for TypeScript agents that need long-running managed compute — no timeouts, checkpointed runs lasting hours — plus realtime streaming to your UI.

    The only top pick that runs your code for you: tasks execute on Trigger.dev's elastic infrastructure with durable checkpointing, so agent runs survive crashes and last hours without you owning a worker fleet. 14.9k GitHub stars under Apache-2.0, v4 shipping steadily (v4.4.6, May 2026), and the whole product is now framed as 'build and deploy fully-managed AI agents.'

    Watch TypeScript-only in practice, and the value is the managed compute — self-hosting the full platform is much heavier than the license suggests. Per-second machine pricing needs watching on long agent loops; smallest war chest of the top three.

    14.9k GitHub stars, Apache-2.0; v4.4.6 released May 12, 2026 [src] · Per-second compute from $0.0000169/s + $0.000025/run; Pro $50/mo with 200+ concurrent runs (Aug 2026) [src] · Durable execution with no timeouts: 'agent runs can last minutes or hours' — vendor positioning, Aug 2026 [src]
  4. 4HatchetHatchet (YC W24)

    MIT self-host free · Cloud: first 100k runs free then $10/1M · Team $500/mo + usage · Scale $1,000/mo · Enterprise custom

    Best for Teams already on Postgres who want a fully open-source (MIT) task queue, DAG, and durable-workflow engine without adopting a new database or a restrictive license.

    The clean open-source option: an MIT-licensed 'orchestration engine for background tasks, AI agents, and durable workflows' built on plain Postgres, with Go, Python, and TypeScript SDKs — 7.3k GitHub stars and steady releases (Jun 2026). Cheapest serious cloud entry in the category at $10 per million runs, and the Postgres-native thesis just got endorsed by Microsoft's pg_durable.

    Watch The cloud jumps from hobby-cheap to $500/mo Team with 500 RPS and 3-day retention — mid-size pricing is lumpy. Small team, no disclosed funding beyond YC-stage, and Postgres becomes your scaling ceiling.

    7.3k GitHub stars, MIT license; hatchet-cli 0.88.0 released Jun 1, 2026 [src] · Cloud: 100k runs free, then $10/1M; Team $500/mo, Scale $1,000/mo w/ HIPAA (Aug 2026) [src]
  5. 5RestateRestate (Stephan Ewen, Flink co-creator)

    Single-binary self-host (BSL 1.1 → Apache after 4 yrs) · Cloud free 50k actions/mo · usage plans from $75/mo · BYOC capacity pricing

    Best for Latency-sensitive, stateful agents and transactional workflows — virtual objects and durable promises in one Rust binary instead of a cluster.

    The deepest engineering of the challengers: a log-based Rust runtime (v1.6.2, Feb 2026) that fuses durable execution, state, and messaging, from the team behind Apache Flink — already running 'the account and credit card stack of a tier 1 bank.' Restate Cloud opened to everyone Sep 30, 2025, and Pydantic AI ships an official Restate durable-agents integration.

    Watch Smallest community of the five (~4k stars) and BSL 1.1 is not open source — the license blocks offering Restate as a service. The architecture is novel enough that hiring for it is hard; funding beyond seed unverified.

    Restate Cloud public Sep 30, 2025: free 50k actions/mo, plans from $75/mo, BYOC 'up to 10x cheaper' (vendor claim) [src] · v1.6.2 (Feb 13, 2026), Rust runtime; SDKs for TS, Java/Kotlin, Python, Go, Rust; ~4k stars [src] · Official Pydantic AI durable-agents integration (2026) [src]

Orchestration: the top 8 compared

Edition v2026.Q3 · ranking, pricing and status verified 2026-08-06.

Orchestration — the top 8 compared. Edition v2026.Q3, verified 2026-08-06.
ToolExecution modelLicenseSDK languagesCloud entrySelf-hostAgent toolingProof at scale
TemporalServer + workers (you run code)MIT serverGo · Java · TS · Py · .NET · PHP · Ruby$100/mo (1M actions)Yes (real ops job)OpenAI Agents SDK GA · AgentKit-style samplesOpenAI, Block; 9.1T actions
InngestEvent-driven steps on your computeSSPL server, Apache SDKsTS · Py · Go · Kotlin/Java$99/mo (1M execs)Dev server yes; prod = cloudAgentKit · Agent Evals · flow controlSoundCloud; Series A stage
Trigger.devManaged compute, checkpointed runsApache-2.0TypeScript$10–50/mo + computePossible, heavyAI SDK support · realtime streams14.9k stars; startup-heavy
HatchetPostgres engine + workersMITGo · Py · TS (Ruby WIP)100k runs free, $10/1MYes (Postgres only)Durable tasks for agents; DAGs7.3k stars; YC-stage
RestateLog-based runtime, single binaryBSL 1.1TS · Java/Kotlin · Py · Go · Rustfree 50k · $75/moYes (one binary)Durable agents · Pydantic AI integrationTier-1 bank card stack
DBOSLibrary in your app + PostgresMIT library; Conductor proprietaryPy · TS · Go · Java/KotlinPro $99/mo (1M checkpoints)Yes (lib is free)OpenAI Agents SDK + Pydantic AI recoverySmallest footprint approach
Orkes ConductorHosted state machines (Netflix Conductor)OSS core (fork), enterprise cloudAny (HTTP workers) · JSON DSLcustom (sales)Yes (Conductor OSS)LangGraph/CrewAI/ADK integrationsClaims 1B+ workflows/day
Vercel Workflows'use workflow' on Vercel FunctionsOSS SDK, closed platformTS/JS · Pythonusage-based (events + data)NoAgent guides; streamsNew in 2026; multi-region

How to choose your orchestration

If agents touch money, customers, or anything you'd page someone over
Temporal — the learning curve is the price of the only orchestrator with OpenAI-scale production proof. Budget real onboarding time and watch per-action costs on chatty agents.
If you're a TS/serverless product team and your pain is events, retries, and per-tenant fairness (rate limits, debounce, concurrency)
Inngest — its flow-control primitives are the category's best, and the free 50k-execution tier covers most pre-launch products.
If your agent runs are long-lived compute (scraping, video, deep research) and you don't want to own workers
Trigger.dev — the only top pick that sells you the machines too, with checkpointed no-timeout runs.
If you already run Postgres and refuse non-OSS licenses
Hatchet for a standalone MIT engine, or DBOS if you'd rather add a library to your app than a service to your stack — Microsoft's pg_durable (Jun 2026) says this whole approach is directionally right.
If you're pre-PMF and tempted by all of the above
Don't over-buy. A cron, a queue, and your deploy platform's built-in workflows (Vercel, Cloudflare) cover more than you think — adopt real orchestration when a failed retry first costs you money.

Orchestration: the whole field

24 more tools tracked in this category, including 4 dead, renamed, or sunsetting — a reference that hides the graveyard isn't one. Verified 2026-08-06.

Orchestration — every tool we track, including 4 dead, renamed, or sunsetting. Edition v2026.Q3, verified 2026-08-06.
ToolMakerWhat it isEntryStatus
DBOSDBOS Inc.Durable execution as a library — MIT Transact for Py/TS/Go/Java + your Postgres; OpenAI Agents SDK and Pydantic AI recovery integrations (Mar 2026); the near-miss for the top 5free lib · Pro $99/moactive
Orkes ConductorOrkesEnterprise cloud on Netflix Conductor; agentic workflows spanning LangGraph/CrewAI/OpenAI/ADK; claims 1B+ workflows/day (vendor)free trial · salesactive
Conductor OSSNetflix → community/OrkesNetflix archived its repo Dec 2023; development continued in the community conductor-oss fork stewarded by Orkesfreerenamed
CadenceUberTemporal's direct ancestor, still maintained and used inside Uber; choose Temporal unless you're Uberfreeactive
AWS Step FunctionsAWSManaged state machines, JSON-defined; rock-solid but agent ergonomics trail code-first rivals; pairs with Bedrock AgentCoreper state transitionactive
Azure Durable Functions / Durable Task SchedulerMicrosoftCode-first durable orchestration in .NET/Python/JS; Durable Task Scheduler adds managed backend; feeds Agent Framework durable workflowsconsumption pricingactive
pg_durableMicrosoftOpen-sourced Jun 2026: durable execution inside Postgres itself (Rust duroxide libs) — preview, but a loud endorsement of the DBOS/Hatchet thesisfree (preview)active
Google Cloud WorkflowsGoogleYAML-defined serverless orchestration; fine glue for GCP APIs, not an agent runtimeper step, free tieractive
Cloudflare WorkflowsCloudflareDurable multi-step execution on Workers, free-plan included; underpins Cloudflare's Agents SDK — the cheapest on-ramp to durabilityfree + usageactive
Vercel WorkflowsVercel'use workflow' directive on the open Workflow SDK; TS + Python, multi-region, managed persistence (2026) — orchestration bundled into the deploy platformusage-basedactive
Upstash WorkflowUpstashQStash-based durable steps for serverless TS/Py; pay-per-message, generous free tierfree tier + usageactive
WindmillWindmill Labs (YC S22)Open-source code-first scripts/flows/apps platform, 4,000+ orgs; straddles this element and Wf — pick it when humans and jobs share one toolfree · cloud + EEactive
KestraKestraDeclarative YAML event-driven orchestration, strong data-eng adoption; agent features arriving but data pipelines remain the centerfree · EE salesactive
Apache AirflowApache / AstronomerThe data-pipeline scheduler standard (3.x); wrong shape for agent loops — batch DAGs, not durable long-running statefree · Astro cloudactive
PrefectPrefectPythonic dataflow orchestration; ControlFlow agent experiments folded back toward core data workloadsfree tieractive
DagsterDagster LabsAsset-oriented data orchestration; excellent for pipelines feeding agents (embeddings, ETL), not for running themfree tieractive
CelerycommunityThe Python task-queue incumbent; no durable state, no replay — the thing this category replacesfreeactive
BullMQTaskforce.shRedis-backed Node job queue; ubiquitous, but durability ends at the queuefree · Pro paidactive
RiverRiver (Brandur Leach et al.)Fast Postgres-native Go job queue with a workflow layer growing on topfree · Pro paidactive
ResonateResonate HQDurable promises as an open spec/runtime — elegant model, small adoptionfreeactive
HyrexHyrex (YC)Postgres-backed Python/TS task orchestration entrant in the Hatchet lanefree + cloudactive
DeferDefer (France)TypeScript background-jobs platform; shut down May 2024 — the category's first casualty, users migrated to Trigger.dev/Inngestdead
MergentMergent → ResendTask/cron API acquired by Resend (2024); product absorbedacquired
QuirrelSimon Knott → NetlifyOSS job queue for serverless; creator acqui-hired by Netlify (2022), project effectively unmaintaineddead

Orchestration: the category in numbers

Edition v2026.Q3 · ranking, pricing and status verified 2026-08-06.

  • Temporal raised $300M Series D at $5B (a16z, Feb 17, 2026) — the category's first mega-round — on 380% YoY revenue growth and 20M+ monthly installs; OpenAI: 'durability is as important as performance' [src]
  • AI is now the growth engine of orchestration: 1.86T of Temporal Cloud's 9.1T lifetime actions came from AI-native companies (Feb 2026); Temporal had raised $146M at just $1.72B eleven months earlier (Mar 2025) — a ~3x valuation jump in under a year [src]
  • Deploy platforms are absorbing entry-level orchestration: Vercel Workflows ('use workflow', TS + Python, multi-region, 2026) and Cloudflare Workflows (GA, on the free plan) bundle durable execution into hosting [src]
  • The Postgres-native wave crested: Microsoft open-sourced pg_durable (Jun 2026), putting durable execution inside Postgres — validating the DBOS/Hatchet/River approach and commoditizing the low end [src]
  • Inngest raised a $21M Series A (Altimeter + a16z, Sep 16, 2025) and by Jun 2026 was shipping agent evals and run-scoring — orchestrators are moving up-stack into observability/evals territory [src]
  • Every serious agent framework now ships durable-execution integrations: OpenAI Agents SDK (Temporal GA Mar 2026, DBOS), Pydantic AI (Temporal, Restate, DBOS), LangGraph (its own checkpointer) — durability became the assumed substrate, not a feature [src]

Orchestration: method & sources

Scope: durable execution and job orchestration for agentic workloads. No-code/visual automation (n8n, Zapier, Make) is element Wf; in-process agent graphs and checkpointers (LangGraph, CrewAI, OpenAI Agents SDK itself) are element Ag — this element is the layer that keeps those graphs alive across crashes and weeks. Inngest's Agent Evals overlaps element Ev. Data-pipeline orchestrators (Airflow, Prefect, Dagster, Kestra) are listed in the field for disambiguation but are a different job. Conflicts resolved: Temporal's $1.72B (Mar 2025) and $5B (Feb 2026) valuations are two successive rounds, not a discrepancy — we cite the later. The pg_durable story is sourced from an aggregator (agent-wars.com) plus the GitHub repo; the repo URL and 'preview' status should be re-checked. Orkes's '1B+ workflows/day' and Restate's 'BYOC up to 10x cheaper' are vendor claims, unaudited. Restate post-seed funding could not be verified from primary sources and is omitted. Inngest's own blog index mislabels its Series A as Sep 2026; the post itself is dated Sep 16, 2025 — we use the post. Canon maturity is 'Experimental' and the ranking criteria were: production proof at scale > agent-specific tooling > licensing/self-host freedom > price of entry. Ranking criteria: verified commercial traction, independent satisfaction surveys, agent benchmarks, and founder-fit (price floor, lock-in, surfaces). Editorial, never paid — the charter. Machine-readable twin: or.json.

All sources (24)
  1. https://temporal.io/blog/temporal-raises-usd300m-series-d-at-a-usd5b-valuation
  2. https://temporal.io/news/temporal-technologies-secures-valuation-to-fuel-durable-execution
  3. https://temporal.io/blog/announcing-openai-agents-sdk-integration
  4. https://temporal.io/pricing
  5. https://github.com/temporalio/temporal
  6. https://www.inngest.com/blog/announcing-inngest-series-a
  7. https://www.inngest.com/pricing
  8. https://github.com/inngest/inngest
  9. https://agentkit.inngest.com
  10. https://trigger.dev/pricing
  11. https://github.com/triggerdotdev/trigger.dev
  12. https://hatchet.run/pricing
  13. https://github.com/hatchet-dev/hatchet
  14. https://www.restate.dev/blog/announcing-restate-cloud-public
  15. https://restate.dev/cloud
  16. https://github.com/restatedev/restate
  17. https://pydantic.dev/articles/restate-durable-execution-pydanticai
  18. https://www.dbos.dev/pricing
  19. https://www.dbos.dev/blog/dbos-new-features-march-2026
  20. https://vercel.com/docs/workflows
  21. https://developers.cloudflare.com/workflows/
  22. https://orkes.io
  23. https://www.windmill.dev
  24. https://agent-wars.com/news/2026-06-07-microsoft-pg-durable

Our take

The element most likely to matter more next year than this one. Watch it; don't over-buy it yet.

Combines with

Appears in compounds

The Agent Stack

This is element 13 of 58. The table is versioned quarterly — when a tool loses its seat, the changelog records the succession.

Explore the full table →