# Api:User Vault

**Page:** api/api-user-vault

[Download Raw Markdown](./api/api-user-vault.md)

---

## API Endpoints Summary

- **GET** `/api/v1/vault/stats` — Get vault statistics
- **GET** `/api/v1/vault/keys` — List vault keys
- **GET** `/api/v1/vault/keys/{key}` — Get vault key
- **PUT** `/api/v1/vault/keys/{key}` — Set vault key
- **PATCH** `/api/v1/vault/keys/{key}` — Set vault key
- **DELETE** `/api/v1/vault/keys/{key}` — Delete vault key
- **DELETE** `/api/v1/vault` — Clear entire vault

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```