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

# Upstash Integration

## Resmo + Upstash Integration Fundamentals

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

Resmo integrates with Upstash in one click to help you keep your Upstash assets continuously secure and compliant.

### What does Resmo offer to Upstash users?

* Create an asset inventory for your Upstash resources, including Redis Databases, Kafka Clusters, users, and more.&#x20;
* Query your resources, configurations, and changes with the flexible SQL engine.
* Assess your resource and configuration security and compliance using rules
* Set up notification rules to get notified of critical changes

### How does the integration work?

Resmo uses API keys created by a user. Ensure that you have 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 Upstash resources in one place, including Kafka topics, Kafka clusters, Redis databases, and more.

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

## Integration Walkthrough

### How to install

1. Select Upstash on your Integrations page on Resmo.
2. Click the Add Integration button at the bottom right corner of the opening modal.
3. Ensure that the related team or personal account is selected.
4. Open your Upstash account on a new tab on your browser.
5. Create an API Key from Upstash [Settings Page](https://console.upstash.com/account/api).
6. Fill the form with API Key and user email address and click Create.
7. All done! Now you can start querying your Upstash resources!

### How to uninstall

1. Select Flyio on your Integrations page.
2. From the Connected Integrations tab on the opening modal, click the Upstash integration you want to uninstall.
3. To temporarily pause the integration, click the Disable button; to permanently remove it, click the Delete button.&#x20;

<figure><img src="/files/nSwSauauX3K7z2CEnkjk" 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/upstash-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.
