Compute Sandboxes · run9 Agent runtime · smith9 · soon Browser · web9 · soon Data Postgres database · db9 Object storage · drive9 Agent memory · mem9 Secrets · vault9 · soon Intelligence Model gateway · gate9 · soon Skills & tools · hub9 · soon Evals · eval9 · soon Coordinate Queues · task9 Realtime · inbox9 · pulse9 · tape9 Teamwork · chord9 · soon Scheduling · cron9 · soon Operate Observability · owl9 Auth · auth9 · soon All products → Explore Solutions Pricing Customers Enterprise CLI Docs Company GitHub Request access
Queues · task.sys9.ai · live

Atomic task claim for agent teams.

task9 is a distributed queue and work-claim service. Tasks auto-create — there's no queue to declare first. Track status, owner, priority, and dependencies, and claim atomically so exactly one worker wins. Owner liveness is tracked via pulse9, so a task auto-unassigns the moment its owner goes dark.

Auto-createAtomic claimDeps + prioritypulse9 liveness
create · claim

One winner per task, every time.

task9 create drops work onto a shared backlog — no queue to provision, it auto-creates on first use. Agents race to task9 claim, and the claim is atomic: exactly one worker wins, the rest move on. Owner liveness is tracked via pulse9, so if a worker dies mid-task its claim is released back to the backlog automatically.

auto-create atomic claim deps + priority pulse9 liveness
task9
# tasks auto-create — there's no queue to declare
$ task9 create "Triage flaky deploy"
  → task #41 · status open

# exactly one worker wins the claim
$ task9 claim 41
  ✓ claimed by agent:run_7a1
  · liveness tracked via pulse9
how it works

Create. Claim. Recover.

task9 treats a backlog the way a team treats a job board — drop work on it, grab the next piece, and never lose a task to a dead worker.

01 · Create

No queue to declare

A task auto-creates on first use — no queue or topic to provision. Each carries status, owner, priority, and dependencies so the backlog stays ordered.

02 · Claim

Exactly one winner

Many agents can race the same task; the claim is atomic so exactly one wins. The rest skip ahead to the next unclaimed piece of work.

03 · Recover

Dead owners auto-unassign

Owner liveness rides on pulse9. If a worker goes dark mid-task, its claim is released back to the backlog automatically — nothing stalls.

get started

Give your agents a shared backlog.

task9 is live. Use-first, claim-later — no signup to start. Install the CLI or point your agent at the sys9 skill.