> 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-integration/jamf-pro-integration-setup.md).

# Jamf Pro Integration Setup

### Getting started <a href="#h_01hq2zk9nwq6e7erp82q5rfmtt" id="h_01hq2zk9nwq6e7erp82q5rfmtt"></a>

BalkanID recommends creating a separate service API client.

#### Requirements: <a href="#h_01hq2zkj3s2k8p90nr21fkzmw6" id="h_01hq2zkj3s2k8p90nr21fkzmw6"></a>

* ***Client ID***
* ***Client Secret***
* ***Jamf Pro URL***

#### **1. Sign into Jamf**

Go to your Jamf Pro URL (for example: `https://yourcompany.jamfcloud.com`) and log in with an account that has administrator privileges.

#### **2. Navigate to API Roles and Clients**

1. Click the **⚙️ Settings** icon in the corner.
2. Under **System**, select **API Roles and Clients**.

<figure><img src="/files/5RbeZXqD5mAhJPrQAv29" alt=""><figcaption></figcaption></figure>

***

#### **3. Create a New API Role**

1. Go to the **API Roles** tab.
2. Click **New**.
3. Enter a descriptive name, for example: `Truto Integration Role`.
4. In the **Privileges** section, search for and enable the following permissions:

   ```arduino
   Read Users
   Read Accounts
   Read Computers
   Read Departments
   Read Mobile Devices
   ```
5. Click **Save**.

<figure><img src="/files/zlChTLUOhsqs4l4dL68L" alt=""><figcaption></figcaption></figure>

***

#### **4. Create an API Client**

1. Switch to the **API Clients** tab.
2. Click **New**.
3. Enter a **Name** (for example, `BalkanID Integration Client`).
4. Under **Authentication Type**, choose **Client Credentials**.
5. Select the role you created in the previous step.
6. Click **Save**.

<figure><img src="/files/OmQKuLT7LY0otaF4DgUF" alt=""><figcaption></figcaption></figure>

***

#### **5. Retrieve the Client ID and Client Secret**

1. After saving, Jamf Pro will display:
   1. **Client ID**
   2. **Client Secret**
2. Copy both Client ID and Client Secret.


---

# 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-integration/jamf-pro-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.
