Agent Filesystem is in Beta.
Viewing Files
The files in an agent’s workspace are viewable directly in the UI, where you can browse the workspace, preview files, and download them.Persisting Files Across Runs
Turning on Agent Filesystem keeps an agent’s workspace between runs. This is useful when an agent should:- Build on prior work instead of starting over each run
- Reuse reference files, lookup tables, or templates you upload once
- Keep packages or scripts it installed available for later runs
Enabling It
1
Open the agent
Go to Agents and open the agent you want to update.
2
Turn on Agent Filesystem
Find the Agent Filesystem card and flip the toggle to On.On the agents and detections list pages, you can also use Learn more on the Agent Filesystem banner to enable it for several agents at once.
3
Manage the files
Once enabled, the agent gets a persistent workspace panel where you can browse, upload, download, and delete files.
Managing the Persistent Workspace
From the workspace panel you can:- Upload files with the Upload button or by dragging them onto the panel
- Download any file, or a whole folder as a zip
- Delete files and folders you no longer need
- Preview text, markdown, and image files without downloading
Use the persistent workspace for files that should stick around, like reference data or reusable scripts. Keep large, run-specific scratch output (such as raw logs) out of it so the workspace stays tidy.
Agent Filesystem vs File Attachments
These are related but separate:
See File Attachments for uploading files directly to a chat message.