> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/de/knowledge-base/knowledge-base-articles/entry-settings/api-key.md).

# API-Schlüssel

Konfigurieren Sie den API-Schlüssel-Eintrag in Remote Desktop Manager, um Dienst-Anmeldeinformationen mithilfe einer API-ID, eines API-Schlüssels und Mandantendetails zu speichern und zu verwalten.

Der API-Schlüssel-Eintrag speichert und verwaltet Dienst-Anmeldeinformationen, die eine API-ID und einen API-Schlüssel erfordern.

{% hint style="info" %}
Um einen ***Benutzername und Passwort***-Eintrag in einen API-Schlüssel zu konvertieren, klicken Sie mit der rechten Maustaste auf den Eintrag und wählen Sie ***Bearbeiten (Sonderaktionen)***– ***Konvertieren zu***– ***In API-Schlüssel konvertieren***.
{% endhint %}

### Registerkarte Allgemein

<table data-header-hidden><thead><tr><th width="174.7999267578125"></th><th></th></tr></thead><tbody><tr><td><strong>Feld</strong></td><td>Beschreibung</td></tr><tr><td><strong>API-ID</strong></td><td>Vom Zieldienst ausgegebene Kennung. Fügen Sie den genauen vom Dienst bereitgestellten Wert ein.</td></tr><tr><td><strong>API-Schlüssel</strong></td><td>Geben Sie den API-Schlüssel ein. Verwenden Sie die daneben liegenden Symbole, um das Passwort anzuzeigen, einen neuen Schlüssel zu generieren oder den Passwortverlauf anzuzeigen.</td></tr><tr><td><strong>URL</strong></td><td>Basis-URL oder Endpunkt, der vom Dienst verwendet wird.</td></tr><tr><td><strong>Mandanten-ID</strong></td><td>Kennung für mandantenfähige Dienste.</td></tr><tr><td><strong>Typ</strong></td><td>Diensttyp oder Anbieter.</td></tr><tr><td><strong>Gültig ab</strong></td><td>Startdatum, ab dem der Schlüssel gültig ist.</td></tr><tr><td><strong>Läuft ab nach</strong></td><td>Auswählen, um das Ablaufdatum für den Schlüssel zu aktivieren und festzulegen.</td></tr></tbody></table>


---

# 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://docs.devolutions.net/rdm/de/knowledge-base/knowledge-base-articles/entry-settings/api-key.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.
