AgentFS is a filesystem for AI agents. It provides copy-on-write isolation, letting agents safely modify files while keeping your original data untouched. It is available both as a CLI, that wraps an existing program in a sandboxed session, and an SDK that allows you to build custom agents with a filesystem abstraction.Documentation Index
Fetch the complete documentation index at: https://docs.turso.tech/llms.txt
Use this file to discover all available pages before exploring further.
Key Features
- Copy-on-Write Isolation — Run agents in sandboxed environments where changes are isolated from your source tree
- Single File Storage — Everything stored in one portable SQLite database for easy sharing and snapshotting
- Built-in Auditing — Every file operation is recorded and queryable
- Cloud Sync — Optionally sync agent state to Turso Cloud
Quick Start
Next Steps
Installation
Install the AgentFS CLI
Agentic Coding
Run AI coding agents safely
AgentFS SDKs
Build custom agents with the AgentFS SDKs