After installation, open the dashboard at http://localhost:3000 to set up your account.
Register
Go to http://localhost:3000/register and create your account with:
- Name — Your full name
- Email — Your work email
- Password — At least 6 characters
Create Organization
After registration, you’ll be redirected to the organization setup wizard.
Step 1: Organization Details
- Name — Your company or team name (e.g., “Acme Engineering”)
- Slug — URL-friendly identifier, auto-generated from the name
Step 2: Invite Members (optional)
Add team members by email. Each invite includes a role:
| Role | Permissions |
|---|---|
| Owner | Full access — manage integrations, teams, members, billing |
| Admin | Same as Owner except cannot delete the organization |
| Member | Read-only — view dashboard, use Claude Code skills |
Invited users will be automatically added to your organization when they register with the same email.
Step 3: Create Teams (optional)
Teams group members for reporting. For example: “Frontend”, “Backend”, “Platform”. Each team can be mapped to a project in your ticket system.
Connect Your Ticket System
After setup, go to Settings → Integrations (or directly to http://localhost:3000/integrations ).
Tandemu supports:
- Jira — API token from id.atlassian.net/manage-profile/security/api-tokens
- Linear — API key from linear.app/settings/api
- ClickUp — API token from app.clickup.com/settings/apps
- GitHub Issues — Personal access token with
reposcope from github.com/settings/tokens
After connecting, map your external projects to Tandemu teams so the right tasks show up for each team.
Connect Claude Code
The last step is connecting Claude Code. Run the Tandemu installer:
curl -fsSL https://tandemu.dev/install.sh | bashChoose your instance (Cloud or self-hosted URL), authorize in the browser, and you’re connected. The installer configures:
- Authentication —
~/.claude/tandemu.jsonwith your token and org/team info - Telemetry — OTEL environment variables in
~/.claude/settings.json - Memory — OpenMemory MCP server in
~/.claude.json(scoped to your user) - Personality —
~/.claude/CLAUDE.mdwith instructions for personalized AI behavior - Skills —
/morning,/finish,/pause,/standup,/blockers
See the Connecting Claude Code guide for details.