Persistent Agent Volumes

Summon Shared Storage for Agents in One CLI Command

ClawFS turns disposable agent runtimes into stateful workers. One command provisions a persistent volume, mounts it into your agent environment, and keeps tools, repos, checkpoints, and outputs alive after the process exits.

Give coding agents, research workflows, and automation jobs a real workspace with POSIX semantics, durable state, and storage that follows the work wherever it runs.

Mount it with FUSE, serve it over user-mode NFS, or inject it through the preload shared library when your agents want real file APIs without a host mount. One install gives you `clawfs up`, `clawfs mount`, and `clawfs serve`.

curl -fsSL https://clawfs.dev/install.sh | bash

Start in minutes with the CLI, then scale up with team access, cloud storage, and enterprise controls. Need SSO, audit streams, managed acceleration, or advanced deployment support? See Enterprise.

Lobster claw gripping a pulsating data cube

Operator Flow

From Blank Runtime to Reusable Workspace

Summon

Single CLI Command

  • Run `clawfs up -- codex` and get a default account volume automatically
  • Select a named volume when you want an explicit shared workspace
  • Keep dependencies, repos, embeddings, and model artifacts close to execution
  • Skip custom bootstrap scripts and fragile cache warmups
Why It Wins

Recall

Same Volume, Later

  • Reconnect the same volume on the next run or from another worker
  • Preserve agent memory, outputs, and tool state without rebuilding context
  • Share a durable namespace between cooperating agents
  • Checkpoint, restore, or hand off work without copying data around
Why it beats ephemeral disks

Why ClawFS

Built for Agent Loops, Not Human Login Sessions

Persistent Memory

Agents keep filesystem state between invocations, so long-running work survives crashes, restarts, and rescheduling.

Fast Boot

Mount existing state instead of rebuilding toolchains, recloning repos, or rehydrating caches every time a worker starts.

Anywhere Access

Run on-prem or across cloud environments while keeping a single durable volume identity for the agent.

Save Context

Keep large working sets in the filesystem instead of squeezing them into prompts, summaries, or brittle custom memory layers.

Shared Handoffs

Multiple agents can attach to the same namespace for review, continuation, or specialization without export/import glue.

CLI-First

Adopt ClawFS without rebuilding your stack: install the CLI, mount a workspace, and return to it whenever the job resumes.

Good Fit

Where Persistent Agent Volumes Matter Most

Coding Agents

Keep repos, build outputs, package caches, and branch state across task sessions.

Research Agents

Preserve scraped corpora, experiment artifacts, notebooks, and checkpoints across iterative runs.

Workflow Swarms

Let planner, executor, and reviewer agents share one durable workspace instead of passing tarballs around.

What Changes

Stop Rebuilding State on Every Run

No More Cold Starts

Agents mount warm volumes with existing tools and data instead of spending minutes reconstructing context.

Recoverable Sessions

If a worker disappears, the volume does not. Resume from the same filesystem state on a fresh runtime.

Natural Handoffs

Escalate work to a stronger model or human operator by reattaching the exact workspace, not a summary of it.

Lower Infra Waste

Cut repeated downloads, cache rebuilds, and duplicated scratch disks across fleets of short-lived workers.

Portable Execution

Keep the data model stable while moving agents between laptop, VM, Kubernetes job, or hosted runner.

Filesystem Semantics

Use a real mount point and real files, which fits existing tools better than bespoke memory APIs.

Comparison Matrix

How ClawFS Stacks Up for Agent Workloads

Capability ClawFS Ephemeral VM Disk Object Store Buckets Managed NFS
Single-command volume up Yes No No Partial
Persistent state across agent runs Yes No Yes Yes
Native filesystem mount semantics Yes Yes No Yes
Easy handoff between agents Yes No Partial Partial
Portable across clouds and local runners Yes Limited Yes Limited
Checkpointing and restore path Yes Limited Partial Provider tooling
Best fit Persistent agent workspaces Disposable single-run jobs Artifact blobs and archives Traditional shared app storage

ClawFS is aimed at agent runtime continuity: durable mounted state without adding a separate data handoff system.

Persistent Volumes for Agent Fleets, Not Storage Tax Theater

ClawFS gives operators one durable substrate for manageable agents. Keep storage in your own environment, attach it when needed, and stop paying the cold-start penalty of rebuilding state from zero.

Give every agent a workspace it can come back to.

Install the CLI, create your first persistent volume, and reuse the same workspace across runs, machines, and teams.