App Logo
claude.ai

Who am I on Claude.ai

Report which Claude.ai account the browser is signed in as: the account's uuid, email, full name and display name (the name in the sidebar's bottom-left corner), plus every organisation it belongs to with the role held there and the subscription plan (free, pro, max, team, enterprise). Throws when signed out. Use it before any other claude.ai script to confirm the session, or to pick the organisation uuid another script needs.

Input

None

Output

orgs required

Every organisation the account is a member of. A personal account has exactly one.

uuid required

The account's uuid.

email required

The account's sign-in email.

full_name required

The name given at signup.

display_name required

The name Claude greets the user with and shows in the sidebar; equal to full_name unless changed in settings.

FAQ

Report which Claude.ai account the browser is signed in as: the account's uuid, email, full name and display name (the name in the sidebar's bottom-left corner), plus every organisation it belongs to with the role held there and the subscription plan (free, pro, max, team, enterprise). Throws when signed out. Use it before any other claude.ai script to confirm the session, or to pick the organisation uuid another script needs.
Nothing. It takes no input.
It returns orgs, uuid, email, full_name, display_name.
Yes. It acts as you on claude.ai: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the claude.ai cookies saved by the Reduck extension.
It only reads. It looks things up on claude.ai and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/claude.ai/whoami, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/claude.ai/whoami
It is part of Reduck's official curated catalogue.

Start building not clicking