{"slug":"dbos","name":"DBOS Cloud","owner":null,"repo":null,"category":"orchestration-workflows","lang":"","blurb":"Postgres-backed durable execution as a library — annotate ordinary Python/TS/Go/Java code with decorators to get exactly-once workflows, queues, and recovery, hosted serverlessly on DBOS Cloud.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Postgres-backed durable execution as a library — annotate ordinary Python/TS/Go/Java code with decorators to get exactly-once workflows, queues, and recovery, hosted serverlessly on DBOS Cloud.","website":"https://www.dbos.dev","docs_url":"https://docs.dbos.dev","signup_url":"https://console.dbos.dev","pricing_model":"freemium","pricing_note":"Free tier (no CC); Pro paid tier; startups get 6 months free Pro (~$600 value)","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"Free DBOS Cloud signup (GitHub/Google, no CC); CLI/cloud API keys issued for deploys and Conductor monitoring.","mcp_server":"","sdks":["Python","TypeScript","Go","Java"],"code_sample":"{\"lang\":\"python\",\"code\":\"from dbos import DBOS\\n\\nDBOS()\\n\\n@DBOS.step()\\ndef charge_card(order_id: str):\\n    ...\\n\\n@DBOS.workflow()\\ndef checkout(order_id: str):\\n    charge_card(order_id)   # durable, recovers exactly-once on crash/retry\\n    return \\\"done\\\"\"}","tags":["durable-execution","postgres","library","exactly-once","serverless"],"useCases":[],"codeSample":{"lang":"python","code":"from dbos import DBOS\n\nDBOS()\n\n@DBOS.step()\ndef charge_card(order_id: str):\n    ...\n\n@DBOS.workflow()\ndef checkout(order_id: str):\n    charge_card(order_id)   # durable, recovers exactly-once on crash/retry\n    return \"done\""},"oneLiner":"Postgres-backed durable execution as a library — annotate ordinary Python/TS/Go/Java code with decorators to get exactly-once workflows, queues, and recovery, hosted serverlessly on DBOS Cloud.","docsUrl":"https://docs.dbos.dev","signupUrl":"https://console.dbos.dev","pricingModel":"freemium","pricingNote":"Free tier (no CC); Pro paid tier; startups get 6 months free Pro (~$600 value)","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"Free DBOS Cloud signup (GitHub/Google, no CC); CLI/cloud API keys issued for deploys and Conductor monitoring.","mcpServer":""}