> 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

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

![](https://cdnweb.devolutions.net/docs/RDMW6045_2025_3.png)

{% hint style="info" %}
Per convertire una voce ***Nome utente e password*** in una API key, faccia clic con il pulsante destro del mouse sulla voce e selezioni ***Modifica (azioni speciali)***– ***Converti in***– ***Converti in API key***.
{% 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>API ID</strong></td><td>Identificatore emesso dal servizio di destinazione. Incolli il valore esatto fornito dal servizio.</td></tr><tr><td><strong>API key</strong></td><td>Inserisca la API key. Utilizzi le icone adiacenti per rivelare 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 a partire dalla quale 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.
