# ボルト用SDK

シークレット管理以外のSDK機能を探している場合、Keeperにはボルト操作や管理機能を実行できる別のSDKも用意されています。

## PythonコマンダーSDK

KeeperコマンダーのPython向けSDKは、プラットフォームへプログラムからアクセスできるようにし、大規模環境での認証情報、シークレット、エンタープライズリソースの安全な管理を実現します。ソースコードは[こちらのGithubページ](https://github.com/Keeper-Security/keeper-sdk-python)から入手できます。

## PythonコマンダーCLI

KeeperコマンダーCLIは、Pythonで実装されたツールで、KeeperボルトおよびKeeperの管理機能と連携します。ソースコードは[こちらのGithubページ](https://github.com/keeper-Security/commander)から入手できます。

## .Netのボルト用SDK

基本的なボルトアクセスと管理機能のために、開発者向けSDKを備えた .Net ベースのコマンダーツールも用意しています。ソースコードは[こちらのGithubページ](https://github.com/Keeper-Security/keeper-sdk-dotnet)から入手できます。

## PowerShell CLI

KeeperのPowerShellコマンドラインツール「PowerCommander」では、PowerShellスクリプトで基本的なボルトアクセスと管理機能を利用できます。ソースコードは[こちらのGithubページ](https://github.com/Keeper-Security/keeper-sdk-dotnet/tree/release/PowerCommander)から入手できます。

さらに高度なコマンドライン機能については、Pythonベースの[コマンダーCLI](/keeperpam/jp/commander-cli/overview.md)をご参照ください。

## GoLang SDK

KeeperのGoLang SDKは、主にTerraformプロバイダーで使用されています。ソースコードは[こちらのGithubページ](https://github.com/Keeper-Security/keeper-sdk-golang)から入手できます。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/keeperpam/jp/secrets-manager/developer-sdk-library/vault-sdks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
