Verify credentials
whoamiFetch the authenticated account's live Bluesky profile, including handle, DID, and follower counts, to verify credentials or resolve 'me' and 'my' to the current user.
Instructions
Authenticate and return the live profile for a connected account, including follower counts. Use this to confirm credentials work, or when the user says 'me' or 'my' and you need their handle and DID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Which connected account to act as, by handle (for example 'alice.bsky.social' or just 'alice'). Defaults to the first connected account. Call list_accounts to see them. |