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

# Clave de API

La entrada de clave de API almacena y gestiona credenciales de servicio que requieren un ID de API y una clave de API.

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

{% hint style="info" %}
Para convertir una entrada de ***Nombre de usuario y contraseña*** en una clave de API, haga clic con el botón derecho en la entrada y seleccione ***Editar (acciones especiales)***– ***Convertir a***– ***Convertir a clave de API***.
{% endhint %}

### Pestaña General

<table data-header-hidden><thead><tr><th width="174.7999267578125"></th><th></th></tr></thead><tbody><tr><td><strong>Campo</strong></td><td>Descripción</td></tr><tr><td><strong>ID de API</strong></td><td>Identificador emitido por el servicio de destino. Pegue el valor exacto proporcionado por el servicio.</td></tr><tr><td><strong>Clave de API</strong></td><td>Introduzca la clave de API. Utilice los iconos adyacentes para mostrar la contraseña, generar una nueva clave o ver el historial de contraseñas.</td></tr><tr><td><strong>URL</strong></td><td>URL base o endpoint utilizado por el servicio.</td></tr><tr><td><strong>ID de inquilino</strong></td><td>Identificador para servicios multiinquilino.</td></tr><tr><td><strong>Tipo</strong></td><td>Tipo de servicio o proveedor.</td></tr><tr><td><strong>Válido desde</strong></td><td>Fecha de inicio a partir de la cual la clave es válida.</td></tr><tr><td><strong>Caduca después de</strong></td><td>Seleccione para habilitar y establecer la fecha de caducidad de la clave.</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/es/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.
