Connect or rotate a password-manager integration
Connect a password-manager integration (currently 1Password) by providing a service account token, or rotate the token of an existing integration. The token is validated (by listing the vaults it can access) and then stored encrypted in the user’s secret manager. During browser automation logins the agent uses it to look up credentials and 2FA codes by domain; credential values are only exposed to the browser as redacted secret references.
Authorizations
JWT authentication token
Body
Password-manager service account token (e.g. a 1Password service
account token, ops_...). Validated on connect and stored
encrypted in the user's secret manager; never returned.
The kind of password manager to connect. Defaults to onepassword.
onepassword Response
The connected integration status
Whether a password-manager integration is connected.
The kind of password manager connected.
onepassword Names of the vaults accessible with the connected token (display only). Only populated on connect, when the token was just validated.

