Skip to main content
A workspace is a bounded collection of items shared with members. Each workspace has its own item tree, tabs, AI chat threads, membership, invites, and durable event history. Think of it as the place where the work happens: you keep the actual source material in view, open what you need, and ask AI against the context you choose.

What Lives in a Workspace

SurfacePurpose
ItemsDocuments, files, folders, flashcards, and quizzes
TabsOpen views for active items and workspace surfaces
AI chatWorkspace-scoped chat threads and tools
MembersOwner, Admin, Editor, and Viewer roles
InvitesEmail invites and expiring invite links

Roles

RoleSummary
OwnerFull control, including delete and ownership-level administration
AdminEdits content and manages members below owner/admin level
EditorEdits workspace content and can invite at editor or viewer level
ViewerRead-only access to the workspace
Viewers can inspect content but cannot mutate workspace items. The app shows view-only affordances when a viewer opens mutation controls.

Source of Truth

The app stores workspace access and directory data in D1, large file bytes in R2, and workspace item state inside the WorkspaceKernel Durable Object. UI and AI operations go through workspace commands rather than writing directly to scattered client state.