> 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/release-notes/backend/backend-api/backend-api-18.1.1.md).

# Backend API 18.1.1

### New Features

* New dedicated API for retrieving Non-Human Identity (NHI) details, providing categorized visibility into PAM users, resources, gateways, and KSM devices
* Introduced a tiered KSM API usage model for PAM accounts, replacing the previous unlimited allocation with structured tier levels (Default, Tier 1, Tier 2, Tier 3, Enterprise)
* Separate KSM NHI count is now tracked alongside the existing PAM NHI count
* New security audit event to track when a user reveals a password on a record

### Tasks

* **KA-8648:** New API endpoint to retrieve and categorize Non-Human Identity (NHI) UIDs. Returns distinct NHI identifiers grouped by type - PAM users, resources, gateways, and KSM devices - enabling admins to inspect and verify NHI counts directly from the Admin Console.
* **KA-8553:** PAM add-on activation now assigns a default PAM-bundled KSM tier. This introduces structured tier-based KSM usage tracking for all PAM accounts, supporting future billing and overage visibility.
* **KA-8675:** New audit event 'revealed password' is now generated when a user reveals a password on a Keeper record. This event is logged for security monitoring and is available through SIEM/syslog integrations.


---

# 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:

```
GET https://docs.keeper.io/release-notes/backend/backend-api/backend-api-18.1.1.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.
