> For the complete documentation index, see [llms.txt](https://docs.balkan.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.balkan.id/getting-started/setting-up-your-tenant/application-integrations/direct-application-integrations/snipe-it-integration-setup.md).

# Snipe-IT Integration Setup

### Getting Started

Use this guide to connect Snipe-IT to your BalkanID tenant. You will need a personal API key from your Snipe-IT instance and access to the Integrations section in BalkanID.

{% hint style="info" %}
The Snipe-IT user who generates the API key must have **Superuser** permissions. Snipe-IT restricts its groups endpoint to superusers, so a key created by any other user will sync your users but return no groups and no group memberships.
{% endhint %}

#### Requirements:

Before you begin, collect the following values from Snipe-IT:

* **Instance URL**
* **API key**

### Configure Snipe-IT within your BalkanID tenant

1. Sign in to your Snipe-IT instance as a user with **Superuser** permissions.
2. Your **Instance URL** is the address of your Snipe-IT instance, for example `https://company.snipeitapp.com`. Enter the base address only, without a path.
3. Open the user menu in the top-right corner and select **Manage API keys** to open the **Personal API Keys** page.
4. Select **Create**, enter a **Name** for the token, and create it.
5. Copy the token immediately and store it somewhere safe. Snipe-IT displays it only once. This value is your **API key**.
6. In BalkanID, go to **Integrations** and select **Add integration**.

<div data-with-frame="true"><figure><img src="https://2975852473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbVGYwk8aSk5yI1GDPEW9%2Fuploads%2FbbEi323Jb3v816LBFzMd%2Fsnipeit-add-integration.png?alt=media" alt="The BalkanID Integrations page with the Add integration button in the top right"><figcaption><p>Add integration</p></figcaption></figure></div>

7. Search for Snipe-IT, select it, then select **Next**.

<div data-with-frame="true"><figure><img src="https://2975852473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbVGYwk8aSk5yI1GDPEW9%2Fuploads%2FXHW5S0ShmKhX2agUR0OL%2Fsnipeit-connect-application.png?alt=media" alt="Snipe-IT selected in the Connect a new application step"><figcaption><p>Connect a new application</p></figcaption></figure></div>

8. Set the **Primary application owner**, and a **Description** and **Secondary application owner(s)** if you need them.
9. Under **Select Extraction Type**, keep **Direct Configuration** selected and enter the **Instance URL** and **API key** you collected above, then select **Next**.

<div data-with-frame="true"><figure><img src="https://2975852473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbVGYwk8aSk5yI1GDPEW9%2Fuploads%2FYWXgo1v99fp9LE2cGaVK%2Fsnipeit-direct-configuration.png?alt=media" alt="The Direct Configuration fields for Instance URL and API key"><figcaption><p>Direct Configuration</p></figcaption></figure></div>

10. Fill **Optional Configuration**, if required.

<div data-with-frame="true"><figure><img src="https://2975852473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbVGYwk8aSk5yI1GDPEW9%2Fuploads%2FZbipc8nl8LTFl5YsVIaj%2Foptional-configuration.png?alt=media" alt="The Optional Configuration step showing reviewer settings and fulfillment options"><figcaption><p>Optional Configuration</p></figcaption></figure></div>

11. Once you have filled in the information, click **Save**. Your integration is now configured and you will see the status of the integration displayed alongside other integrations on the Integrations page. When data is available, the integration Status column will read **Connected** and the integration Message will read **Data available**.

### Integration Scopes

Snipe-IT does not use scoped tokens. An API key inherits the permissions of the user who created it, so the access below is granted by that user's **Superuser** permissions rather than selected during setup.

| Read Only Scopes                                                                                                                         | Lifecycle Management Scopes |
| ---------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- |
| **Users (Read)** — reads the user directory, including each user's group memberships.                                                    | N/A                         |
| **Groups (Read)** — reads the groups defined in your instance and the permissions each one grants. Restricted to superusers by Snipe-IT. | N/A                         |


---

# 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.balkan.id/getting-started/setting-up-your-tenant/application-integrations/direct-application-integrations/snipe-it-integration-setup.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.
