Files
File upload and management
📄️ List persistent files
Lists all persistent files in the project, optionally filtered by folder.
📄️ Upload a persistent file
Upload a file to persistent storage. Persistent files are stored permanently
📄️ Delete multiple files
Delete multiple persistent files in a single request.
📄️ Move multiple files to a folder
Move multiple persistent files to a target folder in a single request.
📄️ Promote ephemeral file to persistent
Copy an ephemeral file to persistent storage with a filename.
📄️ Delete persistent file
Delete a persistent file by its SHA-256 hash. If multiple filenames reference
📄️ Get persistent file by hash
Get metadata for a persistent file by its SHA-256 hash.
📄️ Rename or move persistent file
Rename a persistent file and/or move it to a different folder.
📄️ Download persistent file content
Download the content of a persistent file.
📄️ Generate signed download URL for persistent file
Generates a time-limited signed URL for direct download from cloud storage.