# 2025年11月

## **新規公開: コマンダーSDK**

新しい[Keeper Python SDK](/keeperpam/jp/commander-sdk/keeper-commander-sdks.md)は、Keeperボルトや管理機能にプログラムからアクセスできる最新のPythonライブラリです。これまでのコマンダーCLIのコードベースを全面的にリファクタリングし、開発者が以下のようなカスタム機能を簡単に構築できるよう設計されています。

* カスタム統合機能やアプリケーションの構築。
* エンタープライズ構造、ユーザー、ロール、チーム、設定の管理。
* レコードの作成・更新・削除など、ボルトやPAMの各種操作の実行。

セットアップ手順について詳しくは[こちら](/keeperpam/jp/commander-cli/commander-installation-setup/python-developer-setup.md)のページをご参照ください。

利用可能なコマンド一覧は[こちら](/keeperpam/jp/commander-sdk/keeper-commander-sdks/sdk-command-reference.md)のページ ([英語版](/keeperpam/jp/commander-sdk/keeper-commander-sdks/sdk-command-reference.md)) に掲載されています。

SDKの使用例となるサンプルスクリプトも[こちら](https://github.com/Keeper-Security/keeper-sdk-python/tree/master/examples)のページで公開しています。

***

## **Raycast拡張機能**

Keeper SecurityのボルトにmacOSデスクトップ環境から直接アクセスできる、包括的な[Raycast](https://www.raycast.com/)拡張機能を実装。レコード管理、認証情報の生成、ボルト内の情報へのアクセスを、ワークフローを離れずに実行できます。

詳しくは[こちら](/keeperpam/jp/secrets-manager/integrations.md#raycast-kuo-zhang-ji-neng)のページをご参照ください。

***

## **Visual Studio Code拡張機能2.0.0**

Keeper Securityの機能を開発者ワークフローへスムーズに統合するVS Code拡張機能の最新版です。ボルトに保存されたシークレットの保存・取得・生成・コマンド実行を安全に行えるシークレット管理機能を実現します。

開発者は開発環境を離れずにシークレットを安全に管理でき、既存のKeeperインフラとのスムーズな統合と最高水準のセキュリティを実現します。

また、バージョン2.0.0では、データソースとしてKeeperコマンダーCLIまたはKeeperシークレットマネージャーのいずれかを選択可能です。

インストール手順については[こちら](/keeperpam/jp/secrets-manager/integrations.md#visual-studio-code-kuo-zhang-ji-neng)のページをご参照ください。

***

## **Keeperシークレットマネージャー向けRuby SDK**

KeeperシークレットマネージャーSDKは、主要なプログラミング言語から、シンプル・高速・効率的にシークレット管理機能へアクセスできるよう設計されています。新たにRubyをサポートしました。

詳しくは[こちら](/keeperpam/jp/secrets-manager/developer-sdk-library/ruby-sdk.md)のページ (英語版) をご参照ください。


---

# 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/release-notes/jp/enterprise/keeper-secrets-manager/2025/november-2025.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.
