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

# Seam Documentation

> One API for smart locks, access control systems, thermostats, and sensors.

<div className="seam-hero">
  <div className="seam-container">
    <h1 className="seam-h1">Seam Developer Docs</h1>

    <p className="seam-lede">
      Connect thousands of devices behind a single, standardized API. Grant access, unlock
      doors, set temperatures, and monitor spaces — in minutes.
    </p>

    <div className="seam-path-grid">
      <div className="seam-agent-card">
        <h2 className="seam-agent-title">Build with AI Agents</h2>

        <div className="seam-agent-code">
          ```text Prompt theme={"dark"}
          Set up Seam in this project:
          fetch https://seam.co/agents.md
          and follow its instructions.
          ```
        </div>
      </div>

      <div className="seam-quickstart-card">
        <h2 className="seam-agent-title">Follow the quick start</h2>

        <div className="seam-quickstart-cta">
          <a className="seam-btn seam-btn-secondary" href="/docs/quickstart">Quick start →</a>
        </div>
      </div>

      <div className="seam-quickstart-card">
        <h2 className="seam-agent-title">Set up an existing project</h2>
        <p>Connect your app to the physical world in minutes with the Seam Wizard.</p>

        <div className="seam-quickstart-cta">
          <a className="seam-btn seam-btn-secondary" href="/docs/developer-tools/seam-wizard">Use the wizard →</a>
        </div>
      </div>
    </div>
  </div>
</div>

<div className="seam-section">
  <div className="seam-container">
    <h2 className="seam-h2">Start with a use case</h2>
    <p className="seam-sub">Pick the job you're trying to do. Each guide walks from first API call to production.</p>

    <CardGroup cols={4}>
      <Card title="Grant access" icon="key" href="/docs/use-cases/granting-access">
        Issue PIN codes, mobile keys, and cards to any lock or access system with Access Grants.
      </Card>

      <Card title="Control thermostats" icon="temperature-half" href="/docs/capability-guides/thermostats">
        Set climate presets, schedules, and temperature thresholds.
      </Card>

      <Card title="Monitor noise" icon="wave-square" href="/docs/capability-guides/noise-sensors">
        Configure thresholds and react to noise events in real time.
      </Card>

      <Card title="View spaces" icon="video" href="/docs/device-and-system-integration-guides/ring-cameras">
        React to motion and doorbell events, with thumbnails and clips on each event.
      </Card>
    </CardGroup>
  </div>
</div>

<div className="seam-section seam-section-alt">
  <div className="seam-container">
    <h2 className="seam-h2">Explore by product</h2>

    <CardGroup cols={4}>
      <Card title="Access Grants" icon="id-badge" href="/docs/use-cases/granting-access">
        The recommended way to grant access to any space.
      </Card>

      <Card title="Thermostats" icon="thermometer" href="/docs/capability-guides/thermostats">
        HVAC modes, presets, and programs.
      </Card>

      <Card title="Noise Sensors" icon="volume-high" href="/docs/capability-guides/noise-sensors">
        Thresholds and noise events.
      </Card>

      <Card title="Mobile Access" icon="mobile-screen" href="/docs/capability-guides/mobile-access">
        Mobile keys via iOS and Android SDKs.
      </Card>

      <Card title="Connect Webviews" icon="window" href="/docs/core-concepts/connect-webviews">
        Embedded device-linking flow.
      </Card>

      <Card title="Events & Webhooks" icon="bolt" href="/docs/api/events/object">
        Subscribe to device and access events.
      </Card>

      <Card title="Customer Portals" icon="users" href="/docs/capability-guides/customer-portals">
        Self-serve device and access management.
      </Card>

      <Card title="UI Components" icon="puzzle-piece" href="/docs/ui-components/overview">
        Drop-in React components for devices and access.
      </Card>

      <Card title="Seam Bridge" icon="server" href="/docs/capability-guides/seam-bridge">
        Connect on-premises systems to Seam.
      </Card>

      <Card title="Core Concepts" icon="book-open" href="/docs/core-concepts/overview">
        Workspaces, devices, connected accounts, action attempts.
      </Card>

      <Card title="Smart Locks" icon="lock" href="/docs/low-level-apis/smart-locks">
        Lock, unlock, and manage access codes.
      </Card>

      <Card title="Access Control Systems" icon="building" href="/docs/low-level-apis/access-systems">
        Users, credentials, entrances, and encoders.
      </Card>
    </CardGroup>
  </div>
</div>

