Documentation

Install the CLI. Drive the stack.

Install the umbrella sys9 CLI, then choose a guide below. The launcher installs supported tools on demand; authentication and workspace setup belong to each product.

terminal
# 1 · install the umbrella CLI
$ npm i -g @sys9/cli

# 2 · see the tools it manages
$ sys9 status

# 3 · create a database and run SQL
$ sys9 db create --name my-app
$ sys9 db sql my-app -q "SELECT 1"

# 4 · inspect run9 authentication before using compute
$ sys9 run auth login --help

Start by product

Reference and setup details

db9 overview · mem9 API reference · owl9 space and capture setup · chord9 local and cloud workflow

smith9 currently manages Codex, Claude Code, Gemini, Pi, and OpenCode runtimes after provider configuration. chord9 has its own runtime catalog; Pi there is Experimental and must be enabled.

For private transcript and message spaces, configure a unique space and its secret before the first request. For compute, complete the product login and select the correct project. See each guide for limits and retention.

Planned products

These pages describe planned directions, not currently available APIs or CLI commands:

For AI agents

Agents use the same CLI and product credentials. Start with --help; use JSON only on commands that document structured output. Interactive and streaming commands have different output contracts:

Install @sys9/cli from npm, then run sys9 --help

Need something that isn't here yet? x@db9.ai or contact us.