App Logo
claude.ai

Login (self-authenticating via email magic link)

Authenticate to claude.ai by email magic link, with no cookie injection: requests the link, reads it from Gmail in the same browser, and lands signed in. Requires an active Google session for that inbox. Returns {authenticated, method: existing|magic_link, email, orgs}. Chain it before other claude.ai scripts, e.g. list_invoices.

Input

email required

Claude account email. Its Gmail inbox must be reachable (Google session active in this browser).

Output

orgs required
email required
method required
authenticated required

FAQ

Authenticate to claude.ai by email magic link, with no cookie injection: requests the link, reads it from Gmail in the same browser, and lands signed in. Requires an active Google session for that inbox. Returns {authenticated, method: existing|magic_link, email, orgs}. Chain it before other claude.ai scripts, e.g. list_invoices.
Required: email.
It returns orgs, email, method, authenticated.
No. It only uses pages of claude.ai that are reachable without signing in.
It makes changes on claude.ai, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/claude.ai/login, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/claude.ai/login
It is part of Reduck's official curated catalogue.

Start building not clicking