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

Build agent systems by composing, not assembling.

sys9 is the agent-native stack: atomic, Unix-like services that each do one job, driven through APIs, CLIs, and Skills. The shape your system takes depends on what your agents do. Five tested patterns — pick the one closest to yours, then opt into only what you need.

find your shape

Four signals map cleanly to one pattern.

Not sure where you fit? Match your situation to a starting point.

If you are…Your signalStart here
Shipping a coding agent to do real workYou picked Claude Code / Codex / Cursor; you need the back endCoding agents →
Running several agents that coordinateYou need a backlog, mail, and liveness without a pipeline engineMulti-agent teams →
Building an AI product or pipelineYou need memory, a database, compute, and files under one roofAI builders →
A B2B SaaS adding per-customer AIEvery customer needs isolated compute and data — and a sane billPer-tenant AI →
Maintaining a homegrown agent stackmicroVM vendor + S3 + a queue + a vector DB + DIY auth is wearing thinSwitch from DIY →
the composition recipe

Atomic primitives compose into real systems.

A shared backlog, agent-to-agent mail, liveness, and agents spun up on demand — together, a hosted agent team. No pipelines to declare; the workflow emerges.

task9 + inbox9 + pulse9 + smith9

A hosted agent team, from four atoms.

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.

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
use-first, claim-later

Start with one service. Compose the rest.

Hand an agent the sys9 skill, or install the CLI and create your first database in seconds. No signup to start.