Connect your own 1Password Connect Server (self-hosted, Bearer access token) to read and manage vaults, items (logins, passwords, secure notes, API credentials), and file attachments -- full read/write plus value-add vault health and stale-item reports. Item secrets are never logged.
connect_onepasswordwriteConnect your own 1Password Connect Server (self-hosted, Bearer access token) by saving its base URL and access token, after checking it actually works.
list_connectionsreadList the connected 1Password Connect servers.
disconnect_onepassworddestructiveDisconnect a 1Password Connect server: deletes the saved base URL/access token. Nothing in 1Password itself is changed.
list_vaultsreadList vaults this 1Password Connect server was granted access to. There is no way to list every vault in the account -- only the ones this server's token can reach.
get_vaultreadRead one vault's metadata in full by id.
list_itemsreadList items (logins, passwords, secure notes, API credentials, and more) inside one vault. Item summaries do NOT include secret field values -- use get_item for those.
get_itemreadRead one item in full, INCLUDING its secret field values (passwords, API keys, private notes). This exposes real credentials -- use only when you actually need the secret value.
create_itemwriteCreate a new item (login, password, secure note, API credential, etc) in a vault. Cannot create CUSTOM or DOCUMENT category items -- 1Password's own API restriction.
update_itemwriteUpdate selected fields of an existing item using RFC6902 JSON Patch operations (add/remove/replace). Only the given operations change; everything else on the item stays as-is.
delete_itemdestructivePermanently delete an item from a vault. Cannot be undone.
list_filesreadList file attachments on an item (e.g. a document or image attached to a secure note).
get_filereadRead one file attachment's metadata (name, size) by id.
get_file_contentreadDownload a file attachment's actual content, base64-encoded. Exposes real file data -- use only when you actually need the file's bytes.
list_api_activityreadList API activity (audit trail) for this Connect server's own access token usage.
audit_vault_healthreadBuild one aggregated health report across every vault this Connect server can reach: item count and category breakdown per vault.
get_stale_items_reportreadValue-add report: scan one vault's items and flag every one not updated in at least the given number of days -- candidates for password rotation review.
Install 1Password and let Webbee use it across your workflow.
Open in panel