> For the complete documentation index, see [llms.txt](https://docs.hivel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hivel.ai/integrations/ai-tools/claude-enterprise-integration.md).

# Claude Enterprise Integration

### Prerequisites

* A Hivel account with **Admin** access
* A Claude Enterprise account where you hold the **Primary Owner** role (required to create Analytics API keys)

***

### Step 1 - Open the Integrations tab in Hivel

1. Log in to your Hivel account.
2. In the left panel, select **Settings**, then go to the **Integrations** tab.
3. Find the **Claude Enterprise** card and click the **Connect** button.

> A pop-up will appear asking you to paste your Claude Enterprise Analytics API key.

<div data-with-frame="true"><figure><img src="/files/uysfoCp3e8mDpGSJzfGU" alt="" width="375"><figcaption></figcaption></figure></div>

***

### Step 2 - Generate an Analytics API key in Claude Enterprise

To get the API key required in Step 1, follow these steps in your Claude Enterprise account:

1. Go to [claude.ai/analytics/api-keys](https://claude.ai/analytics/api-keys) and sign in with your **Primary Owner** account.
2. If it is your first time here, enable access by toggling the switch **on**.
3. Click **Create Key**.
4. Name your key **Hivel** and ensure it has the **`read:analytics`** scope.
5. Click **Create Key** to complete the process.
6. Copy the key - it will only be shown once.

> **Important:** Only users with the **Primary Owner** role within their Claude Enterprise organization can create Analytics API keys. If you don't see the option at `claude.ai/analytics/api-keys`, check your role with your organization's administrator.

<div data-with-frame="true"><figure><img src="/files/Ig0UqR9D7aKYSciJFxaw" alt="" width="563"><figcaption></figcaption></figure></div>

***

### Step 3 - Complete the connection in Hivel

1. Return to the Hivel **Integrations** tab where the pop-up is open.
2. Paste the Analytics API key you copied from Claude Enterprise.
3. Click **Connect** to finalize the integration.

Once connected, the Claude Enterprise card will show a **Connected** status.


---

# 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://docs.hivel.ai/integrations/ai-tools/claude-enterprise-integration.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.
