Tagged “ai”

  1. Using Claude with Dedicated Client Accounts

    Using Claude with Dedicated Client Accounts

    · John Athayde

    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 .claude folders in your user root. This requires direnv that you can install via homebrew or some other package manager

    # one time for each client account
    mkdir ~/.claude-clientname

    Where 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…

    Read more →