Skip to Content

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:

RolePermissions
OwnerFull access — manage integrations, teams, members, billing
AdminSame as Owner except cannot delete the organization
MemberRead-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:

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 | bash

Choose your instance (Cloud or self-hosted URL), authorize in the browser, and you’re connected. The installer configures:

  • Authentication~/.claude/tandemu.json with 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.md with instructions for personalized AI behavior
  • Skills/morning, /finish, /pause, /standup, /blockers

See the Connecting Claude Code guide for details.

Next Steps

Last updated on