Vault SDKs
Full Vault SDKs for integration and automation
If you are looking for SDK capabilities beyond secrets management, Keeper provides other SDKs that can perform vault and administrative functionality.
Python Commander CLI
The Keeper Commander CLI is an implementation using Python that interfaces with the Keeper vault and Keeper administrative functions. The source code is available below:
https://github.com/keeper-Security/commander
.Net Vault SDK
We also created a .Net based Commander tool with a developer SDK for basic vault access and administrative functions:
https://github.com/Keeper-Security/keeper-sdk-dotnet
PowerShell CLI
Keeper's PowerShell command-line tool ("PowerCommander") provides basic vault access and administrative functions in PowerShell scripts.
https://github.com/Keeper-Security/keeper-sdk-dotnet/tree/release/PowerCommander For more advanced command line capabilities, please refer to the Python-based Commander CLI.
Last updated