<div className="seam-section">
  <div className="seam-container">
    <h2 className="seam-h2">Build in your language</h2>
    <p className="seam-sub">Official SDKs, generated from the same OpenAPI spec as this reference.</p>

    <div className="seam-sdk-row">
      <a className="seam-sdk" href="/docs/api/installation"><Icon icon="js" size={22} /> JavaScript</a>
      <a className="seam-sdk" href="/docs/api/installation"><Icon icon="python" size={22} /> Python</a>
      <a className="seam-sdk" href="/docs/api/installation"><Icon icon="gem" size={22} /> Ruby</a>
      <a className="seam-sdk" href="/docs/api/installation"><Icon icon="php" size={22} /> PHP</a>
      <a className="seam-sdk" href="/docs/api/installation"><Icon icon="java" size={22} /> Java</a>
      <a className="seam-sdk" href="/docs/api/installation"><Icon icon="microsoft" size={22} /> C#</a>
      <a className="seam-sdk" href="/docs/api/installation"><Icon icon="golang" size={22} /> Go</a>
      <a className="seam-sdk" href="/docs/mobile-sdks"><Icon icon="apple" size={22} /> iOS</a>
      <a className="seam-sdk" href="/docs/mobile-sdks"><Icon icon="android" size={22} /> Android</a>
      <a className="seam-sdk" href="/docs/api/mcp-installation"><Icon icon="robot" size={22} /> MCP</a>
    </div>
  </div>
</div>

