# Secrets Manager commands

#### Overview

The page focuses on **Keeper Secrets Manager**, a cloud-based, zero‑knowledge platform designed for DevOps and engineering teams to centrally and securely manage access to privileged credentials—like passwords, API keys, and service account secrets. It enables use‑cases such as removing hard‑coded credentials from code, granting vault access to applications, and on‑demand rotation of service account credentials .

### Types of Secrets Manager commands

* [Secrets Manager App](/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/secrets-manager-commands/secrets-manager-app-commands.md)
* [Secrets Manager Client](/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/secrets-manager-commands/secrets-manager-client-commands.md)
* [Secrets Manager Share](/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/secrets-manager-commands/secrets-manager-share-commands.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/keeperpam/commander-sdk/keeper-commander-sdks/sdk-command-reference/secrets-manager-commands.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.
