> 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/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference.md).

# SDK Command Reference

All commands available in the Keeper Commander SDK

### Command Categories

Keeper SDK commands are broadly categorized into the following types

<table><thead><tr><th data-type="content-ref">Link</th><th width="425.39453125">Description</th></tr></thead><tbody><tr><td><a href="/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/login-commands.md">Login Commands</a></td><td>Section for describing supported login flows and MFA methods</td></tr><tr><td><a href="/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/record-commands.md">Record Commands</a></td><td>Commands focused on the creation, update, and deletion of vault records, enabling direct interaction with stored data.</td></tr><tr><td><a href="/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/folder-commands.md">Folder Commands</a></td><td>Commands focused on creation, update, deletion, fetching and listing of folders.</td></tr><tr><td><a href="/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/secrets-manager-commands.md">Secrets Manager commands</a></td><td>Commands related to managing secrets, Secrets Manager applications, app clients, and app access control</td></tr><tr><td><a href="/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/sharing-commands.md">Sharing Commands</a></td><td>Commands for sharing and revoking access to individual records and folders across users or teams.</td></tr><tr><td><a href="/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/sharing-commands/shared-folder-commands.md">Shared Folder Commands</a></td><td>Commands for creating, listing, edit and removal of shared folders</td></tr><tr><td><a href="/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/team-commands.md">Team Commands</a></td><td>Commands for teams related actions like listing, add, edit and remove.</td></tr><tr><td><a href="/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/record-type-commands.md">Record Type Commands</a></td><td>Commands for creating, importing, exporting, and managing custom record types used within the Keeper vault.</td></tr><tr><td><a href="/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/enterprise-management-commands.md">Enterprise Management Commands</a></td><td>Commands for administering enterprise-level structures, including teams and users, and managing their associations via nodes and roles.</td></tr><tr><td><a href="/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/breachwatch-commands.md">BreachWatch Commands</a></td><td>Commands for accessing breach detection, monitoring password health and mitigating exposed and compromised passwords.</td></tr><tr><td><a href="/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/reporting-commands.md">Reporting Commands</a></td><td>Commands for accessing reports such as audit alert, action report and others</td></tr><tr><td><a href="/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/pedm-commands.md">KEPM Commands</a></td><td>Commands for accessing the PEDM feature of KeeperSecurity.</td></tr><tr><td><a href="/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/trash-commands.md">Trash Commands</a></td><td>Commands to manage the trash in vault and perform operations such as list, get, restore, purge and un-share the records and shared folders in trash.</td></tr><tr><td><a href="/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/import-export-commands.md">Import Export Commands</a></td><td>Commands for importing and exporting data to and from KeeperSecurity Vault from files or other platforms.</td></tr><tr><td><a href="/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/miscellaneous-commands.md">Miscellaneous Commands</a></td><td>Commands for managing various features of vault and admin console such as login, this-device management, listing, search etc.</td></tr><tr><td><a href="/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/keeperpam-commands.md">KeeperPAM Commands</a></td><td>Commands for accessing PAM setup and execution features</td></tr></tbody></table>


---

# 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/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference.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.
