Docs

Disk and files

How a plori agent's persistent disk works: the account disk pool, the files panel, what persists, and buying more space.

Every plori agent works on a real, persistent disk. Files it writes today are there next week, in the next conversation, without you doing anything.

One account disk, shared by your agents

Your account has one disk, and all your agents draw from it. Its size is your plan's included disk plus any extra you have bought:

Plan Included disk
Free 1 GB
Pro 20 GB
Power 50 GB

Disk within your plan is free, including while agents sleep. Need more? Buy extra by the gigabyte at 10 credits per GB per month from your dashboard, on any plan. It is billed daily from your credits, prorated. Drop it anytime and the charge stops.

The account disk is a hard cap. When your agents' files reach it, further writes stop, like any full disk, rather than running up a surprise bill. Free up space or buy more and they continue.

What persists?

Everything on the disk. An agent that built you a report keeps the report, its notes, any repos it cloned, and any tools it installed for the job. When the agent wakes for the next conversation it opens the same disk. Deleting an agent permanently erases its files.

The files panel

Each agent's dashboard page has a Files panel where you can work with its disk directly:

  • Browse the agent's directories.
  • Open and edit text files in a built-in code editor. Saves are conflict-safe: if the agent changed the file while you had it open, you choose whether to reload, keep your version as a download, or overwrite.
  • Upload files to the agent's disk, so you can hand it a spreadsheet or a codebase to work on.
  • Download any file. Binary and oversized files are download-only.
  • Delete a file. An Undo restores it if you slip.
  • Publish a directory as a website at your-name.plori.site. See Publish a site.

Browsing never wakes a sleeping agent: the panel reads the disk directly, whether the agent is awake or asleep. For a bigger cleanup, ask the agent in chat.

Why a real disk matters

Other agent sandboxes wipe the filesystem when the session ends, so every task starts from zero. plori keeps it. You can leave a half-finished job overnight and pick it up in the morning. An agent that cloned your repo yesterday still has it today.