Skip to main content

FileSystems

List FileSystems

Retrieves a paginated list of file systems in the workspace. Use cursor-based pagination parameters to navigate through the results.

Create a FileSystem

Creates a file system. Storage is provisioned lazily on first use by an agent run or MCP client.

Retrieve a FileSystem

Retrieves detailed information about a specific file system, including its quota and external access configuration.

Delete a FileSystem

Permanently deletes a file system and every file stored in it. This cannot be undone.

Update a FileSystem

Updates the mutable file system configuration. The key is immutable.

List Files

Lists the files and folders stored in a file system. An empty path lists the file system root.

Delete File

Deletes one file or folder. A folder that still has content is refused unless recursive is set.

Move File

Moves or renames one file or folder within the same file system. Missing destination folders are created.

Stat File

Retrieves the metadata of one file or folder without transferring its content.

Create Folder

Creates a folder and every missing parent. Succeeds on a folder that already exists.