Daytona Sandbox Filesystem
Daytona Sandbox Filesystem. 13 operations. Lead operation: List files and directories in the specified path. Self-contained Naftiko capability covering one Daytona business surface.
Daytona Sandbox Filesystem is a Naftiko capability published by Daytona, one of 16 capabilities the APIs.io network indexes for this provider. It bundles 13 operations across the POST, GET, and DELETE methods rooted at /v1/files.
The capability includes 5 read-only operations and 8 state-changing operations. Lead operation: List files and directories in the specified path. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Daytona and File-System.
What You Can Do
MCP Tools
daytona-list-files-and-directories
List files and directories in the specified path
daytona-delete-a-file-or-directory
Delete a file or directory at the specified path
daytona-download-multiple-files
Download multiple files by providing their paths. Successful files are returned as multipart parts named `file`. Per-file failures are returned as multipart parts named `error` with JSON payloads shap
daytona-upload-multiple-files
Upload multiple files with their destination paths
daytona-download-a-file
Download a file by providing its path
daytona-find-text-in-files
Search for text pattern within files in a directory
daytona-create-a-folder
Create a folder with the specified path and optional permissions
daytona-get-file-information
Get detailed information about a file or directory
daytona-move-or-rename-file-directory
Move or rename a file or directory from source to destination
daytona-set-file-permissions
Set file permissions, ownership, and group for a file or directory
daytona-replace-text-in-files
Replace text pattern with new value in multiple files
daytona-search-files-by-pattern
Search for files matching a specific pattern in a directory
daytona-upload-a-file
Upload a file to the specified path