Space Storage
Space storage is the durable file layer for a space. Use it for inputs, exports, CSVs, PDFs, screenshots, logs, and files that should be reused across runtimes, invocations, and runs.
The preferred SDK entrypoint is space.storage.files.
Upload a file
List files
Get metadata
Download a file
Delete a file
Mount a storage namespace
Spaces can mount a shared storage namespace when several spaces should see the same durable files.
Space storage vs runtime files
Space storage is durable cloud storage.
Runtime files are files inside a live runtime. Use runtime file staging to move a storage file into a runtime, and collection to copy a runtime-local file back into storage.

