> ## Documentation Index
> Fetch the complete documentation index at: https://docs.drivly.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

> Save engineering hours, and use Drivly APIs to sync, analyze and humanize your systems from hundreds of data sources and systems.

export const CustomTip = ({children}) => <div class="my-4 px-5 py-4 overflow-hidden rounded-xl border border-emerald-500/20 bg-emerald-50/50 dark:border-emerald-500/30 dark:bg-emerald-500/10">
    <div class="flex items-start space-x-3">
      <div class="mt-0.5 w-4">
        <svg width="11" height="14" viewBox="0 0 11 14" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="text-emerald-600 dark:text-emerald-400/80 w-3.5 h-auto" aria-label="CustomTip">
          <path d="M3.12794 12.4232C3.12794 12.5954 3.1776 12.7634 3.27244 12.907L3.74114 13.6095C3.88471 13.8248 4.21067 14 4.46964 14H6.15606C6.41415 14 6.74017 13.825 6.88373 13.6095L7.3508 12.9073C7.43114 12.7859 7.49705 12.569 7.49705 12.4232L7.50055 11.3513H3.12521L3.12794 12.4232ZM5.31288 0C2.52414 0.00875889 0.5 2.26889 0.5 4.78826C0.5 6.00188 0.949566 7.10829 1.69119 7.95492C2.14321 8.47011 2.84901 9.54727 3.11919 10.4557C3.12005 10.4625 3.12175 10.4698 3.12261 10.4771H7.50342C7.50427 10.4698 7.50598 10.463 7.50684 10.4557C7.77688 9.54727 8.48281 8.47011 8.93484 7.95492C9.67728 7.13181 10.1258 6.02703 10.1258 4.78826C10.1258 2.15486 7.9709 0.000106649 5.31288 0ZM7.94902 7.11267C7.52078 7.60079 6.99082 8.37878 6.6077 9.18794H4.02051C3.63739 8.37878 3.10743 7.60079 2.67947 7.11294C2.11997 6.47551 1.8126 5.63599 1.8126 4.78826C1.8126 3.09829 3.12794 1.31944 5.28827 1.3126C7.2435 1.3126 8.81315 2.88226 8.81315 4.78826C8.81315 5.63599 8.50688 6.47551 7.94902 7.11267ZM4.87534 2.18767C3.66939 2.18767 2.68767 3.16939 2.68767 4.37534C2.68767 4.61719 2.88336 4.81288 3.12521 4.81288C3.36705 4.81288 3.56274 4.61599 3.56274 4.37534C3.56274 3.6515 4.1515 3.06274 4.87534 3.06274C5.11719 3.06274 5.31288 2.86727 5.31288 2.62548C5.31288 2.38369 5.11599 2.18767 4.87534 2.18767Z"></path>
        </svg>
      </div>
      <div class="flex-1 text-sm prose text-wrap text-emerald-900 dark:text-emerald-200">
        {children}
      </div>
    </div>
  </div>;

export const Active = () => {
  return <div class="text-primary inline-flex justify-center w-full">
      • <span class="ml-1">Available</span>
    </div>;
};

export const HeroContent = ({children, withGrid}) => <div>
    <div class="not-prose relative bg-gray-50/50 rounded-xl overflow-hidden dark:bg-gray-800/25">
      {withGrid && <div class="absolute grid content-center inset-0 bg-grid-neutral-200/20 [mask-image:linear-gradient(0deg,#fff,rgba(255,255,255,0.6))] dark:bg-grid-white/5 dark:[mask-image:linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5))]" style={{
  backgroundPosition: '10px 10px',
  color: '#070712'
}}></div>}
      <div class="relative rounded-xl overflow-hidden flex justify-center">{children}</div>
      <div class="absolute inset-0 pointer-events-none border border-black/5 rounded-xl dark:border-white/5"></div>
    </div>
  </div>;

<HeroContent>
  <img class="block" src="https://mintcdn.com/chrisrisner/RWKuBzNyztB4Jver/images/connect/IntegrationHero.svg?fit=max&auto=format&n=RWKuBzNyztB4Jver&q=85&s=432204e8fa112660c7ddead4a60bce81" alt="Hero Dark" width="1688" height="637" data-path="images/connect/IntegrationHero.svg" />
