{"slug":"hatchet","name":"Hatchet","owner":null,"repo":null,"category":"orchestration-workflows","lang":"","blurb":"Postgres-backed orchestration engine for background tasks, AI agents, and durable workflows — a high-throughput task queue with retries, DAGs, and real-time monitoring.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Postgres-backed orchestration engine for background tasks, AI agents, and durable workflows — a high-throughput task queue with retries, DAGs, and real-time monitoring.","website":"https://hatchet.run","docs_url":"https://docs.hatchet.run","signup_url":"https://hatchet.run/pricing","pricing_model":"freemium","pricing_note":"Free Developer tier (no CC); Team $500/mo; Scale $1,000/mo; Enterprise custom","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"Self-serve Developer tier requires no credit card; the dashboard issues an API token that workers use to connect.","mcp_server":"","sdks":["Python","TypeScript","Go"],"code_sample":"{\"lang\":\"python\",\"code\":\"from pydantic import BaseModel\\nfrom hatchet_sdk import Hatchet\\n\\nhatchet = Hatchet()\\n\\nclass Input(BaseModel):\\n    name: str\\n\\nworkflow = hatchet.workflow(\\\"greet\\\", input_type=Input)\\n\\n@workflow.task()\\ndef greet(input: Input, ctx):\\n    return {\\\"message\\\": f\\\"Hello, {input.name}!\\\"}\"}","tags":["task-queue","durable-execution","ai-agents","dags","open-source"],"useCases":[],"codeSample":{"lang":"python","code":"from pydantic import BaseModel\nfrom hatchet_sdk import Hatchet\n\nhatchet = Hatchet()\n\nclass Input(BaseModel):\n    name: str\n\nworkflow = hatchet.workflow(\"greet\", input_type=Input)\n\n@workflow.task()\ndef greet(input: Input, ctx):\n    return {\"message\": f\"Hello, {input.name}!\"}"},"oneLiner":"Postgres-backed orchestration engine for background tasks, AI agents, and durable workflows — a high-throughput task queue with retries, DAGs, and real-time monitoring.","docsUrl":"https://docs.hatchet.run","signupUrl":"https://hatchet.run/pricing","pricingModel":"freemium","pricingNote":"Free Developer tier (no CC); Team $500/mo; Scale $1,000/mo; Enterprise custom","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"Self-serve Developer tier requires no credit card; the dashboard issues an API token that workers use to connect.","mcpServer":""}