> For the complete documentation index, see [llms.txt](https://learn.heeler.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.heeler.com/tenant-admin-guide/connections/vendor-connections.md).

# Vendor Connections

## Auto-Discovered Third-Party Vendor Inventory

**Vendor Connections** is a read-only inventory of third-party SaaS vendors Heeler has identified in your cloud accounts — typically through cross-account IAM trust relationships (e.g., a Datadog AWS account ID present in your trust policies). This is *not* a connection you create; it's a discovery surface.

### Where to find it

Administration → **Connections** → **Vendor Connections** in the left sidebar.

URL: `https://app.heeler.com/administration/connections/vendor_connections`

### What it's for

Use Vendor Connections to:

* Inventory which third-party SaaS providers have access into your cloud environment.
* See the **Resource Count** each vendor is touching.
* Spot vendors you no longer use that still have access.

### Reference

#### Table columns

| Column                     | Description                                                                                              |
| -------------------------- | -------------------------------------------------------------------------------------------------------- |
| **Connection Information** | Vendor name + the account identifier the vendor uses to access your environment.                         |
| **Connection Type**        | Type of connection — typically "AWS Account" (for cross-account roles), but can include other providers. |
| **Resource Count**         | Number of resources Heeler observed the vendor touching.                                                 |

#### Actions

This list is read-only. There is no "Add" button — vendors are discovered automatically as Heeler observes them in your environment. To revoke a vendor's access, do so in your cloud provider's IAM console.


---

# 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://learn.heeler.com/tenant-admin-guide/connections/vendor-connections.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.
