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
drive9 · Object storage drive9.ai · live

Any sandbox, one filesystem.

A persistent filesystem shared across sandboxes, sessions, and handoffs — so work survives when an agent stops and the next one picks up where it left off. FUSE-mount it locally, semantic-grep it with vector and BM25 in parallel, and grant secrets per agent from a built-in vault.

Shared across sandboxesFUSE mountSemantic grepPer-agent vault
shared & persistent

One filesystem every sandbox can see.

Files written from one sandbox are instantly visible to the next — across sessions and across handoffs. Copy files in with drive9 fs cp, or FUSE-mount a path with drive9 mount and work on it like a local folder. The state outlives any single agent run.

persistent shared across sessions FUSE mount
drive9
# one filesystem, shared across every sandbox
$ drive9 create
  ✓ drive ready · :/ is shared

# write a file from anywhere
$ drive9 fs cp ./report.md :/notes/
  ✓ report.md → :/notes/report.md

# mount it locally over FUSE
$ drive9 mount :/data ~/data
  ✓ :/data mounted at ~/data
semantic grep · vault

Search by meaning. Grant secrets per agent.

drive9 fs grep runs vector and BM25 search in parallel, so a query like "pricing strategy" finds the right lines whether or not they use those words. And the built-in vault hands each agent only the secrets it needs — drive9 vault grant --agent alice aws scopes a credential to one agent. Secrets are graduating into their own product — see vault9.

vector + BM25 per-agent grants scoped secrets
drive9
# semantic grep — vector + BM25, in parallel
$ drive9 fs grep "pricing strategy" /
  :/notes/pricing.md:12
  :/notes/q3-plan.md:4

# secrets vault — grant per agent
$ drive9 vault grant --agent alice aws
  ✓ aws scoped to agent alice
how it works

Write once. Read anywhere. Search by meaning.

drive9 is the shared memory of files that agents pass between each other.

01 · Share

One drive, every sandbox

Create a drive and it's reachable from any sandbox or session. Files written by one agent are there for the next — no copying state between runs.

02 · Mount

Local over FUSE

Mount any path with drive9 mount and it behaves like a local folder — edit, diff, and tail files with the tools you already use.

03 · Find

Grep by meaning

Semantic grep runs vector and BM25 together, so agents retrieve the right context fast — and the vault keeps each agent's secrets scoped to just that agent.

get started

Give your agents one filesystem.

drive9 is live. Use-first, claim-later — no signup to start. Install the CLI or point your agent at the sys9 skill.