## Introduction

This guide walks you through creating a JupiterOne integration for use with the Assets Connector.

## Prerequisites

Before you begin, ensure that you have:

- A JupiterOne account with API access
- Permissions to create API keys in JupiterOne


## Credentials

### API Key (Token)

The JupiterOne provider requires an API key for authentication.

To obtain an API key, follow the instructions in the [JupiterOne documentation on authentication and API keys](https://docs.jupiterone.io/api/authentication).

### Account ID

The Account ID is required to route API requests to the correct JupiterOne account. You can find it in the JupiterOne web console under **Settings > Account Management**.

## Configure the Integration

Create a JupiterOne Assets integration in Synqly with the following fields:

**Credential** — API Key (token type) for authenticating with the JupiterOne API.

**Account ID** — Your JupiterOne Account ID.

**Base URL** *(optional)* — Base URL for the JupiterOne GraphQL API. Defaults to `https://graphql.us.jupiterone.io`. Set to `https://graphql.eu.jupiterone.io` for EU region accounts.

## Supported Operations

| Operation | Supported |
|  --- | --- |
| Query Devices | Yes |
| Create Asset | Yes |
| Create Devices | Yes |
| Get Labels | Yes |
| Query Software | Yes |
| Create Software | Yes |