> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/xsoar-8-opp-release-notes/8.13/features-introduced-in-this-release/feature-enhancements.md).

# Feature enhancements

The Cortex XSOAR 8.13 release includes the following enhancements:

| Feature                                                               | Description                                                                                                                                                                                                                                                                                                                                            |
| --------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Improve playbook unlocking                                            | Ensure your team can edit their automation workflows with automatic or manual playbook unlocking. The system now clears locks immediately when a user logs out or when a session expires. Additionally, you can grant a new permission to designated users so they can manually unlock playbooks on the Playbooks page or in the editor.               |
| Authenticate with Active Directory and OpenLDAP                       | Simplify your login process and maintain consistent security policies by using your existing corporate credentials. You can now authenticate through OpenLDAP or Active Directory, with permissions automatically mapped to your existing directory groups. We added these options under the Access Management settings to streamline user management. |
| Change admin passwords via the TUI                                    | Meet baseline security requirements and protect your infrastructure by updating credentials directly. You can now trigger SSH admin user password change on the next login to the Textual UI (TUI) for each node via a new password management menu.                                                                                                   |
| Support for Self-Signed Certificates (S3-Compatible External Storage) | You can now connect to S3-compatible storage using self-signed certiﬁcates without manual conﬁguration. We automated the certiﬁcate setup process in the installer to ensure your backups remain secure and uninterrupted.                                                                                                                             |

**API**

| Feature                       | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| New System Health Metrics API | <p>The System Health Metrics API (<code>POST /public\_api/v1/system\_diagnostics/data/papi/</code>) retrieves system health metric snapshots from an on-premise Cortex XSOAR deployment.</p><p>Each snapshot includes node-level CPU, memory, and disk utilization, as well as component health status, storage usage, and queue depth.</p><p>By default, the API returns snapshots from the previous 24 hours. Results are sorted by timestamp in descending order, with the most recent snapshot listed first.</p> |


---

# 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://cortex-docs.paloaltonetworks.com/xsoar-8-opp-release-notes/8.13/features-introduced-in-this-release/feature-enhancements.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.
