> 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/cloud-organizations.md).

# Cloud Organizations

A **Cloud Organization** is an org-level connection to a cloud provider — typically the easiest way to bring Heeler many accounts at once. Org-level connections let Heeler enumerate child accounts/projects, collect events, and apply consistent IAM across the org.

### Where to find it

Administration → **Connections** → **Cloud Organizations** in the left sidebar.

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

### Quick start

[See the Cloud Setup documentation.](/getting-started/cloud-setup.md)

### Reference

#### Table columns

| Column               | Description                                                                   |
| -------------------- | ----------------------------------------------------------------------------- |
| **Organization**     | The org name as reported by the provider.                                     |
| **Identifier**       | Provider-side ID (e.g., AWS Org ID).                                          |
| **Health**           | Org-level connection status.                                                  |
| **Event Collection** | Whether CloudTrail / GCP Audit Logs / Azure Activity Logs are being ingested. |
| **OUs**              | Count of organizational units (AWS) or folders (GCP).                         |
| **Accounts**         | Count of child accounts/projects/subscriptions discovered.                    |
| **Date Added**       | When the org connection was first created.                                    |

#### Actions

* **Add Organization** — start a new org-level connection.
* Clicking a row opens detailed information including discovered accounts, recent event-collection lag, and remediation hooks.

### Cloud Organizations vs Cloud Accounts

Use **Cloud Organizations** when you have many cloud accounts and want Heeler to discover and onboard them automatically. Use Cloud Accounts when you want to connect a single account directly, or when org-level setup isn't an option.


---

# 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/cloud-organizations.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.
