
The File Store List
Each row is one file collection. The layout mirrors Database:
Click + New File Store to create a new collection. The create dialog is the same “New Resource” dialog used by Database, but with the Database Type field pre-set to File Storage.
Inside a Collection
Clicking a collection row opens its detail view.
Each row shows:
Select multiple files with the checkboxes to bulk-delete, bulk-tag, or bulk-toggle public.
Uploading Files
Click Upload to attach files from your local machine. Files are stored in the collection and get a stable URL you can reference from workflows (and, if made public, share externally). Typical upload patterns:- Drag and drop — drop one or many files onto the Upload button.
- Workflows write directly — workflow steps (e.g. code execution, scraper, document processing) can emit files straight into a specified collection without a manual upload.
Sharing
Share per collection via the Share action. ACLs match Database and Connections:- Read — list and download files.
- Write — upload, rename, tag, delete.
- Admin — share further.
Using File Stores in Agents and Workflows
Reference File Store collections through the built-in File Storage MCP server. Tools include listing collections, listing files, reading file contents, creating files, and moving files between collections. Common recipes:- Download every attachment from a trigger email into a collection.
- Save screenshots or PDFs generated by workflows.
- Stage exports from one service (e.g. a CSV pulled from Salesforce) before feeding them into another.
Notes
- File Store is builder-only.
- Files can be made public on a per-file basis — the generated public URL is stable until you unshare.
- Large uploads are chunked automatically; the UI shows per-file progress.
- For document retrieval (question-answering over a set of files), use Knowledge Base instead; it indexes content for semantic search, while File Store just stores the raw files.

