Will Antigravity SDK support OAuth?

At the moment:

agy the antigravity CLI support OAuth access, this gives users generous rate limits on Google AI Pro and Ultra plans.

The SDK, only supports API keys. API keys can either be on the free tier or paid tier. You can not lean on your AI plan here for increased limits.

Is the SDK going to get OAuth so we can lean on the rate limits on the Google AI / Pro plans?

Additionally the protocol now depends on the localharness is the protocol planned to be opened so SDK users do not depend on the binary?

Since the SDK lacks windows support, I’ve been reverse engineering localharness the past 3 days. I got it working via the API key, but I want to use my personal account (subscription), so I’m busy wiring up a DesktopConnection hook for the localharness I had to build from scratch, that interfaces with the Antigravity 2.0 app, so I can use the SDK, but to interface with the app, instead of cloud. Will push to git once it’s working properly.

Yeah this is 100% necessary… the antigravity localharness is supposedly the same one used in the ide and the new antigravity 2.0 (And supposedly the CLI also) and all of those take oauth… it’s like there’s a hidden flag/method for oauth that they don’t publicly expose.