For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
  • Introduction
    • Overview
    • Retired adapters
      • Overview
      • Browse adapter library
      • Build an adapter
      • Contribute
LogoLogo
Open sourceSupportFAQsDocs Home
On this page
  • Access the library
  • Find adapters
  • Adapter naming
  • Download adapters
  • Adapter documentation
  • Popular adapters
  • Network
  • Security
  • Cloud
  • ITSM
  • What’s next
Get

Browse adapter library

Was this page helpful?
Previous

Build an adapter

Next
Built with

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

Access the library

Automation Marketplace

Browse by vendor or use case

Best for discovery

GitLab Repository

View source code and docs

Best for developers

Find adapters

1

Search for your system

Marketplace: Use search or browse by category

GitLab: Search repositories or scroll list

Try vendor name, product, or category

2

Review adapter details

Check:

  • Supported features
  • Authentication methods
  • Prerequisites
  • Documentation
3

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

1

Go to adapter repository

Navigate to specific adapter in GitLab

2

Choose download method

Clone repository:

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

Download ZIP: Click Code > Download ZIP

Install via npm:

$npm install @itential/adapter-name
3

Verify files

Check for:

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

Adapter documentation

Each adapter includes:

FileContents
README.mdInstallation and setup
AUTHENTICATION.mdAuth configuration
PROPERTIES.mdConfiguration reference
CALLS.mdAvailable methods
CHANGELOG.mdVersion 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 →

What’s next

Install adapters

Deploy to platform

Build custom adapter

Generate from API spec

Configure adapters

Set up connection

Get adapters overview

Back to overview