Authentication

Login and logout commands for the InverseUI CLI.

Login

inverseui login

How It Works

  1. Run the command in your terminal
  2. A browser window opens with the InverseUI login page
  3. Sign in with your Google account
  4. Copy the authentication code and paste it back into your terminal

Credential Storage

Your token is stored at:

~/.inverseui/credentials.json

Check Status

inverseui whoami

Logout

inverseui logout

What It Does

  • Removes the stored API token
  • Does not affect your Chrome profile data
  • Does not delete your InverseUI account

When to Use

  • Switch to a different InverseUI account
  • Remove credentials from a shared machine
  • Troubleshoot authentication issues