> 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/heroku-integration.md).

# Heroku Integration

## Resmo + Heroku Integration Fundamentals

![](/files/DVF6ZXkEG6lOctwfpYuB)

Resmo integrates with Heroku to keep your cyber asset environments secure and compliant.

### What does Resmo offer to Heroku users?

* Collect and monitor all your Heroku assets like add-ons, applications, and teams in one place
* Query your entire asset inventory using Resmo's powerful SQL query engine
* Set up rule notifications based on Heroku resource configurations to stay continuously secure
* Receive timely alerts on policy violations to mitigate risks

### How does the integration work?

Resmo has a Heroku application that you can install once you sign up for a Resmo account. Our application uses API to make the initial polling and receive existing resources. Then, we receive resource changes and updates in real-time by regular polling.

#### Available resources

Resmo aggregates Heroku resources like teams, applications, and add-ons to help you keep them visible and secure.

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

## Integration Walkthrough

### How to install

1. Login to your Resmo account and navigate to the Integrations page.
2. Select Heroku and click Add Integration from the bottom right corner of the opening modal.
3. Then, hit the Create button.

* When choosing an access level, keep in mind that Heroku requires global scope for fetching team members.&#x20;

![](/files/fXx1Q2rgyEhJQa8UDgLo)

4\. You'll be redirected to Heroku. Accept permissions.

5\. You are ready! Now you can start querying your Heroku resources!

{% hint style="info" %}

#### About Access level

There are two options for Oauth token scopes: global and read. Resmo sets 'global' as default for fetching team members because this resource is not accessible with the 'read' scope.
{% endhint %}

### How to uninstall

1. Navigate to your Integrations page on Resmo and select Heroku.
2. From the Connected Integrations tab on the opening modal, select the Heroku integration you wish to delete.
3. To temporarily pause the integration click the Disable button. To remove it permanently, click the Delete button from the top right.

{% hint style="info" %}

#### Revoking Tokens

If you want to revoke your OAuth tokens after deleting the integration. Navigate the [settings page](https://dashboard.heroku.com/account/applications) and delete the Resmo application.
{% endhint %}

&#x20;


---

# 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/heroku-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.
