App Logo
vercel.com

Vercel login (Google SSO)

Log into Vercel using Sign in with Google, ending on your Vercel dashboard. Returns straight away if you are already signed in, so it is safe to run repeatedly. Optionally pass which Google account to pick when several are signed in.

Input

email optional

Google account to pick if the chooser appears. Omit to use the first/only account.

Output

url required
loggedIn required
account optional

The signed-in Vercel account, read back from Vercel's own session endpoint. Null when no email could be read — never an unverified echo of the `email` argument.

FAQ

Log into Vercel using Sign in with Google, ending on your Vercel dashboard. Returns straight away if you are already signed in, so it is safe to run repeatedly. Optionally pass which Google account to pick when several are signed in.
Optional: email.
It returns url, account, loggedIn.
Yes. It acts as you on vercel.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the vercel.com cookies saved by the Reduck extension.
It makes changes on vercel.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/vercel.com/login_with_google, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/vercel.com/login_with_google
It is part of Reduck's official curated catalogue.

Start building not clicking