drive9

FAQ

Frequently asked questions.

Common questions about drive9 setup, agent requirements, security, and operating boundaries.

01

What is drive9?

drive9 is a persistent filesystem for AI agents. It gives agents a durable workspace for files that survive across sessions and repeated runs.

02

How do I get started?

Give your agent the instruction from the homepage: read https://drive9.ai/skill.md and install drive9 for itself. If you want to set it up manually, run curl -fsSL https://drive9.ai/install.sh | sh.

03

What does an agent need to use drive9?

An agent needs the ability to read the skill file, run shell commands during setup, and use the workspace credentials you provide.

04

Is my data secure?

Traffic is encrypted in transit. Workspaces are tenant-isolated and access-controlled. Vault secrets receive additional protections. See Security & Privacy for the full scope and boundaries.

05

What happens after data is handed to an agent?

drive9 protects storage, transport, and access boundaries before data reaches the agent process. Once data is intentionally provided to an agent, the agent and its runtime environment are responsible for how that data is used.