# SAP API Management

ReleaseOwl integrates seamlessly with **SAP API Management** to automate the deployment and promotion of API-related artifacts across different environments. This ensures consistent and reliable delivery of API services in a DevOps-enabled SAP landscape.

Key artifacts supported include:

* **API Proxies**: These act as secure interfaces to backend SAP or non-SAP systems. ReleaseOwl enables automated deployment and version-controlled promotion of these proxies, ensuring controlled exposure of APIs to external or internal consumers.
* **Key Value Maps (KVMs)**: These are used to store environment-specific configurations like backend URLs, tokens, or other dynamic values. ReleaseOwl automates the creation and update of KVMs, allowing smooth configuration management during deployments.


---

# 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://releaseowl.gitbook.io/releaseowl-docs/releaseowl-user-guide/sap-api-management.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.
