> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itential.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server.

# Browse adapter library

> Find and download pre-built adapters from Itential's open source library.

Find and download pre-built adapters from Itential's library of 300+ open source integrations.

## Access the library

#### [Automation Marketplace](https://www.itential.com/automation-marketplace/)

Browse by vendor or use case

Best for discovery

#### [GitLab Repository](https://gitlab.com/itentialopensource/adapters)

View source code and docs

Best for developers

## Find adapters

#### Search for your system

**Marketplace:** Use search or browse by category

**GitLab:** Search repositories or scroll list

Try vendor name, product, or category

#### Review adapter details

Check:

* Supported features
* Authentication methods
* Prerequisites
* Documentation

#### Access download

**Marketplace:** Click GitLab Repository link

**GitLab:** Clone repo or download ZIP

## Adapter naming

**Format:** `adapter-<vendor>_<product>`

**Examples:**

* `adapter-cisco_aci` - Cisco ACI
* `adapter-palo_alto_panorama` - Palo Alto Panorama
* `adapter-servicenow` - ServiceNow
* `adapter-microsoft_azure` - Azure
* `adapter-aws_ec2` - AWS EC2

## Download adapters

#### Go to adapter repository

Navigate to specific adapter in GitLab

#### Choose download method

**Clone repository:**

```bash
git clone https://gitlab.com/itentialopensource/adapters/adapter-name.git
```

**Download ZIP:**
Click Code > Download ZIP

**Install via npm:**

```bash
npm install @itential/adapter-name
```

#### Verify files

Check for:

* adapter.js
* package.json
* README.md
* entities/

## Adapter documentation

Each adapter includes:

| File              | Contents                |
| ----------------- | ----------------------- |
| README.md         | Installation and setup  |
| AUTHENTICATION.md | Auth configuration      |
| PROPERTIES.md     | Configuration reference |
| CALLS.md          | Available methods       |
| CHANGELOG.md      | Version history         |

Start with README.md for installation, then AUTHENTICATION.md for setup.

## Popular adapters

### Network

* `adapter-cisco_aci` - Cisco ACI
* `adapter-cisco_meraki` - Cisco Meraki
* `adapter-arista_cloudvision` - Arista CloudVision
* `adapter-juniper_mist` - Juniper Mist

### Security

* `adapter-palo_alto_panorama` - Palo Alto Panorama
* `adapter-fortinet_fortigate` - Fortinet FortiGate
* `adapter-checkpoint_management` - Check Point

### Cloud

* `adapter-aws_ec2` - AWS EC2
* `adapter-microsoft_azure` - Microsoft Azure
* `adapter-google_cloud` - Google Cloud

### ITSM

* `adapter-servicenow` - ServiceNow
* `adapter-jira` - Atlassian Jira
* `adapter-bmc_remedy` - BMC Remedy

[View complete list →](https://gitlab.com/itentialopensource/adapters)

## What's next

#### [Install adapters](/adapters/get/install)

Deploy to platform

#### [Build custom adapter](/adapters/get/build-an-adapter)

Generate from API spec

#### [Configure adapters](/adapters/configure/service-instance-configuration/properties/overview)

Set up connection

#### [Get adapters overview](overview)

Back to overview