Sherpa’s My Workspace (マイワークスペース) gives every user a private file area that sits completely outside the shared knowledge base. Files you upload there are grep-searchable only by you and can optionally be included in your chat answers alongside shared-KB results. No other user — including administrators — can see your workspace files through Sherpa’s search or citation features.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/tudoumono/Sherpa/llms.txt
Use this file to discover all available pages before exploring further.
Purpose and privacy
Workspace files exist for personal reference material: working drafts, personal notes, local copybooks, or any file you need to query without adding it to the organisation-wide index.Workspace files are never indexed in Elasticsearch or Neo4j. They do not appear in any other user’s search results, impact analyses, or citation footers. The only operation they support is per-user grep, triggered either from the Workspace screen or from the chat interface when the personal-file toggle is on.
Allowed file types
Only plain-text files are accepted. The supported extensions are:.txt · .md · .markdown · .csv · .tsv · .json · .yaml · .yml · .cbl · .cob · .cobol · .cpy · .copybook · .jcl · .sql · .py · .sh · .bat
Binary files (Office documents, PDFs, images, compiled objects) cannot be uploaded. If you need Sherpa to produce an Office file and place it in your workspace, use the Codex authoring feature described below.
Size and expiry limits
| Setting | Default | Environment variable |
|---|---|---|
| Maximum file size | 10 MB per file | SHERPA_WORKSPACE_MAX_BYTES |
| Time-to-live | 90 days | SHERPA_WORKSPACE_TTL_DAYS |
SHERPA_WORKSPACE_TTL_DAYS=0 to disable expiry entirely.
Uploading a file via the UI
Open the Workspace screen
Navigate to
/ui/workspace.html. You must be logged in. The screen shows your existing files and an upload zone.Select or drop a file
Click inside the upload zone to open a file picker, or drag and drop a file directly onto it. Only one file is uploaded per operation.
Wait for confirmation
Sherpa validates the file extension and size, then saves the file to your personal workspace directory. A confirmation message appears below the upload zone. The file immediately appears in your file list.
Managing files via the API
Using workspace files in chat
Enable the 個人ファイル参照 (Personal file reference) toggle near the chat input to include your workspace files in query results. The toggle is off by default. When the toggle is on:- Sherpa greps your workspace files alongside the shared knowledge base.
- Any hits are shown in the answer as a separate 🗂 個人ファイル内ヒット (“personal file hits”) section, distinct from shared-KB citations.
- The conversation is marked internally with a
contains_personal_workspaceflag.
Codex authoring into your workspace
When Codex is the active AI provider, you can ask it to generate Office files (.docx, .xlsx, .pptx) and write them directly into your workspace. Codex runs inside a sandboxed environment that has write access only to your personal authoring area — it cannot write to the shared knowledge base or any other user’s workspace.
Generated files are moved from the Codex authoring sandbox to your workspace/files/ directory and registered in the workspace catalogue automatically. They then appear in your file list, respect the same TTL rules as uploaded files, and can be downloaded from the Workspace screen.