search_accounts
Search for AT Protocol accounts by handle or display name (paginated, via the Bluesky AppView app.bsky.actor.searchActors, so accounts unknown to that index may be missing). Returns candidate accounts with DID + handle, to turn a name into a DID. Results are search CANDIDATES, not verified handle-to-DID mappings: call verify_handle before trusting that a handle really belongs to a DID (resolve/get_profile only confirm an account exists, not that the handle is authentic).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (1-100, default 50). A cursor in the response means more pages exist. | |
| query | Yes | A handle fragment or display name, e.g. "alice". | |
| cursor | No | Pagination cursor from a previous call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||