Manage tenant-scoped files that can be attached to agent runs. Upload files to your tenant store, then reference them when creating agents or running tests to copy them into the agent workspace.
Overview
There are two file storage contexts. The tenant file store is a shared space where you upload files via the API. The agent workspace is a private sandbox that each agent gets for the duration of its execution. Files flow from the tenant store into agent workspaces, not the other way around.
To get files into an agent, upload them to the tenant store first, then reference their paths when creating an agent or running a test. The system copies the referenced files into the agent's workspace before execution begins. Once in the workspace, the agent can read, write, and organize files freely. It can also download files from the web and upload files to form inputs on pages.
Limits
Individual file uploads are limited to 50 MB. Total tenant storage is subject to your plan's quota. Uploads that would exceed the quota are rejected with a 507 Insufficient Storage response.
GET/api/v1/files
List directory entries
Lists non-placeholder files and directories under a tenant-relative path.
Parameters
Parameter
Type
In
Required
Description
path
string
query
No
Relative directory path; omitted for the tenant root.