VibecapeDocs

Accounts

Understand Federation login and the account shared by the App and CLI.

Vibecape uses Downcity Federation for identity. A Federation provides a stable user ID and login session; it does not manage Vibecape Groups or Spaces.

Sign in

Use the App account settings or the CLI:

vibecape login
vibecape users
vibecape users use <user-id>

The App and CLI share accounts in ~/.vibecape/app.db. The CLI does not create a separate credential file. Tokens are stored directly in that database, whose file permission is restricted to the current OS user.

Multiple users

vibecape users lists every signed-in identity and marks the current one. Use vibecape users use <user-id> before a CLI action that should run as another identity.

Sign out

vibecape logout
vibecape logout <user-id>

Signing out removes local Group and Remote Space connections owned by that account from the App. It does not delete local clone files and does not remove the user from the server-side Group.

On this page