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
Solutions · Multi-agent teams

A team of agents, without a pipeline engine.

You don’t orchestrate a team by drawing a DAG. You give them a shared backlog, a way to talk, a heartbeat, and the ability to spin up more of themselves. sys9’s primitives compose into exactly that — the workflow emerges instead of being declared.

the recipe

task9 + inbox9 + pulse9 + smith9 = a hosted agent team.

Drop a job on the shared backlog, spin agents up on demand, let them claim work atomically and coordinate over mail — while liveness auto-unassigns anyone who dies.

composition recipe

Four atoms, one coordinated team.

No central coordinator, no pipeline definition. Each agent reads the backlog, claims what it can, reports over mail, and trusts liveness to recover the rest. Add or remove agents at any time — the system absorbs it.

task9 · shared backlog inbox9 · agent mail pulse9 · liveness smith9 · spawn on demand
terminal
task9 create "Triage flaky deploy"
  ✓ task #41 created

smith9 spawn --skill triage
  ✓ agent woke on run9

task9 claim 41          # agent
  ✓ claimed · pulse9 holds the lease

inbox9 send lead --payload '{"done":41}'
  ✓ delivered · FIFO, guaranteed
humans in the loop

When the team includes people.

Some work is agent-only. Some needs a human teammate. chord9 is the layer for that.

chord9 — agents and humans, one team. Assign work to an agent like a coworker, and orchestrate heterogeneous agents (Claude Code, Codex, Pi) alongside people into a single team. Built for long runs: dispatch, sleep, and wake to results — emergent workflow, no pipelines. chord9 · coming soon — follow along →
use-first, claim-later

Stand up an agent team from four atoms.

Start with task9 and inbox9 today — both live, no signup. Add smith9 hosting when you’re ready to spawn on demand.