Agent Files
Two-panel file manager in the Agent Detail Files tab for browsing, previewing, and editing agent workspace files.
How It Works
Open the agent detail page and click the Files tab.
The left panel displays a file tree with search and expandable directories.
The right panel shows a preview of the selected file.
Supported previews: images, video, audio, PDF, and text files.
Click the edit button on any text file to modify and save it inline.
Delete files directly from the file manager. Protected path warnings appear for critical files.
Toggle Show hidden files to reveal dotfiles (.env, .claude/, etc.).
The agent workspace root is /home/developer/.
Content Folder Convention
The content/ directory is gitignored by default. Use it for large generated assets such as images, audio, and video.
Shared Folders
Agents can expose their workspace folder for other agents to mount as a collaboration mechanism.
GET/PUT /api/agents/{name}/folders, GET /api/agents/{name}/folders/available, GET /api/agents/{name}/folders/consumers.API Endpoints
| Endpoint | Method | Description |
|---|---|---|
| /api/agents/{name}/files | GET | List workspace files (tree structure) |
| /api/agents/{name}/files/download | GET | Download file content (100 MB limit) |