Overview
The Filesystem Browser provides a full file explorer for sandbox workspaces - both in the dashboard UI and via API.Dashboard File Browser
Access from Dashboard → Sandboxes → [Select Sandbox] → Files The visual file browser includes:- Tree view — Navigate folder hierarchy with expand/collapse
- File metadata — Size, last modified time, git status
- Quick actions — Upload, create file, create folder, download all
- Context menus — Right-click for rename, delete, copy path
Open File Browser
Browse sandbox files in the dashboard
Features
- Tree View - Navigate folder hierarchy
- File Preview - View file contents inline
- Syntax Highlighting - For code files
- Image Preview - For images
- Edit Files - Edit and save directly
- Upload/Download - Transfer files to/from sandbox
- Search - Find files by name or content
- Git Integration - See git status, diffs
API Access
Search Files
Upload and Download
File Watching
Watch for file changes in real-time:Git Integration
If the sandbox has a git repository:CLI Usage
Permissions
File operations respect sandbox permissions:| Permission | Effect |
|---|---|
files:read | Can list and read files |
files:write | Can create, modify, delete files |
files:execute | Can execute files |