Resources and Workspaces
A workspace is a tenant-local container. Resources are documents, tables, artifacts, folders, and files arranged in a tree.
Common flow
GET /api/v1/workspacesGET /api/v1/workspaces/{workspace_id}/resourcesResolve a resource id from the tree.
Read or update through the resource endpoint.
Resource types
document: rich collaborative text.table: structured rows and columns.artifact: JSX/HTML or other rendered source.folder: hierarchy only.file: uploaded binary content.
The resource tree is permission-aware. Do not assume that a workspace list implies access to every resource in the workspace.