Skip to main content
Use read-only mounts when a sandbox needs files but should not write to them. There are two read-only shapes:
  • Following: tracks the file system’s current state and refreshes as replicated autosaves or permanent snapshots land.
  • Pinned: resolves a specific snapshot or retained autosave once and never changes.

Following Read-only Mount

A following mount is best for shared skills, prompts, docs, configs, and dependencies.
When the shared timeline advances, Tensorlake refreshes only the paths that changed. Unchanged files keep their warm cache.

Pinned Read-only Mount

A pinned mount is best for reproducible builds, evals, benchmarks, and released assets.
Use a permanent snapshot from tl fs history when an input must remain available indefinitely. A recent autosave can also be mounted, but it is an ephemeral recovery point and may age out of retention. For a complete asset distribution workflow, see Distribute Files to Agents.

Choosing Between Them