> 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/knowledge-base/knowledge-base-articles/it-glue-information.md).

# IT Glue information

### Prerequisite

Please note that an IT Glue Enterprise license is required to use IT Glue in Remote Desktop Manager.

### IT Glue

There are some limitations to the API provided by IT Glue due to it requiring a private API key. This API key acts as an authentication and provides access to the IT Glue organizations.

For more information please look into this article under the section [Generating an API key](https://support.itglue.com/hc/en-us/articles/360004938078-Getting-started-with-the-IT-Glue-API)

The important thing to remember is all API endpoints require authentication using a private API key.

{% hint style="danger" %}
Whenever you send a request to the API, you send your key with it so that we know it is you. This means that anyone who has your key can access your data, so it’s important to keep it private. You can revoke an old API key and generate a new one at any time from your IT Glue account. Any requests made using your old key will no longer work.
{% endhint %}

Therefore there are 2 choices when using IT Glue in Remote Desktop Manager:

1. Everyone is an administrator. Since you do not want to share the API key with everyone, you can create a session in an ***Always prompt with list*** mode. However, this way everyone can access all credentials stored in the selected IT Glue organization. This is not the best solution as far as security is concerned.
2. Have the administrator or someone trustworthy create specific entries targeting specific IT Glue credentials in Remote Desktop Manager Then you can use the Remote Desktop Manager permissions to decide who can ***View*** the entry and who can ***View Password*** If you choose this option, you would have to make sure to block the ***Edit*** permissions on all IT Glue entries as to ensure no one can edit the entry and choose a password which is not meant for them.

### Usage

#### Create an IT Glue credential entry

1. Click on ***New entry*** – ***Credential management*** – ***IT Glue***.
2. Then, input the ***API key*** generated by IT Glue (***Account*** – ***Settings*** – ***API keys***).
3. Choose an IT Glue ***Organization*** and enter its ***Password***. Click ***Save***.

#### Link credentials to a session entry

With the ***IT Glue*** credentials entry created, you can link it to a session entry, in this example an RDP entry, to automatically retrieve and inject them. Here is how to do so:

1. Add or edit a session entry (RDP, ARD, Website, etc.).
2. Set the ***Credentials*** option to ***Linked (vault)***, and choose the ***IT Glue*** credential entry created previously.
3. Enter the ***Host*** for the session, and click on ***Add*** or ***Update***.
4. Launch the session. If the ***Always prompt with list*** option was checked during the ***IT Glue*** entry creation process, you need select your desired credentials from the ***IT Glue credentials list***. Click on ***OK***.


---

# 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/rdm/knowledge-base/knowledge-base-articles/it-glue-information.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.
