Multiple antigravity oauth

Hey @Krill 🦐 what’s the trick to getting multiple Antigravity oauth accounts setup? As far as I can tell this should be supported, but previous discord mentions reference calling like /login and stuff that doesn’t exist πŸ˜… I currently run opus via antigravity as my default model with a fallback to anthropic/opus, so the goal here is to have Antgravity Opus Primary β†’ Antigravity Opus Secondary β†’ Anthropic Opus
Solution
Based on the docs, here's how multiple Antigravity OAuth accounts work:

Multiple Antigravity OAuth Setup


The /login command is outdated β€” current flow uses clawdbot onboard:

# Add second Antigravity account
clawdbot onboard --auth-choice antigravity


This creates a new profile in ~/.clawdbot/agents/<agentId>/agent/auth-profiles.json with ID like google-antigravity:user@gmail.com.

Configuration for your failover chain


Set in your config (e.g., ~/.clawdbot/agents/default/clawdbot.json):
Was this page helpful?