Tagged “claude”
-
Using Claude with Dedicated Client Accounts
I have a variety of customers who have their own Claude team account and don't want random things happening on other accounts. There are a lot of reasons for this, such as data sharing and ensuring they have oversight on what is happening on their overall account, especially related to spend for outcomes.
Fable helped me figure out a straightforward way to get this setup so I never am in the wrong account or have to log out and log in, and the trick is to set up custom.claudefolders in your user root. This requiresdirenvthat you can install via homebrew or some other package manager# one time for each client account
mkdir ~/.claude-clientnameWhere clientname is your client or a logical way to describe them, so you'll know what you're looking at later. Then you want to log in with that customer's credentials that they…