Claude Accounts
CCS lets you create multiple Claude account profiles such aswork, personal,
and team. Different profiles normally use different Claude config directories.
Launching the same profile twice reuses the same directory and shared state.
How It Works
CCS usesCLAUDE_CONFIG_DIR to point Claude at a specific account profile
directory:
ccs work "task":
- CCS points
CLAUDE_CONFIG_DIRto~/.ccs/instances/work/ - Claude loads that profile’s credentials and state from the directory
- The session reuses the
workprofile’s account lane
ccs work+ccs personalnormally use separate account directoriesccs work+ccs workreuses one account directory- Continuity inheritance can make different profile names reuse one account directory on purpose
Quick Start
Profile Management
Bare vs Non-Bare Profiles
| Mode | Description | Use Case |
|---|---|---|
| Standard | Full account profile with its own ~/.ccs/instances/<name>/ | Most users |
--bare | Thin profile that wraps the default Claude config dir | Minimal isolation |
commands, skills,
agents, plugins, and settings.json. On supported platforms that is usually
implemented with symlinks; on Windows, CCS may fall back to copying when
symlink creation fails.
Context Groups (Opt-in Sharing)
By default each account keeps its own project context. Use shared context only when you explicitly want multiple accounts to reuse the same project workspace.context_group share:
- Project workspace via the
projects/area - Optional deeper continuity artifacts when you enable deeper continuity
Shared context is explicit opt-in. Use an explicit
context_group when
configuring shared mode so the scope is obvious in both CLI and dashboard
workflows.Deeper Continuity
Enable cross-session memory persistence with the--deeper-continuity flag:
session-env, file-history, shell-snapshots, and todos.
Concurrent Sessions
Instance Directory Structure
Default Account
Cost
Each account requires its own Claude Pro (200/month) subscription.| Tier | Access | Cost |
|---|---|---|
| Claude Pro | Claude Opus 4.6, Sonnet 4.6, Sonnet 4.5, Haiku 4.5 | $20/month |
| Claude Max | All Pro models with extended usage limits | $200/month |
Next Steps
API Profiles
Combine Claude accounts with API key providers
Provider Overview
Compare Claude accounts vs OAuth providers
Configuration
Config file format for accounts
Tutorials: Multi-Account
Step-by-step multi-account setup guide
