1const seam = require('seamapi')(process.env.SEAM_API_KEY)
2
3const myDevices = await seam.devices.all({
4 filter: { name: 'myLock' },
5})
6
7const myLock = myDevices[0]
8
9await seam.accessCodes.create({ lock: myLock, code: '123456'})
10
The Seam Dashboard provides a unified interface that lets your Operation and Support team work together to manage device fleets for a large number of locations.
The Seam Installer App makes installing hubs and connecting devices a breeze. Need to install nationwide? No problem. We have third-party installer partners to set you all up.