Connect your own CyberArk Privileged Access Manager (PVWA REST API) to manage Safes, privileged Accounts, credential retrieval/change/verify/reconcile, Just-In-Time access requests with dual-control confirmation, AAM/CCP Application identities, account-type Platforms, and the Security Events audit trail — all from chat.
connect_cyberarkwriteConnect your own CyberArk PVWA vault by saving its base URL and credentials, after checking they actually work.
disconnect_cyberarkwriteDisconnect a CyberArk vault: deletes only the saved credentials. Nothing in CyberArk itself is changed.
list_connectionsreadList the connected CyberArk vaults.
audit_vaultreadBuild one aggregated health report for the connected CyberArk vault: Safe count, Account count, and pending access requests.
list_safesreadList Safes in the connected CyberArk vault, optionally filtered by a search string.
get_safereadRead one CyberArk Safe in full.
create_safewriteCreate a new Safe in the connected CyberArk vault.
list_safe_membersreadList the members (users/groups with access) of a CyberArk Safe.
add_safe_memberwriteGrant a user or group access to a CyberArk Safe.
list_accountsreadList privileged Accounts in the connected CyberArk vault, optionally filtered by a search string or Safe name.
get_accountreadRead one privileged Account's metadata in full (never the secret itself -- use retrieve_account_password for that).
create_accountwriteOnboard a new privileged Account into a Safe.
update_accountwriteUpdate selected fields of an existing Account (name, address). Only given fields change.
delete_accountwritePermanently delete a privileged Account from CyberArk. Cannot be undone.
retrieve_account_passwordwriteRetrieve a privileged Account's current password/secret. This exposes real credentials -- use with care.
verify_account_passwordwriteVerify a privileged Account's stored password still matches the target system (CyberArk's own reconciliation check).
reconcile_account_passwordwriteForce-reconcile a privileged Account's password using its Safe's configured reconciliation account -- use after a manual out-of-band change desynced the vault.
change_account_passwordwriteRotate a privileged Account's password immediately (CPM-managed or explicit new value). This changes the real credential in the target system.
create_access_requestwriteCreate a Just-In-Time access request for a privileged Account -- for Safes configured with dual control, this must be confirmed before retrieval succeeds.
list_access_requestsreadList Just-In-Time access requests for a privileged Account.
confirm_access_requestwriteConfirm a pending Just-In-Time access request on a dual-control Safe -- required from a second approver before the requestor can retrieve the credential.
cancel_access_requestwriteCancel a pending Just-In-Time access request before it is confirmed or used.
list_applicationsreadList AAM/CCP Application identities configured on the connected CyberArk vault -- the programmatic identities that can fetch credentials without a human.
get_applicationreadRead one AAM/CCP Application identity in full.
list_platformsreadList account-type Platforms (templates) configured on the connected CyberArk vault, e.g. 'WinServerLocal', 'UnixSSH' -- required when onboarding a new Account.
list_security_eventsreadRead the Security Events audit trail for the connected CyberArk vault -- who accessed or changed what, and when.
Install CyberArk and let Webbee use it across your workflow.
Open in panel