> 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/it/knowledge-base/knowledge-base-articles/entry-settings/api-key.md).

# Chiave API

Configuri la voce chiave API in Remote Desktop Manager per archiviare e gestire le credenziali dei servizi utilizzando un ID API, una chiave API e i dettagli del tenant.

La voce chiave API archivia e gestisce le credenziali dei servizi che richiedono un ID API e una chiave API.

{% hint style="info" %}
Per convertire una voce ***Nome utente e password*** in una chiave API, faccia clic con il pulsante destro del mouse sulla voce e selezioni ***Modifica (azioni speciali)***– ***Converti in***– ***Converti in chiave API***.
{% endhint %}

### Scheda Generale

<table data-header-hidden><thead><tr><th width="174.7999267578125"></th><th></th></tr></thead><tbody><tr><td><strong>Campo</strong></td><td>Descrizione</td></tr><tr><td><strong>ID API</strong></td><td>Identificatore emesso dal servizio di destinazione. Incolli il valore esatto fornito dal servizio.</td></tr><tr><td><strong>Chiave API</strong></td><td>Inserisca la chiave API. Utilizzi le icone adiacenti per mostrare la password, generare una nuova chiave o visualizzare la cronologia delle password.</td></tr><tr><td><strong>URL</strong></td><td>URL di base o endpoint utilizzato dal servizio.</td></tr><tr><td><strong>ID tenant</strong></td><td>Identificatore per i servizi multi-tenant.</td></tr><tr><td><strong>Tipo</strong></td><td>Tipo di servizio o provider.</td></tr><tr><td><strong>Valido dal</strong></td><td>Data di inizio in cui la chiave diventa valida.</td></tr><tr><td><strong>Scade dopo</strong></td><td>Selezioni per abilitare e impostare la data di scadenza della chiave.</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/it/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.
