auth_lookup
Retrieve 1Password credentials for a URL without exposing passwords. Searches for matching usernames and TOTP availability to authenticate securely.
Instructions
Look up credentials in 1Password for a URL.
Searches 1Password for credentials matching the URL/domain. Returns credential info (username, TOTP availability) without exposing password.
Returns: Credential info if found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The queried domain | |
| has_totp | Yes | Whether a TOTP credential is stored | |
| username | No | Account username if found |