> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/jp/developer-tools/komandsdk/python-sdk-1.2.0.md).

# Python SDK 1.2.0

### 概要 <a href="#overview" id="overview"></a>

Keeper SDKは、Keeper Securityプラットフォームをプログラムから利用するためのPythonライブラリです。以下の機能を利用できます。

* ユーザー認証およびセッション管理
* ボルトレコード (パスワード、ファイル、カスタムフィールド) へのアクセスおよび操作
* フォルダおよび共有フォルダの管理
* 管理コンソール (ユーザー、チーム、ロール、ノード) の管理
* Keeperのゼロ知識セキュリティアーキテクチャをアプリケーションへ統合
* パスワードローテーションおよびシークレット管理ワークフローの自動化

### バージョン1.2.0の主な更新内容 <a href="#release-1-2-0-highlights" id="release-1-2-0-highlights"></a>

* 階層型共有フォルダ — 権限設定、共有、レコード操作、同期に対応した階層型共有フォルダ構成の作成・管理をサポート。
* ワンタイム共有 — 個別のレコードに対して、一度だけ利用できる安全な共有リンクを生成。
* 同期スキップ共有 — ボルト全体の同期を行うことなく、共有フォルダへの一括共有やアクセス権の取り消しが可能。
* デバイス管理 — アカウントの信頼済みデバイスの一覧表示、名前変更、ログアウト、削除に対応。
* PAM検出 — PAMゲートウェイ経由でのインフラストラクチャリソースの自動検出およびローテーションルールの適用。
* PAMデバッグツール — PAMグラフ、ゲートウェイ、ACL、頂点を確認するための診断コマンドを追加。
* PAMトンネル対応 — PAM接続向けのトンネルグラフおよびユーティリティヘルパーを追加。
* MSP機能の強化 — 請求レポート、ロールのコピー、ノード変換、企業管理など、マネージドサービスプロバイダー向けコマンドを拡充。
* シークレットマネージャー — シークレットマネージャーアプリの共有および設定更新コマンドを追加。
* Protobuf定義の更新 — デバイス管理、DAG、フォルダアクセス、ページネーション、レコード詳細、レコード共有などに関するProtocol Buffers定義を追加・更新。
* サンプルコードの追加 — 主要な機能を網羅する48本のサンプルスクリプトを追加。
* 共有管理、レポート、ボルト同期、エンタープライズ管理に関する各種不具合修正および改善を実施。

**リンク**

* [PyPIインストールリンク](https://pypi.org/project/keepersdk/)
* [コマンダーSDKのドキュメント](/keeperpam/jp/commander-sdk/keeper-commander-sdks.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/release-notes/jp/developer-tools/komandsdk/python-sdk-1.2.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
