Secrets Manager SDK
The Secrets Manager software development kit (SDK) helps developers create applications for secrets management. The Secrets Manager SDK will be used by the Bitwarden team to build discrete integrations with popular products, like GitHub Actions, and can be used by the community to build applications of their own.
The core SDK, found here, is written in Rust and provides Rust API, CLI, and Node-API bindings. Rust was selecting due to its memory safety, multitude of bindings to programming languages we plan to build integrations on, and its support of WebAssembly.
The SDK offered as of beta launch, like the Secrets Manager CLI built on-top of it, can be used to execute the following operations:
Authenticate using an access token.
List all secrets, secrets in a project, or projects.
Get started using the SDK today.