You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: move Smart Locks and ACS sections under Low-Level APIs
Per review, relocate the entire Smart Locks and Access Control Systems
capability sections to a new "Low-Level APIs" group at the bottom of
the nav. Both trees keep their original internal structure (access
codes under Smart Locks, credential management under ACS) — no extra
nesting level.
- Warning banners on both section overviews: low-level APIs; use
Access Grants for granting; discuss other use cases with the Seam
team (no deprecation commitment)
- Pointer hints on the granting-relevant sub-pages (access codes,
managing credentials, ACS quick starts, ACS user management)
- .gitbook.yaml redirects for all 38 moved pages, plus retargeted
pre-existing redirects that pointed into the moved trees
- Repo-wide link updates; cross-section relative links fixed by depth
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2N devices have a directory with residents. These residents can be assigned PIN codes to unlock the door.
389
389
390
-
Seam maps these residents to [access codes](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) and allows you to create and manage them through the Seam API.
390
+
Seam maps these residents to [access codes](https://docs.seam.co/latest/low-level-apis/smart-locks/access-codes) and allows you to create and manage them through the Seam API.
Copy file name to clipboardExpand all lines: docs/brand-guides/33-lock-devices/get-started-with-33-lock-devices.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -693,7 +693,7 @@ True
693
693
694
694
Next, you can use the Seam API to control your lock.
695
695
696
-
Each device that you connect to Seam has a specific set of capabilities. These capabilities define the Seam API actions that you can use, such as [remote unlock actions](https://docs.seam.co/latest/capability-guides/smart-locks/lock-and-unlock), [programming access codes](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes), and so on. Seam's intuitive and granular [capability flags](https://docs.seam.co/latest/capability-guides/device-and-system-capabilities#capability-flags) inform your application about what features and behaviors each device supports. Notice the capability flags within the code samples in this guide.
696
+
Each device that you connect to Seam has a specific set of capabilities. These capabilities define the Seam API actions that you can use, such as [remote unlock actions](https://docs.seam.co/latest/low-level-apis/smart-locks/lock-and-unlock), [programming access codes](https://docs.seam.co/latest/low-level-apis/smart-locks/access-codes), and so on. Seam's intuitive and granular [capability flags](https://docs.seam.co/latest/capability-guides/device-and-system-capabilities#capability-flags) inform your application about what features and behaviors each device supports. Notice the capability flags within the code samples in this guide.
697
697
698
698
Try out the following actions on your 33 Lock device:
699
699
@@ -1010,9 +1010,9 @@ Now that you have successfully unlocked your lock, you can use the [Lock Door](h
1010
1010
1011
1011
### Program access codes on your lock
1012
1012
1013
-
You can use the Seam API to program [online access codes](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) on 33 Lock devices. These devices have an integrated keypad. Lock users can then enter these access codes using the keypad to unlock the lock.
1013
+
You can use the Seam API to program [online access codes](https://docs.seam.co/latest/low-level-apis/smart-locks/access-codes) on 33 Lock devices. These devices have an integrated keypad. Lock users can then enter these access codes using the keypad to unlock the lock.
1014
1014
1015
-
The Seam API makes it easy to program both [ongoing](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#ongoing-access-codes) and [time-bound](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#time-bound-access-codes) online access codes.
1015
+
The Seam API makes it easy to program both [ongoing](https://docs.seam.co/latest/low-level-apis/smart-locks/access-codes#ongoing-access-codes) and [time-bound](https://docs.seam.co/latest/low-level-apis/smart-locks/access-codes#time-bound-access-codes) online access codes.
1016
1016
1017
1017
{% tabs %}
1018
1018
{% tab title="JavaScript" %}
@@ -1400,7 +1400,7 @@ Now that you've completed this getting started guide for 33 Lock devices, you ca
1400
1400
*[ ]**Use webhooks**\
1401
1401
Learn how to use [webhooks](https://docs.seam.co/latest/developer-tools/webhooks) as an efficient way to receive device events.
1402
1402
*[ ]**Find out more**\
1403
-
Explore the other types of devices and systems that you can control with Seam, including [access control systems](https://docs.seam.co/latest/capability-guides/access-systems), [thermostats](https://docs.seam.co/latest/capability-guides/thermostats), and [noise sensors](https://docs.seam.co/latest/capability-guides/noise-sensors).
1403
+
Explore the other types of devices and systems that you can control with Seam, including [access control systems](https://docs.seam.co/latest/low-level-apis/access-systems), [thermostats](https://docs.seam.co/latest/capability-guides/thermostats), and [noise sensors](https://docs.seam.co/latest/capability-guides/noise-sensors).
1404
1404
*[ ]**Develop for mobile access**\
1405
1405
Learn about Seam's [mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access).
Copy file name to clipboardExpand all lines: docs/brand-guides/4suites-locks/get-started-with-4suites-locks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -675,7 +675,7 @@ True
675
675
676
676
Next, you can use the Seam API to control your lock.
677
677
678
-
Each device that you connect to Seam has a specific set of capabilities. These capabilities define the Seam API actions that you can use, such as [remote unlock actions](https://docs.seam.co/latest/capability-guides/smart-locks/lock-and-unlock), [programming access codes](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes), and so on. Seam's intuitive and granular [capability flags](https://docs.seam.co/latest/capability-guides/device-and-system-capabilities#capability-flags) inform your application about what features and behaviors each device supports. Notice the capability flags within the code samples in this guide.
678
+
Each device that you connect to Seam has a specific set of capabilities. These capabilities define the Seam API actions that you can use, such as [remote unlock actions](https://docs.seam.co/latest/low-level-apis/smart-locks/lock-and-unlock), [programming access codes](https://docs.seam.co/latest/low-level-apis/smart-locks/access-codes), and so on. Seam's intuitive and granular [capability flags](https://docs.seam.co/latest/capability-guides/device-and-system-capabilities#capability-flags) inform your application about what features and behaviors each device supports. Notice the capability flags within the code samples in this guide.
679
679
680
680
Try out the following actions on your 4SUITES lock:
681
681
@@ -1018,7 +1018,7 @@ Now that you've completed this getting started guide for 4SUITES devices, you ca
1018
1018
*[ ]**Use webhooks**\
1019
1019
Learn how to use [webhooks](https://docs.seam.co/latest/developer-tools/webhooks) as an efficient way to receive device events.
1020
1020
*[ ]**Find out more**\
1021
-
Explore the other types of devices and systems that you can control with Seam, including [access control systems](https://docs.seam.co/latest/capability-guides/access-systems), [thermostats](https://docs.seam.co/latest/capability-guides/thermostats), and [noise sensors](https://docs.seam.co/latest/capability-guides/noise-sensors).
1021
+
Explore the other types of devices and systems that you can control with Seam, including [access control systems](https://docs.seam.co/latest/low-level-apis/access-systems), [thermostats](https://docs.seam.co/latest/capability-guides/thermostats), and [noise sensors](https://docs.seam.co/latest/capability-guides/noise-sensors).
1022
1022
*[ ]**Develop for mobile access**\
1023
1023
Learn about Seam's [mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access).
Copy file name to clipboardExpand all lines: docs/brand-guides/akiles-locks/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ For detailed information about the Akiles devices that Seam supports, see our [A
26
26
27
27
We support the following features:
28
28
29
-
*[Triggering web unlock actions](https://docs.seam.co/latest/capability-guides/smart-locks/lock-and-unlock)
30
-
*[Programming access codes](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) on devices that have an integrated keypad or Akiles Pinpad
29
+
*[Triggering web unlock actions](https://docs.seam.co/latest/low-level-apis/smart-locks/lock-and-unlock)
30
+
*[Programming access codes](https://docs.seam.co/latest/low-level-apis/smart-locks/access-codes) on devices that have an integrated keypad or Akiles Pinpad
0 commit comments