UseDocumentation Index
Fetch the complete documentation index at: https://docs.superserve.ai/llms.txt
Use this file to discover all available pages before exploring further.
sandbox.files to move data in and out of a sandbox. The SDK handles data-plane routing and authentication transparently.
AsyncSandbox exposes the same files API with awaitable methods.Write binary content
write() accepts strings or raw bytes. Parent directories are created automatically.
Read as bytes or text
read()returns raw bytes (Uint8Arrayin TypeScript,bytesin Python)readText()/read_text()returns a UTF-8-decoded string
Path rules
Paths passed tofiles.* methods must:
- Start with
/- only absolute paths are accepted - Contain no
..segments - no traversal
mkdir -p first.