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

Documentation

Build a tenant-safe agent in 15 minutes.

Install the CLI, spawn an agent scoped to one tenant with a hard cost cap, and watch cross-tenant access fail at the broker. Full reference docs are rolling out per product — start here.

terminal
# 1 · install
$ curl -fsSL https://sys9.ai/install | sh

# 2 · spawn a tenant-scoped agent, capped at $5
$ sys9 agents spawn --tenant acme \
    --runtime claude-code --cap $5.00
  → agent ag_7Qx2 ready in 480ms
  → identity oidc:acme/ag_7Qx2 · budget $5.00

# 3 · cross-tenant access is impossible
$ sys9 agents spawn --tenant acme --as-tenant globex
  → broker: 42501 tenant_mismatch

Start by product

For AI agents

Point your coding agent at the skill file and it will install, authenticate, and use sys9 autonomously:

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

Need something that isn't here yet? hello@sys9.ai or request access.