MULTI-ACCOUNT MANAGER

Use the right account for each project.

Manage separate customer, work, and private accounts in one place. Choose one, and Cogenity starts Claude Code or Codex with it. Then you work as usual.

GET STARTED

01 / Install

$ brew install kennethlynne/tap/cogenity

02 / Add a Claude account

$ cogenity login claude dev@customer-a.ai

03 / Start

$ cogenity --claude --account dev@customer-a.ai

THE PROBLEM

Different projects need different accounts.

Claude Code and Codex keep one active login. Without Cogenity, switching projects means signing out or risking the wrong account.

ACCOUNT PICKER

Pick an account and see its limits.

$ cogenity
◆ Claude Code: which account?
│
│  dev@customer-a.ai  max 20x
│      7d ████░░░░░░░░  19% used
│      5h ░░░░░░░░░░░░   0% used
│
│ ○ me@personal.ai   max 20x
│      7d ███░░░░░░░░░  18% used
│      5h ░░░░░░░░░░░░   0% used
│
└  ↑↓ move · enter select · esc back

PROJECT ACCOUNTS

Start each project with the account it needs.

# Customer A
$ cogenity --claude \
    --account dev@customer-a.ai

# Private
$ cogenity --claude \
    --account me@personal.ai

Each command opens Claude Code as usual with the selected local profile. Cogenity does not proxy or modify the Claude Code session.

STATUS

See every account and its current limits.

$ cogenity status
Claude:
   dev@customer-a.ai  max 20x
       7d ████░░░░░░░░  19% used · resets in 5 days
       5h ░░░░░░░░░░░░   0% used
    me@personal.ai   max 20x
       7d ███░░░░░░░░░  18% used · resets in 6 days
       5h ░░░░░░░░░░░░   0% used
  total left: 5h 100%, 7d 82%

Codex:
   me@personal.ai   pro
  primary █░░░░░░░░░░░   4% used · resets in 6 days
  total left: primary 96%

PRICING

Three accounts are free.

Cogenity Pro

US$5 per month

Use four or more accounts across Claude Code and Codex.

Run cogenity upgrade to subscribe.

Platform support

macOS
macOS 13 or newer. Apple silicon and Intel.
Linux
Experimental. Requires glibc on arm64 or x86-64.

On Linux, or without Homebrew, use the verified installer from the GitHub README.