> 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.

# Get adapters overview

> Learn how to get Itential adapters by browsing the pre-built library or generating custom adapters from API specifications.

Get adapters by downloading pre-built integrations or generating custom adapters from API specifications.

## Options

#### [Browse adapter library](/adapters/get/browse-adapter-library)

300+ pre-built adapters for common systems

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

Generate from OpenAPI or Postman Collections

## Choose your approach

### Pre-built adapters

#### When to use

* An adapter already exists for your system
* Standard functionality is sufficient
* You need quick deployment

#### What's available

* 300+ open source adapters
* Major vendors: Cisco, Palo Alto, Microsoft, ServiceNow, AWS
* Categories: Network, Security, Cloud, ITSM, Monitoring

#### Where to find them

* [Marketplace](https://www.itential.com/automation-marketplace/) — browse by vendor or category
* [GitLab](https://gitlab.com/itentialopensource/adapters) — direct code access

### Custom adapters

#### When to use

* No pre-built adapter exists for your system
* You need specific API coverage
* You're building for internal systems

#### Requirements

One of the following:

* OpenAPI 2.0/3.0 specification
* Postman Collection v2.1
* WSDL (convert to OpenAPI first)

Use [Adapter Builder](https://adapters.itential.io/) to generate the adapter. Build time is typically 15–45 minutes depending on API complexity.

## Quick comparison

|               | Pre-built        | Custom          |
| ------------- | ---------------- | --------------- |
| Availability  | Immediate        | 15–45 min build |
| API coverage  | Predefined       | You choose      |
| Maintenance   | Itential updates | You maintain    |
| Customization | Modify code      | Modify code     |
| Testing       | Pre-tested       | You test        |

## Get started

#### Check if an adapter exists

Search the [Adapter Library](/adapters/get/browse-adapter-library) for your system.

#### Get the adapter

* **Pre-built:** Download from the Marketplace or GitLab.
* **Custom:** Upload your API spec to [Adapter Builder](https://adapters.itential.io/).

#### Install

Deploy the adapter to Itential Platform. See the [installation guide](/adapters/get/install).

#### Configure

Set connection properties and authentication. See the [configuration guide](/adapters/configure/overview).

#### Customize (optional)

Add validation or transformations. See the [customization guide](/adapters/customize/examples).

#### Test

Verify connectivity and functionality. See the [testing guide](/adapters/troubleshooting/overview).

## Next steps

#### [Browse adapter library](browse-adapter-library)

Find pre-built adapters

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

Generate from API spec

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

Deploy to platform

#### [Configure adapters](../configure/overview)

Set up connection