workspace
Installation
SKILL.md
Workspace
Provides unified read/write access to all files in the current session. The userId and sessionId are injected automatically — you only specify the logical path.
Path Conventions
| Prefix | What it accesses |
|---|---|
uploads/<file> |
Files uploaded by the user |
code-agent/<file> |
Files created by the code agent (auto-synced) |
code-interpreter/<file> |
Files created in the Code Interpreter workspace |
documents/powerpoint/<file> |
PowerPoint presentations |
documents/word/<file> |
Word documents |
documents/excel/<file> |
Excel spreadsheets |
documents/image/<file> |
Images from other tools |
Note: Files written under
/mnt/workspacepersist for the chat session, and user uploads are available under/mnt/workspace/inputs. Code Agent downloads session uploads into its own working directory when delegated.