Personal vs. team workspaces
Hyper supports two types of workspaces, and you can have both at once:Personal Workspace
A private memory space for individual use. Only you can read or write to it. Use it for personal project context, draft notes, or trying Hyper before involving your team.
Team Workspace
A shared memory space for your whole team. All members can query it, and writes from any connected agent are visible to everyone. This is where your company brain lives.
Creating a workspace
Open the desktop app
Launch Hyper and navigate to the Workspaces section from the sidebar. Click New Workspace.
Name your workspace
Give it a clear, recognizable name — usually your company name, team name, or project name. This name appears in agent briefings.
Choose a type
Select Personal if this is just for you, or Team if you plan to invite colleagues. You can’t change this after creation, so pick intentionally.
Joining a workspace
If a teammate has already set up a workspace, you can join it in two ways:- Via invite link
- Via join token in the MCP
Ask a workspace admin to generate an invite link from the desktop app. Click the link — it opens Hyper and drops you into the join confirmation screen. Accept to become a member.
Roles and permissions
Every workspace member has one of two roles:Admin
Admin
Admins have full read and write access to the entire workspace, including:
org/identity.md— the organization’s foundational descriptionorg/decisions.md— the log of team decisionsorg/goals.md— current priorities and sprint targets- All
people/{name}/*documents for every member - Workspace settings: invite links, integrations, billing, member management
Member
Member
Members can read all workspace documents and write to their own area:
people/{their-name}/*— their personal notes, status, and context- Their assigned project or feature areas (if scoped by an admin)
feed.md— the shared team activity feed
remember() calls that target org-level content are routed through the same LLM synthesis pipeline as admins, but the final write requires no manual approval — Hyper handles it.Switching workspaces
The active workspace is determined by whichever workspace you have selected in the Hyper desktop app. When you callconnect() in your AI client, Hyper reads the active workspace from your desktop session automatically — no extra configuration needed.
To switch workspaces:
- Click the workspace name in the Hyper desktop app’s top navigation.
- Select the workspace you want to switch to.
- Start a new AI session and call
connect()— it will brief you for the new workspace.
Workspace switching happens at the desktop app level, not the MCP level. If you want an agent to connect to a specific workspace regardless of your desktop selection, pass the
join_token parameter directly to connect().The members page
Every team workspace includes a Members view in the desktop app. This page shows each team member alongside an AI-generated summary of what they’re currently working on, derived from their recentremember() calls and people/{name}/* documents.
These summaries update automatically as agents record new context. They’re designed to answer the question “who knows the most about X right now?” without anyone having to write a manual status update.