> For the complete documentation index, see [llms.txt](https://resmocom.gitbook.io/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resmocom.gitbook.io/product/integrations/tenable-integration.md).

# Tenable Integration

## Resmo + Tenable Integration Fundamentals

<figure><img src="/files/yZjzwohLSJBJVaShKRGu" alt=""><figcaption></figcaption></figure>

Resmo Tenable integration ensures the security and compliance of your Tenable environment.

### What does Resmo offer to Tenable users?

* Collect and monitor your Tenable resources like scans, findings, and users in one place
* Query across your Tenable environment using SQL or free text search
* Set up security rules for continuous security assessments
* Get notifications when a resource or configuration changes

### How does the integration work?

Once you sign up to Resmo, you can easily integrate your account with Tenable.io access key and secret key. The integration uses your access key and secret key to authenticate with Tenable.io API. Please be careful to use a user with the following permissions:

{% hint style="info" %}

* List Users
* List Groups
* List Permissions
* List Scans
* Export Assets
* Export Vulnerabilities
* Search scan configurations
* Search scans
* Search vulnerabilities
* List images
* List repositories
* Get image report

Do not forget to check [API documentation](https://developer.tenable.com/reference/navigate) for permission details of each resource.
{% endhint %}

#### Available resources

Resmo collects a wide range of Tenable resources for visibility, including assets, images, users, scans, and more.

See the complete list:

{% embed url="<https://resources.resmo.com/tenable>" %}

## Integration walkthrough

### How to install

1. Select Tenable on the Integrations page of your Resmo account.
2. Click the Add Integration button at the bottom right corner of the opening modal.
3. Go to your Tenable account on a new tab on your browser.&#x20;
4. Navigate to My Account -> API Keys -> Generate. Then, copy your generated API key.

<figure><img src="/files/8fgozOq8uk1uy4KT6HRM" alt=""><figcaption></figcaption></figure>

5. Enter your access key on the integration screen’s Access Key field.

<figure><img src="/files/5bFJ8PpAW1tTaQK3D6JQ" alt=""><figcaption></figcaption></figure>

6. Enter your secret key on the integration screen’s Secret Key field.
7. Hit the create button, and you are ready to run queries.

### How to uninstall

1. Select Tenable on your Integrations page.
2. Open the Connected Integrations tab on the opening modal and select the integrated account you want to remove.
3. To temporarily pause the integration, hit the Disable button; you can always enable it back later on.&#x20;
4. For permanent uninstallation, click the Delete button. Note that this action cannot be undone.

<figure><img src="/files/mo2sLc54Pk7BWeoQKFNB" alt=""><figcaption></figcaption></figure>


---

# 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://resmocom.gitbook.io/product/integrations/tenable-integration.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.
