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

# Avigilon Alta Access System

> Guide for using the Avigilon Alta access system with Seam

export const DeviceList = ({manufacturers, capabilityName, token = "6c51f0a4-d421-429e-8295-d02271aa4f23"}) => {
  const cdn = "https://cdn.devicedb.seam.co/v/0.0.15/DeviceListByCapability.global.js";
  const close = "</scr" + "ipt>";
  const srcDoc = ['<!doctype html><html><head><meta charset="utf-8">', "<style>html,body{margin:0;padding:0;background:transparent}</style></head><body>", `<script type="module" src="${cdn}">${close}`, `<device-list-by-capability manufacturers="${manufacturers}" capability-name="${capabilityName}" token="${token}"></device-list-by-capability>`, `<script>new ResizeObserver(function(){parent.postMessage({__devicedb:true,height:document.documentElement.scrollHeight},"*")}).observe(document.documentElement)${close}`, "</body></html>"].join("");
  const onRef = iframe => {
    if (!iframe || iframe.dataset.devicedbBound) return;
    iframe.dataset.devicedbBound = "1";
    window.addEventListener("message", event => {
      if (event.source === iframe.contentWindow && event.data && event.data.__devicedb) {
        iframe.style.height = `${event.data.height}px`;
      }
    });
  };
  return <iframe ref={onRef} srcDoc={srcDoc} title="Compatible devices" style={{
    width: "100%",
    minHeight: "320px",
    border: "none"
  }} />;
};

<img src="https://strapi-media-bucket.fly.storage.tigris.dev/sq_avigilon_02d7744732.svg" alt="Avigilon Alta logo" width="192" height="192" style={{ width: "192px", height: "192px", objectFit: "contain" }} />

## Overview

Seam integrates with the Avigilon Alta access system that provides cloud-based access control for a variety of industries, including corporate, commercial, hospitality, multifamily residential, and others. With support for doors, elevators, turnstiles, and gates, the Avigilon Alta access control system enables you to secure a single building or multiple buildings using the same system. Further, users need only a single credential for all doors and access points.

***

## Supported Devices

<DeviceList manufacturers="avigilon-alta" capabilityName="can_remotely_unlock,can_provision_mobile_keys,can_program_online_access_codes,can_encode_plastic_cards" />

This integration supports [all readers, controllers, and wireless locks connected to the Avigilon Alta platform](https://www.avigilon.com/access-control/cloud).

<img src="https://mintcdn.com/seam/3MkQAe40a-b0KYcA/images/avigilon-alta-acs-devices.png?fit=max&auto=format&n=3MkQAe40a-b0KYcA&q=85&s=883b688ce773318f1ccfb3cf15908eb4" alt="Avigilon Alta access system devices" style={{width: "550px", height: "auto"}} width="1545" height="753" data-path="images/avigilon-alta-acs-devices.png" />

For detailed information about the Avigilon Alta-connected devices that Seam supports, see our [Avigilon Alta Supported Devices page](https://www.seam.co/manufacturers/avigilon-alta).

***

## Supported Features

We support the following features:

* [Triggering web lock and unlock actions](/low-level-apis/smart-locks/lock-and-unlock)

***

### Device Provider Key

To create a [Connect Webview](/core-concepts/connect-webviews) that enables you to connect your Avigilon Alta access system and devices to Seam, include the `avigilon_alta` device provider key in the `accepted_providers` list. For more information, see [Customize the Brands to Display in Your Connect Webviews](/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews).

***

## Setup Instructions

For instructions on connecting Avigilon Alta access systems to Seam, see the [Avigilon Alta Setup Guide](./avigilon-alta-setup-guide).

***

## Where to Order

To purchase the Avigilon Alta access system and devices, request a quote from Avigilon.

<table data-view="cards">
  <thead>
    <tr>
      <th />

      <th />

      <th />

      <th data-hidden data-card-target data-type="content-ref" />

      <th data-hidden data-card-cover data-type="files" />
    </tr>
  </thead>

  <tbody>
    <tr>
      <td />

      <td>
        <strong>Avigilon Quote Request</strong>
      </td>

      <td />

      <td>
        <a href="https://www.avigilon.com/quote">
          [https://www.avigilon.com/quote](https://www.avigilon.com/quote)
        </a>
      </td>

      <td>
        <a href="/images/avigilon-alta-logo.png">avigilon-alta-logo.png</a>
      </td>
    </tr>
  </tbody>
</table>

***
