> For the complete documentation index, see [llms.txt](https://newdocs.keeper.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newdocs.keeper.io/en/enterprise-guide/event-reporting/commander-push.md).

# On-Prem Commander Push

## Command-Line SDK and Reporting API

In addition to using the user interface for generating custom reports, Keeper supports a command-line interface (CLI) and Python SDK to programmatically generate reports. Keeper Commander is an open-source tool that provides command-line access and automation / integration capabilities.

{% hint style="info" %}
Learn about Keeper Commander [here](/en/keeperpam/commander-cli/overview.md).
{% endhint %}

For example, below is a screenshot of the "audit-report" command usage which can be used to generate custom reports through the CLI:

![](https://4290574019-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LO5CAzpxoaEquZJBpYz%2F-L_UgoWowZ95-TivE7il%2F-L_UhXS33P4gVZo8TQXB%2Fgreen_text_1.jpg?alt=media\&token=d248da68-beaa-40f5-aa66-14bd0efde70d)

![](https://4290574019-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LO5CAzpxoaEquZJBpYz%2F-L_UgoWowZ95-TivE7il%2F-L_Uhuj068H6U6XUHygF%2Fgreen_text_2.jpg?alt=media\&token=2c355458-7942-4481-9679-195d8e11cb52)

Keeper Commander also integrates into third-party SIEM solutions that operate on-prem. For a comprehensive look at how Keeper Commander can be utilized in your environment, visit the [Documentation Portal for Keeper Commander SDK](/en/keeperpam/commander-sdk/keeper-commander-sdks.md). If you require assistance with Keeper Commander, contact <commander@keepersecurity.com>.


---

# 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://newdocs.keeper.io/en/enterprise-guide/event-reporting/commander-push.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.