<div className="seam-section seam-section-alt">
  <div className="seam-container">
    <div className="seam-split">
      <div>
        <h2 className="seam-h2">Works with the devices you already use</h2>

        <p className="seam-sub">
          Hundreds of models across locks, access control systems, intercoms, thermostats, sensors, and cameras —
          all exposed through the same API. Brand-specific setup notes live in the integration guides.
        </p>

        <a className="seam-btn seam-btn-secondary" href="/docs/device-and-system-integration-guides">Browse all integration guides →</a>
      </div>

      <div className="seam-logo-grid">
        <a href="/docs/device-and-system-integration-guides/august-locks/get-started-with-august-locks">
          <img noZoom src="https://mintcdn.com/seam/3MkQAe40a-b0KYcA/images/august-logo.png?fit=max&auto=format&n=3MkQAe40a-b0KYcA&q=85&s=7622262b66ff00926b15f13d5dcb2bc0" alt="August" width="4008" height="3008" data-path="images/august-logo.png" />
        </a>

        <a href="/docs/device-and-system-integration-guides/schlage-locks/get-started-with-schlage-locks">
          <img noZoom src="https://mintcdn.com/seam/jFDJm5w7cskrO1tW/images/schlage-logo.png?fit=max&auto=format&n=jFDJm5w7cskrO1tW&q=85&s=25d45ea6f29971f5c9e40c86cbf70432" alt="Schlage" width="4008" height="3008" data-path="images/schlage-logo.png" />
        </a>

        <a href="/docs/device-and-system-integration-guides/salto-locks/get-started-with-salto-locks">
          <img noZoom src="https://mintcdn.com/seam/d6yLSFlGuXxmvz_6/images/salto-logo.png?fit=max&auto=format&n=d6yLSFlGuXxmvz_6&q=85&s=62e3a211ed761bc68d4bcb6e98829292" alt="Salto" width="4008" height="3008" data-path="images/salto-logo.png" />
        </a>

        <a href="/docs/device-and-system-integration-guides/brivo-access">
          <img noZoom src="https://mintcdn.com/seam/3MkQAe40a-b0KYcA/images/brivo-logo.png?fit=max&auto=format&n=3MkQAe40a-b0KYcA&q=85&s=a41277fa65f43cd476590378a4f9dbcf" alt="Brivo" width="4008" height="3008" data-path="images/brivo-logo.png" />
        </a>

        <a href="/docs/device-and-system-integration-guides/kwikset-locks/get-started-with-kwikset-wifi-locks">
          <img noZoom src="https://mintcdn.com/seam/1wm3f5659GoQM67B/images/kwikset-logo.png?fit=max&auto=format&n=1wm3f5659GoQM67B&q=85&s=4deba857640586ae78c41713d200a307" alt="Kwikset" width="4008" height="3008" data-path="images/kwikset-logo.png" />
        </a>

        <a href="/docs/device-and-system-integration-guides/nuki-locks/get-started-with-nuki-locks">
          <img noZoom src="https://mintcdn.com/seam/d6yLSFlGuXxmvz_6/images/nuki-logo.png?fit=max&auto=format&n=d6yLSFlGuXxmvz_6&q=85&s=d24b30339a964c1659cf5b906cbdf553" alt="Nuki" width="4008" height="3008" data-path="images/nuki-logo.png" />
        </a>

        <a href="/docs/device-and-system-integration-guides/igloohome-locks/get-started-with-igloo-locks">
          <img noZoom src="https://mintcdn.com/seam/GnR-zBVMHFed214Q/images/igloohome-logo.png?fit=max&auto=format&n=GnR-zBVMHFed214Q&q=85&s=849144992b6dcafc3de81353006f6e05" alt="igloohome" width="4008" height="3008" data-path="images/igloohome-logo.png" />
        </a>

        <a href="/docs/device-and-system-integration-guides/dormakaba-oracode-locks/get-started-with-dormakaba-oracode-locks">
          <img noZoom src="https://mintcdn.com/seam/GnR-zBVMHFed214Q/images/dormakaba-logo.png?fit=max&auto=format&n=GnR-zBVMHFed214Q&q=85&s=76aff8b834432c8298060c5077b15730" alt="dormakaba" width="4008" height="3008" data-path="images/dormakaba-logo.png" />
        </a>

        <a href="/docs/device-and-system-integration-guides/assa-abloy-visionline-access-control-system">
          <img noZoom src="https://mintcdn.com/seam/3MkQAe40a-b0KYcA/images/assa-abloy-logo.png?fit=max&auto=format&n=3MkQAe40a-b0KYcA&q=85&s=8dff2dde3d91cb3c4a13b879f0829e19" alt="ASSA ABLOY" width="4008" height="3008" data-path="images/assa-abloy-logo.png" />
        </a>

        <a href="/docs/device-and-system-integration-guides/latch-access-control-system">
          <img noZoom src="https://mintcdn.com/seam/1wm3f5659GoQM67B/images/latch-logo.png?fit=max&auto=format&n=1wm3f5659GoQM67B&q=85&s=0323608d93bdcc8739b6581c67bc6841" alt="Latch" width="4000" height="3000" data-path="images/latch-logo.png" />
        </a>

        <a href="/docs/device-and-system-integration-guides/ecobee-thermostats/get-started-with-ecobee-thermostats">
          <img noZoom src="https://mintcdn.com/seam/GnR-zBVMHFed214Q/images/ecobee-logo.png?fit=max&auto=format&n=GnR-zBVMHFed214Q&q=85&s=c9d1e76e9f640456406c62c523875261" alt="ecobee" width="4008" height="3008" data-path="images/ecobee-logo.png" />
        </a>

        <a href="/docs/device-and-system-integration-guides/google-nest-thermostats/get-started-with-nest-thermostats">
          <img noZoom src="https://mintcdn.com/seam/d6yLSFlGuXxmvz_6/images/nest-logo.png?fit=max&auto=format&n=d6yLSFlGuXxmvz_6&q=85&s=d6c6ce4ab1c7106503870e70f46a5c15" alt="Google Nest" width="4008" height="3008" data-path="images/nest-logo.png" />
        </a>

        <a href="/docs/device-and-system-integration-guides/honeywell-thermostats/get-started-with-honeywell-thermostats">
          <img noZoom src="https://mintcdn.com/seam/GnR-zBVMHFed214Q/images/honeywell-logo.png?fit=max&auto=format&n=GnR-zBVMHFed214Q&q=85&s=9754404ba21149d9dff700b3d74da2d9" alt="Honeywell" width="4008" height="3008" data-path="images/honeywell-logo.png" />
        </a>

        <a href="/docs/device-and-system-integration-guides/minut-sensors/get-started-with-minut-sensors">
          <img noZoom src="https://mintcdn.com/seam/d6yLSFlGuXxmvz_6/images/minut-logo.png?fit=max&auto=format&n=d6yLSFlGuXxmvz_6&q=85&s=6bdc762a6ed40a9371068d3da0ff3bcc" alt="Minut" width="4008" height="3008" data-path="images/minut-logo.png" />
        </a>

        <a href="/docs/device-and-system-integration-guides/noiseaware-sensors/get-started-with-noiseaware-sensors">
          <img noZoom src="https://mintcdn.com/seam/d6yLSFlGuXxmvz_6/images/noiseaware-logo.png?fit=max&auto=format&n=d6yLSFlGuXxmvz_6&q=85&s=9241cbb2fe371f1c0aba9ced4c2512f1" alt="NoiseAware" width="4008" height="3008" data-path="images/noiseaware-logo.png" />
        </a>

        <a href="/docs/device-and-system-integration-guides/2n-intercom-systems/get-started-with-2n-intercoms">
          <img noZoom src="https://mintcdn.com/seam/gz45zGG_uTN4Om_c/images/2n-logo.png?fit=max&auto=format&n=gz45zGG_uTN4Om_c&q=85&s=48c7b34a382bc478c04ea870f24d7d3a" alt="2N" width="4008" height="3008" data-path="images/2n-logo.png" />
        </a>
      </div>
    </div>
  </div>
</div>

<div className="seam-section seam-footer-strip">
  <div className="seam-container">
    <CardGroup cols={4}>
      <Card title="Go live checklist" icon="rocket" href="/docs/go-live">Move from sandbox to production.</Card>
      <Card title="Seam Console" icon="gauge" href="https://console.seam.co">Manage workspaces, keys, and devices.</Card>
      <Card title="Developer tools" icon="wrench" href="/docs/developer-tools/seam-wizard">Wizard, CLI, webhooks, and sandbox simulation.</Card>
      <Card title="Talk to us" icon="comments" href="mailto:support@seam.co">Questions? We answer fast.</Card>
    </CardGroup>
  </div>
</div>
