promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

/logout

Disconnects the profile and deletes the auth token from the keyring.

/logout belongs to the Account category and signs out the connected Google account by removing the stored auth token from the OS keyring (Keychain/Secret Service/Credential Manager). The next start requires a fresh browser or URL+code auth flow.

โœ… WHEN TO USE IT?

Switch accounts

/logout, then restart agy and sign in with a different Google account

โ›” WHEN NOT TO?

You just want to end the current session, keeping the account connected

/logout removes the auth token entirely; for a plain end of session a simple session exit is enough.

Better: /exit

SOURCES