App Logo
lovable.dev

Lovable login (Google SSO)

Sign in to Lovable with Google and land on the dashboard, ready for the scripts that need a signed-in session. Already signed in, it returns straight away instead of repeating the sign-in. Works whatever language Lovable is displayed in.

Input

email optional

Google account to pick if Google shows an account chooser. Omit to use the single signed-in account.

Output

url required

The Lovable URL the run landed on once signed in.

loggedIn required
account optional

Echo of the email argument — which Google account the run was told to pick. Null when the caller did not specify one. This is the request, not verified session evidence: Lovable surfaces no account email on the signed-in page, so there is nothing to read it back from.

FAQ

Sign in to Lovable with Google and land on the dashboard, ready for the scripts that need a signed-in session. Already signed in, it returns straight away instead of repeating the sign-in. Works whatever language Lovable is displayed in.
Optional: email.
It returns url, account, loggedIn.
Yes. It acts as you on lovable.dev: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the lovable.dev cookies saved by the Reduck extension.
It makes changes on lovable.dev, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/lovable.dev/login_with_google, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/lovable.dev/login_with_google
It is part of Reduck's official curated catalogue.

Start building not clicking