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

# Agentless deployment

Agentless deployment is a method of deploying and managing software or security tools without installing additional agents on target devices. Instead of relying on locally installed software, it uses existing protocols, APIs, or services—such as WMI, SSH, or cloud-native integrations—to monitor, configure, and secure systems.

This approach reduces complexity and overhead by removing the need to manage agent installations and updates. It is particularly beneficial in dynamic environments like cloud platforms or large-scale networks, where rapid onboarding and minimal disruption are key.

Devolutions PAM can leverage agentless techniques in certain workflows, such as remote credential injection and access logging, to simplify implementation and maintain tight security control without adding software to every managed endpoint.

#### Agentless deployment aliases

* Agentless management
* Agentless architecture
* Zero-footprint deployment

#### Related topics

* [Remote connection management](https://docs.devolutions.net/rdm/concepts/basic-concepts/remote-connection-management/)
* [Security](https://docs.devolutions.net/rdm/concepts/advanced-concepts/security/)
* [External PAM integrations](https://docs.devolutions.net/rdm/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:

```
GET https://docs.devolutions.net/pam/concepts/agentless-deployment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
