T

Temporal

Seattle-built durable-execution & workflow-orchestration platform — spun out of Uber's Cadence project in 2019 by Samar Abbas (now CEO; previously architected Amazon Simple Workflow Service and Microsoft's Durable Task Framework) and Maxim Fateev (now CTO); $300M Series D at $5B valuation closed 17 February 2026 led by Andreessen Horowitz; the durable-execution backbone for OpenAI, Replit, Lovable, Stripe, HashiCorp, Snap and 2,500+ Temporal Cloud customers

Durable Execution / Workflow Orchestration / Agentic AI Infra 4.7 / 5 (1 Rating) Self-hosted free / Dev free / Growth $200 / Business ~$2K/mo / Enterprise custom Updated May 2026 🌍 Open-source self-host friendly for Indian fintech
✅ Recommended for Indian fintech, payments, e-commerce and AI-platform engineering teams (Series B+)

Quick Verdict

Temporal is not a Zapier-style automation tool — it is a durable-execution platform for engineers who need to write long-running, stateful, retry-on-failure workflows in real code (Go / Java / TypeScript / Python / .NET / PHP / Ruby). It belongs in the conversation alongside AWS Step Functions, Cadence (which the founders also created), Airflow and Argo Workflows — not Zapier, Make, or n8n. The company was founded in 2019 in Seattle by Samar Abbas and Maxim Fateev, both veterans of the distributed-systems lineage that runs from Amazon Simple Workflow Service (Samar architected it from inception) and Microsoft's Durable Task Framework through Uber's Cadence project (the two of them co-created the open-source Cadence at Uber, which is the direct technical predecessor of Temporal). In 2024 the founders swapped roles — Samar Abbas became CEO and Maxim Fateev moved to CTO. Funding arc: $103M Series B in February 2022 at $1.5B+ valuation$146M Series C on 31 March 2025 at $1.72B led by Tiger Global (total then $350M) → secondary round at $2.5B in October 2025 → $300M Series D on 17 February 2026 at a $5 billion valuation led by Andreessen Horowitz with Lightspeed, Sapphire, Sequoia, Index, Tiger, GIC, Madrona and Amplify participating. Total funding now approximately $650M. The Series D is explicitly framed around "making agentic AI real for companies" — OpenAI, Replit, Lovable, Abridge, Block and Washington Post are listed as Temporal customers using it as the durable-execution layer for AI agents in production. For Indian buyers the right framing is: Temporal is the right call for Series B+ engineering teams at Indian fintechs, payment platforms, e-commerce, AI startups and SaaS companies where workflows must survive crashes, restarts, deploys and weeks of duration without losing state. It is the wrong call for product managers, marketers, or anyone looking for a no-code Zapier replacement.

Durable-execution capability
4.9
Agentic AI infrastructure fit
4.8
Vendor stability ($5B / a16z-backed)
4.7
Accessibility for non-engineers
1.2
India support / regional presence
3.0

What is Temporal?

Temporal is a developer-facing platform that lets engineers write code (in Go, Java, TypeScript, Python, .NET, PHP or Ruby) where every function call, every retry, every wait, every signal, and every long-running state transition is durably executed — persisted to a database such that a server crash, a deploy, an AZ failure, or a multi-week sleep does not corrupt the workflow. The mental model: an order-fulfillment workflow that calls payment service → fraud check → inventory hold → shipment → tracking → refund-window, with a 30-day reconciliation timer at the end, is written as a regular function that just looks like normal code — the Temporal runtime handles the rest. The internal Cadence project at Uber (also created by the Temporal founders) is the predecessor that proved this works at production scale across thousands of services and billions of executions.

The company was founded in 2019 in Seattle by Samar Abbas and Maxim Fateev, who together have over 30 years of combined experience architecting durable workflow systems. Samar Abbas (CEO since the 2024 role-swap) worked on Amazon Simple Workflow Service from its inception, then led development of Microsoft Azure's Durable Task Framework, and finally co-created the open-source Cadence project at Uber — three of the most influential durable-workflow systems ever built. Maxim Fateev (now CTO) was the original Temporal CEO from 2019 to 2024 and brings the same pedigree from AWS and Uber. The role-swap reflects the company's transition from open-source-led growth to enterprise-product-led scale.

