Workspaces & Folders

Organize your work into isolated workspaces, each with a nested folder tree of prompts and chains.

Workspaces

A workspace is an isolated container for your prompts, chains, folders, and settings. You can create as many as you need — for example, one per project, client, or team. The active workspace is reflected in the URL (/dashboard/:workspaceId) and you can switch between them from the workspace switcher.

Folders

Inside a workspace, organize prompts and chains into a nested folder tree. Folders can contain sub-folders to any depth, and prompts/chains can also live at the workspace root.

  • Drag and drop to reorder items or move them between folders.
  • Open as tabs — folders, prompts, and chains all open in tabs that persist per workspace, so you can pick up where you left off.
  • The sidebar lazily loads each folder's contents as you expand it, so even large workspaces stay fast.

Team collaboration

Invite teammates to a workspace by email from Settings → Workspace → Members. Each member gets a role:

RoleWhat they can do
OwnerFull control — rename/delete the workspace, deploy to prod, manage members.
EditorSave versions, run prompts, and manage evals. Cannot delete the workspace or deploy to prod.
ViewerRead-only access to all prompts, chains, and versions in the workspace.

Invitations require acceptance — a pending invite grants zero access to the workspace until the invitee accepts it from their notifications bell (or declines, which removes it). Role changes and removals take effect instantly.

Everything is scoped to a workspace
Search, tags, usage analytics, and audit logs are all scoped to the current workspace. Provider keys and API keys, however, belong to your account and are shared across your workspaces.