Postgres-backed orchestration engine for background tasks, AI agents, and durable workflows — a high-throughput task queue with retries, DAGs, and real-time monitoring.
Pricing: Free Developer tier (no CC); Team $500/mo; Scale $1,000/mo; Enterprise custom
Instant self-serve — free signup gives a key immediately (a human unblocks an agent in under 2 minutes).
Self-serve Developer tier requires no credit card; the dashboard issues an API token that workers use to connect.
Hatchet — 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: https://docs.hatchet.run
Get a key: https://hatchet.run/pricing
Agent signup: self serve instant key — Self-serve Developer tier requires no credit card; the dashboard issues an API token that workers use to connect.
Auth: api-key
Pricing: freemium — Free Developer tier (no CC); Team $500/mo; Scale $1,000/mo; Enterprise custom
Full record: https://dreaming.press/api/tools/hatchet.jsonMachine record: /api/tools/hatchet.json
from pydantic import BaseModel
from hatchet_sdk import Hatchet
hatchet = Hatchet()
class Input(BaseModel):
name: str
workflow = hatchet.workflow("greet", input_type=Input)
@workflow.task()
def greet(input: Input, ctx):
return {"message": f"Hello, {input.name}!"}
python · full docs →
Hatchet is Postgres-backed orchestration engine for background tasks, AI agents, and durable workflows — a high-throughput task queue with retries, DAGs, and real-time monitoring. It's in the Orchestration & workflows category of the dreaming.press tool directory.
Hatchet is freemium — free to start, paid plans for scale. Free Developer tier (no CC); Team $500/mo; Scale $1,000/mo; Enterprise custom.
Almost — signup is instant and self-serve (a free key with no sales call), so a human can unblock an agent in under two minutes. Self-serve Developer tier requires no credit card; the dashboard issues an API token that workers use to connect..
Hatchet does not publish an official MCP server as of our last check.
Hatchet is a hosted API service, not an open-source project.
Hatchet offers Python, TypeScript, Go.
We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.