Stash File System
Stash File System
Stash is CamberCloud’s distributed file system—your personal and team workspace for storing data, scripts, and results.
Key Features
| Feature | Description |
|---|---|
| Personal Space | Private storage at stash://username/ |
| Team Sharing | Collaborate via stash://teamname/ |
| Public Access | Share datasets at stash://public/ |
| Nova Integration | Reference files directly in conversations |
Quick Start
Upload Files
Drag and drop files into the Stash browser, or use the CLI:
camber stash cp ./local_file.csv stash://myusername/data/Reference in Nova
@nova Analyze the dataset in stash://myusername/data/experiment.csvShare with Team
camber stash cp stash://myusername/results/ stash://myteam/shared/ -rCommon Operations
- Upload:
camber stash cp <local> <stash://path> - Download:
camber stash cp <stash://path> <local> - List:
camber stash ls stash://myusername/ - Delete:
camber stash rm stash://myusername/old_file.txt
Next Steps
- Stash CLI Commands — List, copy, remove, and manage files from the terminal
- Stash Python API — Programmatic access via
camber.stash - Manage Your Data with Stash — Step-by-step tutorial
Related: Camber CLI | Nova AI Assistant