> For the complete documentation index, see [llms.txt](https://docs.elimity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elimity.com/claude-team/step-by-step-deployment-guide.md).

# Step-by-step deployment guide

### Claude Team

The Claude Team connector is aimed at the Claude plan with the same name.

#### 1. Which data is imported

The following entity types are imported:

* **Users**
* **Workspaces**
* **Workspace Roles**

{% code overflow="wrap" %}

```mermaid
graph TD;WorkspaceRole[Workspace Role]; User --> WorkspaceRole; WorkspaceRole --> Workspace
```

{% endcode %}

Attributes imported per entity type:

**User** — Added At, Email, Organization role

**Workspace Role** — Role

**Workspace** — Created At

#### 2. Creating an admin key in Claude Console

*Warning: this key gives read and write access to the organization. Only in Enterprise plans can it be scoped to lower privileges.*

1. In Claude Console ([platform.claude.com](https://platform.claude.com)) go to Organization settings > Admin keys
2. Click **Create Admin Key**.
3. Choose a name for this key (e.g. `elimity-insights`) and set expiration date to Never.
4. Click **Add** and note down the key.

#### 5. Creating a source in Elimity Insights

1. Go to **Sources** → **Add Source** → search **Custom** → **Set Up**.
2. Click **Set Up** again and name the source (e.g. `Claude Team`).
3. Select **Upload export file**, click **Continue**, and upload `claude-team-datamodel.json` (see below to download the file).
4. Open the **Config** tab, click **Edit**, set **Enable automatic imports via custom gateway** to `true`, and fill in the **Gateway URL**: <https://claude-team-gateway-1027270379075.europe-west1.run.app>.
5. Click **Add configuration value**  according to the configuration table below.
6. Click **Save and run**.

{% file src="/files/ACrbEfGwec8ceLqPFChI" %}

| Configuration option | Key (type exactly this) | Type     | Value                  |
| -------------------- | ----------------------- | -------- | ---------------------- |
| Admin Key            | `admin_key`             | Password | Admin key from step 2. |

***

<br>


---

# 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://docs.elimity.com/claude-team/step-by-step-deployment-guide.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.