</HeroContent>

<br />

Providers have different authentication flows. Some require a username and password, SSO, while others require an email address and password. Drivly supports the following provider types:

* `Google`, `Microsoft`, and `GitHub`
* `OAuth`
* `Email`
* `Email + Password`

The majority of providers are OAuth providers. These providers require a user to be redirected to a third party website to authenticate. Once authenticated, the user is redirected back to the link widget. The Email and Email + Password providers require a user to enter their email address and password into the link widget. This is then sent to Drivly and used to connect to the provider.

The list of supported providers are as follows:

## Dealer service providers

Current dealer service provider integrations

| Provider                                                        | Slug                    | Type                                 | Availability |
| --------------------------------------------------------------- | ----------------------- | ------------------------------------ | ------------ |
| [Equifax](/connect/providers/equifax)                           | `equifax`               | Credit Reports                       | Coming Soon  |
| [Experian](/connect/providers/experian)                         | `experian`              | Credit Reports                       | Coming Soon  |
| [Transunion](/connect/providers/transunion)                     | `transunion`            | Credit Reports                       | Coming Soon  |
| [CUDL](/connect/providers/cudl)                                 | `cudl`                  | Credit Applications                  | Coming Soon  |
| [DealerTrack](/connect/providers/dealertrack)                   | `dealertrack`           | Credit Applications                  | Coming Soon  |
| [RouteOne](/connect/providers/routeone)                         | `routeone`              | Credit Applications                  | <Active />   |
| [CDK](/connect/providers/cdk)                                   | `cdk`                   | Dealer Management System             | Coming Soon  |
| [DealerCenter](/connect/providers/dealercenter)                 | `dealercenter`          | Dealer Management System             | Coming Soon  |
| [DealerTrack](/connect/providers/dealertrack)                   | `dealertrack`           | Dealer Management System             | Coming Soon  |
| [Reynolds & Reynolds](/connect/providers/reynolds-and-reynolds) | `reynolds-and-reynolds` | Dealer Management System             | Coming Soon  |
| [Tekion](/connect/providers/tekion)                             | `tekion`                | Dealer Management System             | Coming Soon  |
| [BlackBook](/connect/providers/blackbook)                       | `blackbook`             | Pricing & Valuations                 | Coming Soon  |
| [JD Power](/connect/providers/jd-power)                         | `jd-power`              | Pricing & Valuations                 | Coming Soon  |
| [Kelly Blue Book](/connect/providers/kelly-blue-book)           | `kelly-blue-book`       | Pricing & Valuations                 | Coming Soon  |
| [Manheim MMR](/connect/providers/manheim-mmr)                   | `manheim-mmr`           | Pricing & Valuations                 | Coming Soon  |
| [AutoCheck](/connect/providers/autocheck)                       | `autocheck`             | Vehicle History Reports              | <Active />   |
| [CARFAX](/connect/providers/carfax)                             | `carfax`                | Vehicle History Reports              | <Active />   |
| [ACV](/connect/providers/acv)                                   | `acv`                   | Wholesale Listings, Buying & Selling | Coming Soon  |
| [Adesa](/connect/providers/adesa)                               | `adesa`                 | Wholesale Listings, Buying & Selling | Coming Soon  |
| [Manheim](/connect/providers/manheim)                           | `manheim`               | Wholesale Listings, Buying & Selling | Coming Soon  |

***

## Consumer service providers

Current consumer service provider integrations

| Provider                                | Slug       | Type               | Availability |
| --------------------------------------- | ---------- | ------------------ | ------------ |
| [SmartCar](/connect/providers/smartcar) | `smartcar` | Connected Car      | <Active />   |
| [Axle](/connect/providers/axle)         | `axle`     | Proof of Insurance | <Active />   |

***

<CustomTip>
  If you’d like to request a data or service provider integration, please let us know [here](https://www.driv.ly/signup).
</CustomTip>
