Skip to main content

Accounts Workspace

The Accounts workspace at /accounts is the dashboard surface for CCS auth profiles. Use it when you manage ccs auth profiles, continuity groups, and default-account behavior. Use the Claude provider inside /cliproxy instead when the account should live in the CLIProxy pool.

Access

ccs config
# Sidebar -> Identity & Access -> Accounts
# Direct route -> /accounts

What It Covers

  • create new CCS auth profiles without leaving the dashboard
  • inspect continuity and context-group relationships
  • review migration follow-up for legacy inferred sharing
  • jump into the Claude pool auth flow when an account belongs in CLIProxy

Layout

Left Action Rail

The left rail is the command surface for day-to-day account work:
  • Create Account opens the profile creation dialog
  • Auth Claude In Pool deep-links into /cliproxy?provider=claude&action=auth
  • Open Claude Pool Settings jumps to the Claude provider inside /cliproxy
  • Migration Follow-up appears when legacy inferred sharing still needs confirmation
  • Quick Commands mirrors the most common CLI flows with copy buttons

Main Workspace

The main panel is a continuity-first view of your auth profiles:
  • Continuity overview summarizes isolated lanes, shared lanes, deeper-continuity readiness, and CLIProxy-adjacent counts
  • Account matrix lists CCS auth profiles, default-account state, and group relationships
  • Badges call out the workspace scope and history-sync posture before you edit anything

Mobile View

On smaller screens the workspace collapses into a stacked layout. The same actions remain available, but the side rail becomes a compact card above the account matrix.

Relationship To Shared Data

/accounts and /shared live in the same sidebar group, but they solve different problems:
RouteUse it for
/accountsCCS auth profiles, continuity, default-account management
/sharedshared commands, skills, and agents under the Claude asset tree
If you need to inspect or repair shared commands, skills, or agents, switch to the dedicated Shared Data workspace instead of editing auth profiles here.

CLI Parity

The workspace stays aligned with the CLI rather than replacing it:
ccs auth create work --context-group sprint-a --deeper-continuity
ccs auth default work
ccs cliproxy auth claude
Use the dashboard when you want structure and visibility. Use the CLI when you need scripts, terminals, or versioned setup.