Step 1: Create Your Workspace
Your workspace is the shared memory container for your team. One person (the admin) creates it during the Hyper desktop app’s onboarding flow.Download and open the Hyper desktop app
If you haven’t installed Hyper yet, download the desktop app from gethyper.space and launch it.
Sign in with Google
Authenticate with your Google account. This becomes your Hyper identity across all AI tools.
Create a workspace
During onboarding, choose Create a new workspace when prompted. Give it a name that reflects your team or project — for example,
acme-eng or product-team.The person who creates the workspace becomes the admin and has full control over members, integrations, and settings. Choose someone who will actively manage the workspace long-term.
Step 2: Invite Team Members
Once your workspace exists, generate an invite link to share with your team.Generate an invite link
Click Invite. Hyper generates a unique
join_token and wraps it into a shareable link.Step 3: Join a Workspace
Team members can join in two ways — through the desktop app UI, or directly via their AI agent if they already have Hyper connected.- Via Desktop App
- Via AI Agent
Join the workspace
When prompted during onboarding, choose Join a workspace. Paste the invite link (or the raw
join_token) that the admin sent you and confirm.Connect your AI tools
Once you’ve joined, follow the Claude setup guide or Cursor setup guide to connect Hyper to your AI tools.
Step 4: Set Up Team Integrations
After everyone has joined, connect the tools your team already uses so Hyper can pull context from them automatically.Connect your integrations
Add the services your team relies on — for example, GitHub, Linear, Notion, or Slack. Each integration allows Hyper to observe and remember context from that source.
Workspace admins can see which integrations members have connected, but they cannot access the underlying credentials. Each member authorizes their own services independently.
Step 5: Recommended First Steps After Everyone Is Set Up
The shared workspace becomes genuinely powerful once you seed it with the foundational context your team returns to again and again. We recommend creating three files in your workspace’sorg/ folder during your first team session.
org/identity.md
Describe who your team is: your mission, tech stack, team structure, and the conventions your AI tools should always respect. This file loads every time someone calls
connect.org/decisions.md
A running log of significant architectural and product decisions — what you chose, what you rejected, and why. Prevents relitigating the same debates.
org/goals.md
Your current sprint goals, quarterly OKRs, or product roadmap. Gives AI tools the “why” behind requests, leading to more relevant suggestions.
Regular review
Schedule a short monthly review to keep these files current. Stale context is worse than no context — AI tools will confidently surface outdated information.
Sample org/identity.md
Here’s a starting template you can paste into your workspace and customize:
org/identity.md
Roles at a Glance
| Role | Capabilities |
|---|---|
| Admin | Full access: invite members, manage integrations, edit workspace settings, read and write all workspace files |
| Member | Write to their own people/{name}/* files, their assigned areas, and feed.md; read shared workspace memories and use all MCP tools |