> 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/pam/es/concepts/agentless-deployment.md).

# Despliegue sin agente

El despliegue sin agentes es un método para desplegar y gestionar software o herramientas de seguridad sin instalar agentes adicionales en los dispositivos de destino. En lugar de depender de software instalado localmente, utiliza protocolos, API o servicios existentes —como WMI, SSH o integraciones nativas en la nube— para supervisar, configurar y proteger los sistemas.

Este enfoque reduce la complejidad y la carga de trabajo al eliminar la necesidad de gestionar instalaciones y actualizaciones de agentes. Resulta especialmente beneficioso en entornos dinámicos como plataformas en la nube o redes a gran escala, donde la incorporación rápida y la mínima interrupción son fundamentales.

Devolutions PAM puede aprovechar técnicas sin agentes en determinados flujos de trabajo, como la inyección de credenciales remota y el registro de accesos, para simplificar la implementación y mantener un control de seguridad estricto sin añadir software a cada endpoint gestionado.

#### Alias de despliegue sin agentes

* Gestión sin agentes
* Arquitectura sin agentes
* Despliegue sin huella

#### Temas relacionados

* [Gestión de conexiones remotas](https://docs.devolutions.net/rdm/es/concepts/basic-concepts/remote-connection-management)
* [Seguridad](https://docs.devolutions.net/rdm/es/concepts/advanced-concepts/security)
* [Integraciones PAM externas](https://docs.devolutions.net/rdm/es/concepts/advanced-concepts/external-pam-integrations)


---

# 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/pam/es/concepts/agentless-deployment.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.
