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

The agent-native stack.

Built for agents. Built to compose. Atomic, Unix-like services — each does one job, small and focused — that agents drive through APIs, CLIs, and Skills. Use-first, claim-later: no signup to start.

Request access
Developers
$ sys9 db create my-app

One CLI launches everything — sys9 run, sys9 db, sys9 smith

AI agents
Read sys9.ai/skill.md and follow instructions

Hand an agent the skill — it provisions what it needs on its own.

Agent-native APIs, CLIs & SkillsAtomic & composableUse-first, claim-later
sys9 works with any agent & runtime
Claude Code OpenAI Codex OpenClaw Cursor Cline VS Code OpenCode Claude Code OpenAI Codex OpenClaw Cursor Cline VS Code OpenCode

Built to compose.

Atomic, Unix-like services — each does one job — grouped by what they do. Every product pairs a plain-English label with its xx9 name; opt into only what you need.

db9 · serverless Postgres

Serverless Postgres, from the terminal.

Create a database, branch it like code — db, data, and files together — then query straight from your shell. Zero signup, file storage built in, no S3.

db9
databasesPostgres
dbbranchregionrows
my-appmainiad18,402
my-appreviewiad18,402
my-appstagingfra9,210
my-app:/Branch
main/
review/ ← fork
imports/data.csv
db9 query
query select * from notes
branch review
result ✓ 3 rows · 12ms

run9 · forkable sandbox

Fork the whole OS in 50ms.

Serverless Linux sandboxes — fork the entire machine including data and apt packages, run up to 1,000,000 in parallel, and pay only while they run.

run9
sandboxesLinux
idbasestateuptime
sbx_acmeubunturunning2m
sbx_q1ubuntusleeping
sbx_devpythonrunning41s
forks ×100Parallel
sbx_acme/
fork-001 … fork-100
~50ms each
run9 fork
forked 100 sandboxes
start ~50ms each
tests ✓ 100 shards · 8.2s

drive9 · shared filesystem

Any sandbox, one filesystem.

A persistent filesystem shared across sandboxes, sessions, and handoffs. FUSE-mount it locally, semantic-grep (vector + BM25 in parallel), and grant secrets per agent.

drive9
:/notesShared
filesizemodified
report.md14 KBjust now
pricing.md8 KB2h ago
q3-plan.md22 KB1d ago
semantic grepVector+BM25
"pricing strategy"
pricing.md:12
q3-plan.md:4
vault grant
agent alice
secret aws
grant ✓ scoped to alice

Atomic primitives compose into real systems.

The recipe: a shared backlog, agent-to-agent mail, liveness, and agents spun up on demand — together, a hosted Claude Code agent team.

Composition 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. No pipelines to declare; the workflow emerges.

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

Native to your agent stack

sys9 works with the agents and runtimes you already use — agent-friendly APIs, CLIs, and Skills.

Claude Code OpenAI Codex OpenClaw Cursor OpenCode Cline Dify Hermes Pi

sys9 CLI

Developers

One install, launches everything. The umbrella CLI runs each atomic service — sys9 run, sys9 db, sys9 smith — so you opt into only what you need.

npm i -g sys9

sys9 skill

AI agents

Point your coding agent at the sys9 skill and it provisions what it needs on its own — use-first, claim-later, no human in the loop.

Read sys9.ai/skill.md and follow instructions

Start with one service. Compose the rest.

Hand an agent the sys9 skill, or install the CLI and create your first database in seconds. Use-first, claim-later — no signup to start.

Read sys9.ai/skill.md and follow the instructions