For AI agents: a documentation index is available at /llms.txt
Skip to main content

LoadSecretResponse

Response returned after attempting to fill a credential resolved from a 1Password integration. The resolved value is never included in the response.

Properties

PropertyTypeDescription
errorstring | nullError code when ok is false: DomainNotAllowed, SelectorNotFound, NoFocusedElement, TargetNotFillable, CredentialNotResolved, CredentialIntegrationExpired, VaultUnreachable, or AuditWriteFailed.
messagestring | nullHuman-readable explanation when ok is false.
okbooleanWhether the credential was resolved and filled into the target element.
timenumber | nullThe amount of time, in milliseconds, the operation took.