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

# Building a Seam-Compatible Smart Lock API

> A practical guide for device manufacturers on building a robust smart lock API.

This guide outlines the technical expectations for building a smart-lock API that integrates cleanly with Seam. It covers authentication, API behavior, events, device reporting, and lock-specific features. Use this as a reference when designing or updating your API.

A Seam-compatible API delivers consistent, real-time device behavior through a predictable and modern integration surface. The following pages break down how to design each part of your API so Seam can integrate your smart locks reliably at scale.

#### What’s in this guide

* [Implementing Authentication](/device-manufacturer-guidance/building-a-seam-compatible-smart-lock-api/implementing-authentication): how to use OAuth2 with stable account identifiers
* [Implementing Your Device Model & Discovery](/device-manufacturer-guidance/building-a-seam-compatible-smart-lock-api/implementing-your-device-model-and-discovery): how to report connectivity, power, and state, and expose list/read endpoints
* [Implementing Lock Actions](/device-manufacturer-guidance/building-a-seam-compatible-smart-lock-api/implementing-lock-actions): how to accept lock/unlock commands and report final results
* [Implementing Access Codes](/device-manufacturer-guidance/building-a-seam-compatible-smart-lock-api/implementing-access-codes): how to support code creation, schedules, deletion, and usage events
* [Webhooks & Events](/device-manufacturer-guidance/building-a-seam-compatible-smart-lock-api/webhooks-and-events): how to publish real-time updates to Seam
