App Logo
attio.com

Attio login (Google SSO)

Log into the Attio CRM with Sign in with Google, handling the Google account chooser and consent screen, and land in your Attio workspace. Returns straight away if you are already signed in, and reports the workspace it opened. Optionally pass which Google account to use. Needs a browser that is already signed in to Google.

Input

email optional

Google account to pick in the chooser. Omit to use the first account listed.

Output

url required
already required

true when a session already existed and no sign-in was needed

loggedIn required
account optional

Always null: Attio exposes the workspace, not the signed-in email, without extra lookups

workspace optional

Attio workspace slug

FAQ

Log into the Attio CRM with Sign in with Google, handling the Google account chooser and consent screen, and land in your Attio workspace. Returns straight away if you are already signed in, and reports the workspace it opened. Optionally pass which Google account to use. Needs a browser that is already signed in to Google.
Optional: email.
It returns url, account, already, loggedIn, workspace.
Yes. It acts as you on attio.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the attio.com cookies saved by the Reduck extension.
It makes changes on attio.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/attio.com/login_with_google, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/attio.com/login_with_google
It is part of Reduck's official curated catalogue.

Start building not clicking