People looking for an Antigravity CLI account switcher often have work, personal, or client logins on the same machine. Repeated sign-out and sign-in makes it easy to launch the tool under the wrong identity.
Capture the Antigravity CLI accounts
Sign in through Antigravity CLI's native flow, then save the live account with a label that describes its purpose. Repeat the capture after signing into the next account.
aisw add antigravity work --from-live
aisw add antigravity personal --from-live
aisw list antigravityThe profiles stay local. aisw does not create an Antigravity account, proxy agent traffic, or replace the provider's authentication flow.
Switch accounts and verify the result
Activate the account you need, check the live match, and only then start a new process. This makes the account boundary visible instead of relying on which login was used last.
aisw use antigravity personal
aisw status --tool antigravity
aisw verify
antigravityUse two Antigravity CLI accounts on one machine
You can keep several work, personal, and client logins saved locally, but the live Antigravity CLI state remains shared. Switch the account before starting a new process; do not treat a profile switch as a way to run concurrent isolated CLI sessions.
aisw use antigravity work
aisw verify
antigravity
aisw use antigravity personal
aisw verify
antigravityUse work and personal accounts with a repository rule
Put a client account in a context and bind that context to its repository. Strict mode turns an accidental account mismatch into an explicit stop before the agent launches.
aisw context create client-acme --antigravity client-acme
aisw workspace bind . --context client-acme
aisw workspace guard --mode strictUse Desktop for a visible switcher
AI Switcher Desktop shows Antigravity CLI profiles, activation controls, and live-match diagnostics in one view. Use the CLI when the workflow belongs in shell hooks or scripts; both interfaces use the same local profile model.
What switching cannot do
Account switching does not bypass provider limits or rewrite an already-running process. Start a new session after activating a profile, and use the provider's native sign-in flow when a saved account needs refreshing.
For command details, read How to Switch Antigravity CLI Accounts. For a complete multi-tool setup, see Switch all four supported tools together.
