# vHSM

The "vHSM" section provides routes for securely managing secret keys stored in a vault. Users can:

* **Add Keys**: Users can add new secret keys to the vault, ensuring secure and efficient key storage.
* **Manage Keys**: This section's routes also allow users to control existing keys, including modification, deletion, and retrieval of key information.

The "vHSM" section ensures a high level of security and confidentiality when working with secret keys, offering secure storage and management through the API.


---

# 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.enclaive.cloud/enclaive-multi-cloud-platform/developers/api/client-api/vhsm.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.
