Skip to main content
The sandbox file API is exposed through each sandbox’s management hostname, not https://api.tensorlake.ai.
https://<sandbox-id-or-name>.sandbox.tensorlake.ai
Use these endpoints to read files, upload content, delete files, and list directory contents inside a sandbox.
Include Authorization: Bearer $TENSORLAKE_API_KEY on requests to the sandbox proxy.

Read File

Download file contents from a sandbox path.

Write File

Upload bytes to a sandbox path.

Delete File

Remove a file from a sandbox.

List Directory

List files and directories at a sandbox path.