The funding trajectory has been one of the most striking in developer-infrastructure SaaS. Temporal raised seed-stage capital in 2020, then a $18.75M Series A from Amplify Partners and others (total then $25.5M). In February 2022 Index Ventures led a $103M Series B at over $1.5B valuation. On 31 March 2025, Tiger Global led a $146M Series C at a $1.72B valuation with Sequoia, Index, Amplify, MongoDB Ventures and others participating — bringing total raised to $350M. A secondary round in October 2025 valued the company at $2.5B. Then on 17 February 2026, Andreessen Horowitz led a $300M Series D at a $5 billion valuation, with Lightspeed, Sapphire, Sequoia, Index, Tiger, GIC, Madrona and Amplify all participating. Total funding stands at approximately $650M. The valuation has nearly tripled in under 12 months — driven primarily by Temporal's positioning as the durable-execution layer for production AI agents.

Customer base in 2026 reads like a survey of who is building serious infrastructure: Stripe, HashiCorp, Datadog, Doordash, Netflix, Snap, Coinbase, Airbyte on the foundational-infra side; OpenAI, Replit, Lovable, Abridge, Block on the AI-agent side; Nordstrom, ADP, The Washington Post on the enterprise side. Adoption metrics from the Series C disclosure: 183,000+ weekly active open-source developers, 7M+ unique Temporal clusters deployed globally, 2,500+ Temporal Cloud customers, revenue growth 4.4x in 18 months, and Net Dollar Retention of 184% — exceptional even for top-quartile infrastructure SaaS.

What Temporal does (the product surface)

⚙️ Durable execution in real code

Write workflows as plain Go / Java / TypeScript / Python / .NET / PHP / Ruby functions. The Temporal runtime persists every function call, every retry, every wait, every signal. The workflow survives crashes, deploys, AZ failures, and weeks of sleep — without you writing checkpointing, retry logic, or state machines by hand.

🔁 Automatic retries & failure handling

Built-in exponential backoff, configurable retry policies per activity, automatic compensation patterns for sagas. The deepest production-grade retry surface in the workflow-orchestration category.

⏱️ Long-running workflows (years, not seconds)

Workflows can sleep for days, weeks, months or years — useful for subscription renewals, refund windows, compliance hold periods, KYC re-verification cycles. The wait does not consume runtime; only resources when the workflow advances.

📨 Signals, queries & child workflows

Send signals into a running workflow (e.g. "approval received from compliance team"), query its current state from outside (e.g. "what's the status of this refund?"), spawn child workflows for parallelisation. The primitives that make multi-step business logic readable.

🤖 AI-agent infrastructure (the 2026 story)

Production agentic AI workflows need durable state for context windows, retry-on-failure for LLM calls, human-in-the-loop pauses, and tool-call orchestration. Temporal is now the durable-execution layer behind OpenAI, Replit, Lovable, Abridge and Block's agentic systems — the strategic narrative driving the $5B valuation.

☁️ Temporal Cloud (managed) + open-source self-host

Same engine, two deployment surfaces. Temporal Cloud is the managed SaaS (AWS / GCP / Azure regions). The open-source server is fully self-hostable (Postgres / MySQL / Cassandra backends), which matters for Indian fintechs / banks / NBFCs under RBI data-residency mandates.

Pricing & plans (2026)

Pricing correction: earlier versions of this page listed "from $0.00025/action" — that figure is roughly 5x the current rate after the 2025 pricing update. Live rates from docs.temporal.io/cloud/pricing and temporal.io/pricing:

  • Self-hosted (open-source)free forever. MIT-licensed Temporal Server, you operate it on your own infrastructure (Postgres / MySQL / Cassandra), you pay for compute and a DevOps engineer's time. Production-ready and used at scale by companies like Snap and Stripe (parts of their setup).
  • Temporal Cloud — Devfree tier for development and evaluation. Low resource limits but real Temporal Cloud experience.
  • Temporal Cloud — Growth — approximately $200/month, including 1 million Actions. Best for early-stage Indian SaaS / fintech teams running first production workflows.
  • Temporal Cloud — Business — approximately $2,000/month for higher-volume teams, with broader region coverage, higher resource limits and elevated support.
  • Temporal Cloud — Enterprise — custom pricing for large-scale deployments. SOC 2 / HIPAA / GDPR / PCI compliance posture, dedicated infra, custom SLAs, professional services.
  • Actions metering$50 per million Actions for the first 5M; volume discounts down to $25 per million at 200M+ actions/month. An "Action" is a workflow start, activity execution, signal, timer fire, or query.
  • Storage — Active Storage $0.042/GB-hour; Retained Storage $0.00105/GB-hour. 1 GB ≈ 744 GB-hours/month at full retention.

