> 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/enterprise-guide/commander-cli.md).

# Commander CLI

## Overview

Keeper Commander is an open-source command-line interface CLI, scripting tool, and SDK interface to Keeper. Most of the Keeper platform including Vault, Admin Console, Secrets Manager, Privileged Access Manager, Automator, and other areas of the platform can be controlled, scripted, and automated through this tool.

![Commander CLI Interface](https://4290574019-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LO5CAzpxoaEquZJBpYz%2Fuploads%2F9bUSEw4UsVT95dDSY9E0%2FScreen%20Shot%202022-04-28%20at%203.23.58%20PM.png?alt=media\&token=d0588725-d128-466f-bbbe-e45f8c39c74d)

The Commander platform is Zero Knowledge, similar to other Keeper's applications. It interfaces with the Keeper backend using the same APIs and cryptographic functions as our client applications. This tools is helpful for customers who are looking for enhanced automation, integration and batch processing.

### Use Cases

* Access your Keeper vault through a CLI
* Authenticate using SSO, biometric, passkeys, and Master Password
* Generate passwords and check password strength
* Import and export vault records
* Manage records, folders, shared folders, and one-time shares
* Customize integration into your backend systems
* Provision new Enterprise user accounts and shared folders
* Manage nodes, roles, teams, and users
* Approve devices and JIT elevations
* Schedule and automate commands
* Manage KeeperPAM (Password Rotation, Connections, Tunnels, Discovery)
* Migrate from LastPass, Delinea Secret Server, KeePass, and other products
* Manage MSP licensing and client tenants
* Launch a REST API service
* Python, .NET, PowerShell, and Go SDKs

Visit the [Commander documentation](/en/keeperpam/commander-cli/overview.md) to learn more.

### Installation and Setup

Visit the Keeper Commander [installation page](/en/keeperpam/commander-cli/commander-installation-setup.md) for Windows, macOS, Linux, and source code access.


---

# 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/enterprise-guide/commander-cli.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.
