Addigy
Visualize Addigy users and policies in the JupiterOne graph, map Addigy users to employees, and monitor changes through queries and alerts.
- Installation
- Data Model
- Types
- Release Notes
Installation
Addigy supports two authentication methods. Choose the one that matches your setup:
- Basic — authenticate with an Addigy admin username and password, plus a generated client ID and secret. Ingests devices and policies.
- API Key — authenticate with an organization ID and an API key generated in the Addigy UI. Ingests devices, policies, and users.
User data (addigy_user entities) is only available when using API Key authentication.
Prerequisites
Basic authentication
- Log in to the Addigy portal as a user with the Owner role.
- Generate a
client_idandclient_secretfor the integration. See Addigy's API documentation for instructions. - Note the username and password of the Addigy admin account you will use.
API Key authentication
- Log in to the Addigy portal.
- Locate your Organization ID from the organization settings.
- Generate an API Key in the Addigy UI. See Addigy's API documentation for instructions.
Configuration in JupiterOne
To install the Addigy integration in JupiterOne, navigate to the Integrations tab and select Addigy. Click New Instance to begin.
Provide the following:
- Account Name — identifies this Addigy account in JupiterOne. Ingested entities store this value in
tag.AccountNamewhen theAccountNametoggle is enabled. - Description — optional label to help identify the instance.
- Polling Interval — how often the integration runs. Set to
DISABLEDto run manually.
Then select an authentication method and supply the corresponding credentials:
Basic
| Field | Description |
|---|---|
| Addigy Username | Username of the Addigy admin account used to authenticate. |
| Addigy Password | Password of the Addigy admin account. |
| Addigy Client ID | The client_id generated through the Addigy UI. |
| Addigy Client Secret | The client_secret generated through the Addigy UI. |
API Key
| Field | Description |
|---|---|
| Organization ID | Your Addigy organization ID. |
| API Key | The API key generated through the Addigy UI. |
Click Create once all values are provided.
Next steps
Once the instance is created, the integration runs on the polling interval you set, populating JupiterOne with Addigy devices, policies, and (for API Key auth) users. Continue to our Instance management guide to learn more about managing integration instances.
Entities
The following entities are created:
| Resources | Entity _type | Entity _class |
|---|---|---|
| Addigy Device | addigy_hostagent | HostAgent |
| Addigy Policy | addigy_policy | Policy |
| Addigy User | addigy_user | User |
| Host | addigy_host | Host |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
|---|---|---|
addigy_host | HAS | addigy_hostagent |
addigy_hostagent | HAS | addigy_policy |
addigy_policy | CONTAINS | addigy_policy |
addigy_user | HAS | addigy_policy |
Addigy Host
addigy_host inherits from Host
| Property | Type | Description | Specifications |
|---|---|---|---|
encrypted | boolean | ||
fileVaultEnabled | boolean | ||
firewallEnabled | boolean | ||
isAppleSilicon | boolean | ||
lastOnline | number | ||
platform | string | ||
policyId | string | ||
systemVersion | string | ||
totalDiskSpace | number | ||
totalMemory | number | ||
user | string |
Addigy Hostagent
addigy_hostagent inherits from HostAgent
| Property | Type | Description | Specifications |
|---|---|---|---|
category | string | ||
encrypted | boolean | ||
ethernetMacAddress * | string | null | ||
fileVaultEnabled | boolean | ||
firewallEnabled | boolean | ||
hostname | string | ||
isAppleSilicon | boolean | ||
lastOnline | number | ||
macAddress | array of strings | ||
make | string | ||
model | string | ||
platform | string | ||
policyId | string | ||
serial | string | ||
serialNumber | string | ||
systemVersion | string | ||
totalDiskSpace | number | ||
totalMemory | number | ||
user * | string | null | ||
wifiMacAddress | string |
Addigy Policy
addigy_policy inherits from Policy
| Property | Type | Description | Specifications |
|---|---|---|---|
downloadPath | string | ||
id * | string | ||
orgid | string | ||
parent | string |
Addigy User
addigy_user inherits from User
Release Notes
- 2026-04-08 — Improved OS details display for Addigy device entities, combining OS platform and system version.
- 2025-04-14 — Added new device properties to Addigy entities including firewall status, FileVault encryption, Apple Silicon detection, total memory, and total disk space.