Commit 9f3436a
feat: make Access Grants the front door for granting access
Access Grants are GA and are now the default, recommended way to grant
access to any physical space, irrespective of locking hardware. The docs
previously framed Access Grants as ACS-only (entrances/spaces), which
led developers and AI assistants (including the Seam MCP) to wrongly
steer standalone-smart-lock users to the legacy Access Codes API.
- Add new top-level "Use Cases" nav section with a "Granting Access"
decision page (which API to use, with the recommended ladder:
one device -> multiple devices/spaces -> ACS entrances)
- Move Access Grants guides under use-cases/granting-access/ with
.gitbook.yaml redirects for all old URLs
- Rewrite Access Grants overview: universal framing, device_ids first
in the "Where" table, devices-first teaching order
- Add "Creating an Access Grant Using Devices" guide (device_ids +
code access method, capability checks)
- Rewrite Quick Start step 3 around access_grants.create with a code
access method instead of lock/unlock
- Lead the access_grants/create API reference with a devices-only
code sample (new sample in code-sample-definitions)
- Add "Grant Access" card first on the docs landing page
- Teach validate-links to accept URLs covered by .gitbook.yaml
redirects (upstream @seamapi/types still links old URLs; resolved
via redirects until the upstream descriptions are updated)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent ae7748d commit 9f3436a
25 files changed
Lines changed: 1975 additions & 613 deletions
File tree
- codegen
- data/code-sample-definitions
- docs
- api-reference
- access_grants
- brand-guides
- dormakaba-ambiance-access-control-system
- dormakaba-community-access-control-system
- guides
- capability-guides
- access-grants
- access-systems/working-with-card-encoders-and-scanners
- industry-guides/hospitality-industry-guide
- use-cases/granting-access
- access-grants
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
2 | 34 | | |
3 | 35 | | |
4 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
15 | 47 | | |
16 | 48 | | |
17 | 49 | | |
| |||
83 | 115 | | |
84 | 116 | | |
85 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
86 | 123 | | |
87 | 124 | | |
88 | 125 | | |
| |||
0 commit comments