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

# Python SDK 1.2.0

### Overview

The Keeper SDK is a Python library that provides programmatic access to Keeper Security's platform. It enables developers to:

* Authenticate users and manage sessions
* Access and manipulate vault records (passwords, files, custom fields)
* Manage folders and shared folders
* Administer enterprise console operations (users, teams, roles, nodes)
* Integrate Keeper's zero-knowledge security architecture into applications
* Automate password rotation and secrets management workflows

### Release 1.2.0 Highlights

* Nested Shared Folders — Create and manage hierarchical shared folder structures, with full support for permissions, sharing, record operations, and sync
* One-Time Shares — Generate secure, single-use share links for individual records
* Skip-Sync Sharing — Bulk share or revoke access on shared folders without requiring a full vault sync
* Device Management — List, rename, logout, and remove trusted devices from your account
* PAM Discovery — Automatically discover infrastructure resources and apply rotation rules via the PAM gateway
* PAM Debug Tools — New diagnostic commands for inspecting PAM graphs, gateways, ACLs, and vertices
* PAM Tunnel Support — New tunnel graph and utility helpers for PAM connections
* MSP Improvements — Expanded managed service provider commands including billing reports, role copying, node conversion, and company management
* Secrets Manager — New commands for sharing and updating Secrets Manager app configurations
* New Protobuf Definitions — Updated and added protocol buffer definitions for device management, DAG, folder access, pagination, record details, record sharing, and more
* New Examples — 48 new example scripts added across all major feature areas
* Bug fixes and improvements throughout share management, reporting, vault sync, and enterprise operations

### References:

* [PyPi Install Link](https://pypi.org/project/keepersdk)
* [Commander SDK](/en/keeperpam/commander-sdk/keeper-commander-sdks.md) Documentation


---

# 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://newdocs.keeper.io/en/release-notes/developer-tools/commander-sdk/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.
