+
+ {title}
+
+
+
+ {description}
++ Give your coding agent Headgate-specific guidance for producers, + workers, resumable steps, and workflows. Includes Go and Rust + references and operational troubleshooting. +
+ + Explore the skill + +{installCommand}
+
+ + {messages[copyState]} +
+{step.description}
+
+
+ {sourceParts(code, "\n").map(({ text: line, id }, i) => (
+
+
+ {highlight(line)}
+ {"\n"}
+
+ ))}
+
+
+ + Fragments assume an initialized store, a running worker, and a unique + job ID. Your application supplies its model and tool calls. +
+{description}
+a7f2
+ {row.id}
+ {row.worker}
+ crashed
+ 09:00 UTC
+
+ Shared rate limits. Fair tenants. Workers in sync.
+
Background jobs for{" "}
+ Go and Rust, on the database
+ you already use.
+
+ Every worker asks the same question: “What am I allowed to run?” + Headgate evaluates your policies atomically inside the store, in + the same operation that claims the job. +
++ Add workers without multiplying your rate budget. Concurrency + and rate limits apply across the entire fleet. +
+ + Explore fleet policies+ A busy tenant shouldn’t drown out everyone else. Quiet tenants + get service, and spare capacity stays useful. +
+ + Understand admission+ Correlate repeated crashes by payload fingerprint. Quarantine + troublesome work before it keeps taking down workers. +
+ + See quarantine controls+ A research agent that runs for minutes. A multi-step analysis. + Define a typed handler and let Headgate coordinate execution + across your fleet. +
++ Research that takes minutes. Agent runs that span hours. Explore + the mechanics that keep the work moving. +
++ A question your queue should answer. Inspect admission + decisions, follow workflows, and manage your fleet from the + embedded console. +
+ + Meet the operations console
+ + Two languages. Three stores. One shared behavioral contract. + Headgate’s conformance suite exercises admission, lifecycle, + and cross-language behavior against real backends. +
+ + Explore the verification suite+ Headgate is early, open source, and looking for its first + supporters. Help us keep building reliable background jobs. +
+ + Get involved on GitHub{" "} + + +Pick your language. Bring your database. Let’s get to work.
+ + Get started with Headgate