Back to vendors
D

DBOS

Also known as: DBOS Transact, DBOS Conductor, DBOS Cloud

Visit site
Agent infrastructureindependentVerified 2026-07-07

Open source durable execution library built on Postgres that makes workflows, queues, and AI agents fault tolerant and observable with a few code annotations, managed centrally through the Conductor workflow ops console.

DBOS is a Cambridge, Massachusetts company co-founded by Postgres creator and Turing Award winner Mike Stonebraker together with a joint team of MIT and Stanford computer scientists, growing out of a multi-year research project between the two universities. Its core product, DBOS Transact, is an open source durable execution library: developers annotate workflows and steps in ordinary Python, TypeScript, Java, or Go code, connect a Postgres database, and their program becomes durable. Every step is checkpointed in Postgres, so if a process crashes or restarts, workflows resume from the last completed step instead of starting over, with exactly once semantics. There is no separate orchestration server to run, which is the company's core contrast with Temporal, and the design also positions it against Airflow for pipelines and against Celery or BullMQ for queues, since DBOS queues are durable, Postgres backed, and integrate with workflows.

Around the library sits DBOS Conductor, a workflow ops control center that visualizes workflow state and history, monitors queue metrics in real time, automatically resumes failed executions, and lets teams cancel, resume, fork, or replay workflows from a dashboard. Conductor supports custom alerts with Slack and PagerDuty integration, integrates with Redshift and Databricks Lakebase for observability data, and can be used from a coding agent for monitoring and debugging. It runs as a hosted service or self hosted on a team's own infrastructure, including air gapped environments, and never sees or stores customer workflow data. DBOS reports SOC 2, HIPAA, and GDPR compliance with single sign-on and SAML support, and recent releases added role based access control and an OpenMetrics endpoint, alongside a Google ADK plugin for agent builders. DBOS Cloud is a serverless execution platform for hosting Transact applications.

DBOS sits at the reliability layer of the agent stack rather than building agents itself. It is a strong fit for teams that want fault tolerant agents, pipelines, and background jobs with minimal rearchitecting, especially teams already on Postgres, and a weaker fit for teams that do not want Postgres in the stack or need languages the library does not yet support, a tradeoff the company itself documents.

Vendor details

Canonical URL

https://www.dbos.dev

Category

Agent infrastructure

Subcategory

Durable execution and workflow orchestration

Funding status

Independent, headquartered in Cambridge, Massachusetts, and seed stage per Crunchbase. DBOS was co-founded by Postgres creator and Turing Award winner Mike Stonebraker with a joint team of MIT and Stanford computer scientists, emerging from a three year research collaboration between the two universities. In 2026 the company shipped a Go SDK and announced a Databricks Lakebase partnership, and customers such as Yutori publicly endorse the platform.

Company status

independent

Use cases & customers

Primary use cases

Durable workflow orchestration for AI agentsFault tolerant data pipelinesDurable queues and background jobsCron and scheduled workflows

Target customers

Developers and AI engineersPlatform and backend teamsSREs and DevOps teamsTeams building reliable AI agents and pipelines

Deployment options

Self hostedCloudOn premises

Integrations

DBOS Transact is entirely contained in an open source library and requires no infrastructure beyond a Postgres compatible database, running on premises or in any cloud on Linux, MacOS, or Windows. It emits OpenTelemetry compatible logs and traces, exposes an OpenMetrics endpoint, and Conductor alerts integrate with Slack and PagerDuty. The ecosystem includes a Supabase integration, Redshift and Databricks Lakebase support in Conductor, a Google ADK plugin, and coding agent access for monitoring and debugging workflows.

In practice

A payments service must process transactions even if servers crash mid operation. DBOS checkpoints every step in Postgres, so the workflow recovers from the last completed step, validating payment once and still shipping the order.

A multi-turn AI agent fails after many iterations of tool calls. DBOS resumes it from the last completed step instead of restarting from the beginning, and fork lets the team replay the agent from a specific step to debug.

A data pipeline enqueues a thousand concurrent tasks. DBOS durable queues apply concurrency and rate limits and guarantee every task completes and returns results, even through failures and restarts.

Capability coverage

9.0 / 14 capabilities · 64%

