Guides
From install to rollback
Short, practical guides that take you through the core loop: install, run a command inside a vault, and recover cleanly with checkpoints.
beginner 5 minutes
Install agentvfs
Install the agentvfs CLI three ways: the native Rust crate, the npm wrapper, or the pip wrapper that auto-fetches the matching binary. Then create your first vault.
beginner 10 minutes
Give an agent an isolated vault and run a command
Fork a vault for a task, run a top-level command through the policy-gated proxy boundary, and read the structured ExecutionEnvelope that comes back.
intermediate 10 minutes
Checkpoint and roll back a task
Save a rollback point before a risky command, run it through the proxy boundary, and restore the workspace cleanly if the execution mutated state you did not want.