For Indian fintech / payments / e-commerce teams running typical workflow volumes (100K-1M actions/month), Temporal Cloud Growth at $200/month converts to roughly ₹18,500/month all-in with 18% IGST — significantly cheaper than building equivalent durable-execution infrastructure in-house. At 50M+ actions/month, the volume-discounted Business / Enterprise tiers typically cluster around $30K-$120K/year for Indian Series B+ engineering organisations.

When Temporal is the right call

  1. You're an Indian fintech / payments / NBFC engineering team writing reconciliation / refund / settlement / KYC workflows — Razorpay, CRED, PhonePe-class workflows are the canonical Temporal use case. The RBI's e-mandate, settlement-cycle and reconciliation requirements map directly onto Temporal's durable-execution model. The self-hosted open-source option is RBI-data-residency-friendly.
  2. You're building production AI agents at an Indian AI / SaaS startup — agentic workflows need durable context, retry-on-failure for LLM calls, and human-in-the-loop pause points. Temporal is now the de facto agentic-AI durable-execution layer (OpenAI, Replit, Lovable, Abridge all use it). The Series D thesis is explicitly built around this.
  3. You're a Series B+ Indian SaaS company replacing fragile cron jobs / Celery / Sidekiq with real workflows — onboarding flows, subscription lifecycles, multi-step provisioning, scheduled enrichment, batch jobs that must survive failures. Temporal collapses thousands of lines of retry + state machine code into clean workflow functions.
  4. You're orchestrating microservices at e-commerce / quick-commerce scale — order placement, fraud check, inventory hold, courier dispatch, returns. Flipkart / Zepto / Blinkit / Zomato / Swiggy-scale workflows benefit directly from Temporal's primitives.

Temporal is the wrong call when: you're a product manager / marketer / non-engineer wanting Zapier-style point-and-click automation (use Zapier, Bardeen, or n8n); you're an enterprise needing screen-scraping RPA on legacy mainframes (use Automation Anywhere or UiPath); you're a single-developer side project that won't see real production traffic (Temporal is overkill, build it natively); or your team does not have at least one senior engineer comfortable with distributed-systems concepts (Temporal has a real learning curve — workflows are deterministic, idempotency matters, and the developer needs to actually understand why).

Pros & cons

✓ Pros

  • The category-defining durable-execution platform — created by the same team that built AWS SWF, Azure Durable Task and Uber Cadence
  • Write workflows as plain code in 7 languages (Go / Java / TypeScript / Python / .NET / PHP / Ruby)
  • Open-source self-host option (MIT licence) is fully production-grade — RBI / FEMA data-residency friendly
  • Customer roster includes OpenAI, Stripe, HashiCorp, Snap, Doordash, Netflix, Coinbase
  • $650M total raised; $5B valuation backed by a16z / Lightspeed / Sequoia / Index → no Karza-class M&A or shutdown risk
  • 184% Net Dollar Retention — exceptional product-market fit
  • Now the durable-execution backbone for production agentic AI workflows
  • Active conferences (Replay), strong community, comprehensive docs

✗ Cons

  • Steep learning curve — engineers must understand determinism, idempotency, signal/query semantics
  • Not for non-engineers — no no-code or low-code interface
  • Self-hosted operations require real DevOps maturity (Postgres / Cassandra cluster ops)
  • Action-based pricing can surprise teams with chatty workflows at scale
  • Temporal Cloud is USD-billed with 18% IGST; no INR billing option
  • No India-region cloud presence (closest is Singapore via AWS / GCP); IST-aligned support not first-class
  • Documentation can feel dense to engineers new to durable-execution
  • Open-source Cadence still exists as a free competitor (although community is smaller)

Related insights & playbooks