How to switch builder.io account in Cursor or VSCode extension?

I signed up for a builder.io account with a different goole account than is signed into my cursor IDE. When I use the builder.io extension in cursor it shows the same google account that cursor is logged into. I don’t remember if there was a login process when first installing the builder.io extension, but I don’t see a logout option anywhere.
How can I make builder.io plugin use a specific builder.io account?

Hello @mindsharemining

Currently, there isn’t a direct way to switch spaces or accounts within the VS Code or Cursor extension.

To switch, you’ll need to reauthorize using the CLI command:

npx @builder.io/dev-tools@latest auth

Hope this helps!

Thanks,