Profile ✓ Switched
Home Settings Profiles Telemetry

Profiles

Manage Claude account profiles
Loading…
Setup Guide

How profiles work

Each profile is a separate Claude account with its own login credentials. Meridian stores them in isolated config directories and switches between them instantly.

Adding a new profile

  1. Open a terminal and run: meridian profile add <name>
  2. This opens your browser for Claude login
  3. Done — the profile is ready to use
⚠ Important for adding a second account: Before running meridian profile add for a different account, sign out of claude.ai in your browser first, then sign in with the other account. Claude’s OAuth reuses your browser session — if you’re already signed in, the login will silently use the same account.

Switching profiles

  1. UI: Use the dropdown at the top of this page
  2. CLI: meridian profile switch <name>
  3. Per-request: Send x-meridian-profile: <name> header

Other commands

meridian profile list — show all profiles and auth status
meridian profile login <name> — re-authenticate an expired profile
meridian profile remove <name> — remove a profile