> ## Documentation Index
> Fetch the complete documentation index at: https://docs.iru.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Lattice

> Connect Lattice to Iru Compliance with an Admin API key used as a Bearer token to collect employee directory, review cycles, and feedback workflow evidence.

### About Lattice

Iru reads **employees**, **reviews**, **goals**, **surveys**, and **org** structure via Lattice’s Public API using **`Authorization: Bearer`**. Keys are created under **Admin** → **Platform** → **API Keys** and do not auto-expire - **revoke** manually when rotating.

### How It Works

```http theme={null}
Authorization: Bearer YOUR_API_KEY
```

| Detail             | Value            |
| ------------------ | ---------------- |
| **Category**       | HR / performance |
| **Authentication** | Bearer (API key) |

Official references: [Public API](https://help.lattice.com/hc/en-us/articles/360059449534-Lattice-s-Public-API), [Docs](https://docs.lattice.com/).

### Prerequisites

* **Admin** access in Lattice.

### Connect Lattice to Iru

<Tabs>
  <Tab title="Lattice">
    <Note>
      Complete this tab before you connect the source in Compliance.
    </Note>

    <Steps>
      <Step title="Sign in to Lattice">
        Open [Lattice](https://lattice.com) and sign in with an **Admin** (or equivalent) account.
      </Step>

      <Step title="Open Admin">
        From the product chrome, select **Admin** (sometimes **Settings** → **Admin**, depending on your Lattice edition).
      </Step>

      <Step title="Open Platform settings">
        Choose **Platform** (or **Organization** / **Company settings**) until you see workspace-wide configuration categories.
      </Step>

      <Step title="Open API Keys">
        Select **API Keys** to view existing keys and the control to create a new one.
      </Step>

      <Step title="Generate and name the key">
        Select **Generate API key**, enter a name (for example **Iru Compliance**), and confirm creation.
      </Step>

      <Step title="Copy the key once">
        **Copy** the key value once. Lattice shows it only at creation. Keys do not auto-expire; revoke when you rotate.
      </Step>
    </Steps>

    <Note>
      Continue on the [**Iru Compliance**](#iru-compliance) tab.
    </Note>
  </Tab>

  <Tab title="Iru Compliance">
    <Note>
      Finish the [**Lattice**](#lattice) tab first.
    </Note>

    <Steps>
      <Step title="Open Sources">
        In Iru Compliance, on the left navigation bar, expand **Compliance** and select **Sources**.

        <Frame>
          <img src="https://mintcdn.com/iru/7HsGH7lnQ8GpVmI0/assets/media/images/iru-navigation-compliance-sources.png?fit=max&auto=format&n=7HsGH7lnQ8GpVmI0&q=85&s=595982441fd777b333b3ecfea24adc24" alt="Left navigation: Compliance expanded, Sources selected" width="424" height="1056" data-path="assets/media/images/iru-navigation-compliance-sources.png" />
        </Frame>
      </Step>

      <Step title="Turn on Lattice">
        Find **Lattice** (use **Category** or **Search by name or description**). On that card, turn on the **toggle**. A browser tab or window may open for the connector wizard.
      </Step>

      <Step title="Paste the API key">
        Paste the **Bearer** API key when prompted.
      </Step>

      <Step title="Finish the connection">
        Click **Submit Bearer Token**. When the connection succeeds, the wizard shows **Connection Configured**.
      </Step>

      <Step title="Confirm the source is Active">
        Close the **Iru is requesting access to external services** browser tab, then return to **Compliance** → **Sources** and confirm the **Lattice** card is **Active**.
      </Step>
    </Steps>
  </Tab>
</Tabs>

### Troubleshooting

<AccordionGroup>
  <Accordion title="Nothing opens when you turn the source on">
    Check **pop-up blocker** settings for the Iru site and try again.
  </Accordion>

  <Accordion title="401 Unauthorized">
    Key revoked - issue new key.
  </Accordion>

  <Accordion title="Missing data">
    Admin visibility into teams/reviews.
  </Accordion>
</AccordionGroup>

### Related Articles

<CardGroup cols={2}>
  <Card title="Sources Management" icon="plug" href="/en/compliance/sources-management">
    Browse and manage every Compliance source.
  </Card>

  <Card title="Getting Started With Compliance" icon="rocket" href="/en/compliance/getting-started-with-compliance">
    Frameworks, actions, and **Artifacts**.
  </Card>

  <Card title="Iru Overview" icon="layer-group" href="/en/iru/platform-overview/iru-overview">
    How Endpoint, Compliance, and Identity fit together.
  </Card>

  <Card title="Artifacts Management" icon="folder-open" href="/en/compliance/artifacts-management">
    Upload, review, and organize evidence from sources and actions.
  </Card>
</CardGroup>
