TokST Durable context for people and AI agents

Workspaces

A Workspace is a top-level container for atlases. Workspaces provide organizational boundaries — you can have a personal workspace, a team workspace, and separate workspaces for different clients or projects.

Concept

PropertyDescription
NameHuman-readable label (e.g., "Personal", "Engineering Team")
TypePersonal (single-user) or Team (multi-user)
AtlasesAll atlases within this workspace
MembersUsers with access (team workspaces only)

Create and manage Workspaces in the Dashboard. Authorized Agents use the Cloud MCP Workspace tools.

Default Workspace

When you sign up, TokST creates a default workspace named "Personal" (or your account name). This is your active workspace until you create or switch to another.

Create a Personal Workspace

Create a personal Workspace from the Dashboard. Its Workspace limit follows your personal plan.

Team Workspaces

A Team workspace is provisioned together with its Team subscription. Team members join through an invitation and use the Team workspace's shared seats, calls, storage, and Atlas limit. Workspace type remains fixed after provisioning.

List Workspaces

The Dashboard lists every Workspace you can access and marks the active Workspace. Pending team invitations appear in the same governed interface.

Switch Workspace

Switching Workspaces changes the available Atlases. The Dashboard and Cloud MCP both apply the authenticated Workspace scope. Accept a pending invitation before using its Team Workspace.

Agent Collaboration

Open Agents from the dashboard sidebar. The page always follows the current workspace from the sidebar and shows only that workspace's trusted Agents and persistent handoffs. Each API Key creates a stable agt_... identity on its first trusted Agent request.

Use the page to copy an identity code, inspect API Key status and last activity, send a directed handoff to one or more Agents, or broadcast to all active Agents. The inbox updates in real time; acknowledgements and closures remain visible to authorized workspace members.

Archive a Workspace

Workspace archival is available through the REST API and remote MCP server:

curl -X DELETE https://api.tokst.com/v1/workspaces/<workspace-id> \
  -H "Authorization: Bearer $TOKST_API_KEY"

Remote MCP clients can call tokst_workspace_archive with workspaceId and confirm: true. Archiving preserves the workspace, its knowledge bases, files, and audit history. Permanent removal is available only from the Dashboard archive view.

Personal vs. Team Workspaces

AspectPersonalTeam
MembersSingle userMultiple users
AtlasesUser-createdShared among members
VisibilityPrivate to youVisible to all members
Use casePersonal notes, experimentsProject knowledge, team docs

Team workspaces use role-based access. Read the Team Collaboration guide before inviting members.

Best Practices

  • Use workspaces for separation — Personal experiments belong in a personal workspace, team knowledge in a team workspace
  • Name workspaces clearly — "Personal", "Team Engineering", "Client A" are self-explanatory
  • One team workspace per team — Don't create overlapping workspaces for the same group