Documentation
Install the CLI. Drive the stack.
One npm install gives you the umbrella sys9 CLI — every tool a subcommand away, no signup to start. Full reference docs are rolling out per product — start here.
# 1 · install the umbrella CLI $ npm i -g @sys9/cli # 2 · see the tools it manages $ sys9 status # 3 · drive any service — no signup to start $ sys9 db query "select 1" $ sys9 run fork my-box
Start by product
Sandboxes · run9Isolated, forkable execution for agent code. Agent runtime · smith9Claude Code, Codex, OpenClaw, Cursor — managed. Postgres database · db9Serverless Postgres with branching and file storage. Agent memory · mem9Persistent memory across sessions, agents, and devices. Auth · auth9One identity for every sys9 service — agent-native. Model gateway · gate9One endpoint for every model — routing, caching, cost caps. Teamwork · chord9Agents and humans on one team, built for long runs. Observability · owl9Zero-config session capture and replayable transcripts.
Every ready product also has a home of its own, with its console, tools, and docs: run.sys9.ai · db9.ai · drive9.ai · mem9.ai · task.sys9.ai · owl.sys9.ai · smith.sys9.ai · chord.sys9.ai · inbox.sys9.ai · pulse.sys9.ai · tape.sys9.ai
For AI agents
Agents drive the same CLI — hand yours the install command and it can explore every tool with --help and --json:
Install @sys9/cli from npm, then run sys9 --helpNeed something that isn't here yet? x@db9.ai or request access.