Integrations & Tool CallingEcosystem integrations include Supabase, Redshift and Databricks Lakebase in Conductor, and a Google ADK plugin, but tool calling itself is handled by the agent frameworks DBOS wraps, dbos.dev and dbos.dev blog retrieved 2026-07-07 Partial
Workflow OrchestrationDurable workflow orchestration is the core product, with workflows and steps as code, durable Postgres backed queues with concurrency and rate limits, dynamic cron schedules, and exactly once execution, dbos.dev and docs.dbos.dev retrieved 2026-07-07 Full
Knowledge Grounding & RAGNo knowledge grounding or retrieval capability is documented; DBOS is execution infrastructure that agent frameworks run on, dbos.dev retrieved 2026-07-07 Unable to verify
Human Oversight & GuardrailsThe homepage documents a durable approval pattern where an agent waits for a human approve or deny response via DBOS.send, but there is no dedicated governance or approval surface, dbos.dev retrieved 2026-07-07 Partial
Security, Identity & GovernanceDBOS reports SOC 2, HIPAA, and GDPR compliance, single sign-on and SAML, recent RBAC support, and Conductor never sees or stores customer workflow data, dbos.dev conductor page and blog retrieved 2026-07-07 Full
Observability & AuditabilityConductor visualizes workflow state and history, monitors queues in real time, supports custom alerts with Slack and PagerDuty, and the library emits OpenTelemetry logs and traces plus an OpenMetrics endpoint, dbos.dev retrieved 2026-07-07 Full
Memory & State PersistenceEvery workflow and step is checkpointed to Postgres so state and execution history persist through crashes and programs resume from the last completed step, docs.dbos.dev and github retrieved 2026-07-07 Full
Deployment & Data ResidencyRuns on any Linux, MacOS, or Windows platform, on premises or in any cloud, and Conductor can be self hosted including in air gapped environments, dbos.dev pricing and conductor pages retrieved 2026-07-07 Full
Prebuilt Agents, Templates & PacksShips quickstarts, examples, tutorials, and an AI quickstart rather than a library of prebuilt agents, docs.dbos.dev retrieved 2026-07-07 Partial
Triggers & Channel CoverageSupports scheduled workflows that run exactly once per interval with dynamically created cron schedules, plus programmatic enqueue, though not broad multichannel trigger coverage, dbos.dev transact page retrieved 2026-07-07 Partial
Model Flexibility & RoutingModel agnostic by design since agents bring their own model through the frameworks DBOS makes durable, such as via the Google ADK plugin, but no native model routing is documented, dbos.dev blog retrieved 2026-07-07 Partial
APIs, SDKs & MCP ExtensibilityOpen source SDKs across Python, TypeScript, Java, and Go, OpenTelemetry compatible output, and Conductor supports monitoring and debugging workflows directly from a coding agent, dbos.dev and github retrieved 2026-07-07 Full
Testing, Debugging & OptimizationFork lets teams restart an agent from a specific step or tool call to simplify evals, replay makes past execution deterministic for debugging, and the dashboard pinpoints failure root cause, though this is not a general evaluation harness, docs.dbos.dev retrieved 2026-07-07 Partial
Browser & Computer UseNo browser or computer use capability is described, dbos.dev retrieved 2026-07-07 Unable to verify

Recent platform changes

No recent material changes tracked yet.

Pricing

Free open source library; paid Pro, premium, and Enterprise support tiers are quoted through sales with no retrievable public rates

support and tooling tiers on top of a free open source core, plus usage based serverless compute on DBOS Cloud

Contact onlyMedium variable costFree tierTrial available

What is public

The tier structure is public: a free open source Transact library, DBOS Pro for startups and individuals, a premium tier for larger teams, and Enterprise with custom pricing and self hosted Conductor. Dollar rates for the paid tiers are not retrievable from public pages.

Billing mechanics

Conductor runs free in test and development mode and requires a paid license key for commercial production use, per the published Conductor license. Enterprise agreements are executed through order forms specifying fees. DBOS Cloud bills as a serverless execution platform.

Cost watchouts

Managed services can incur significant cost at high usage, particularly checkpoints and compute time, per third party review coverage.

Variable cost rationale

The open source core is free to run on your own infrastructure, so cost there is your own Postgres and compute. Paid Conductor tooling is tiered, and DBOS Cloud is a serverless platform where cost follows usage, with the company itself noting managed service cost can grow with checkpoints and compute time and a January pricing change aimed at aligning cost with usage.

Additional watchouts

Confirm current tier rates directly, since the company discussed pricing changes effective January first intended to align cost with usage. On DBOS Cloud, watch checkpoint volume and compute time, which reviewers note can drive managed service cost at high usage.

Sales call required

Mixed (some tiers require a call)

Free / trial

The DBOS Transact library is free and open source, and Conductor is free in test and development mode

Key ambiguities

Whether the January usage aligned pricing changed the tier structure or only the rates.

Missing data

No public dollar rates for Pro, premium, or Enterprise tiers, and no published DBOS Cloud rate card was retrievable.

Verified 2026-07-07

Contact us

Found a vendor we missed? Have feedback on the index? We'd love to hear from you.