Skip to content

Commit 8b89207

Browse files
dawnhoclaude
andcommitted
fix: brand guide card links and rewrite authentication overview
- Fix all card hrefs in Brand Guides to include /device-and-system-integration-guides/ prefix - Rewrite Authentication page with CardGroup cards and comparison table Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fd90df6 commit 8b89207

2 files changed

Lines changed: 59 additions & 39 deletions

File tree

  • mintlify-docs
Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
11
---
2-
title: 'Authentication'
3-
description: 'You can use any of several methods to authenticate with the Seam API.'
2+
title: "Authentication"
3+
description: "Choose the right authentication method for your Seam integration — API keys for server-side, client sessions for frontend apps, or personal access tokens for development."
44
---
55

6-
You can use any of the following methods to authenticate to the Seam API:
6+
Seam supports several authentication methods, each designed for a different use case. All methods authenticate against the Seam API at `https://connect.getseam.com`.
77

8-
- [Use an API key.](api-keys.md)
9-
- [Use a Personal Access Token.](personal-access-tokens.md)
10-
- [Use client sessions and client session tokens.](client-session-tokens/)
8+
<CardGroup cols={3}>
9+
<Card title="API Keys" icon="key" href="/core-concepts/authentication/api-keys">
10+
Server-side authentication for production apps. Create API keys in Seam Console and pass them via the `Authorization` header or SDK constructor.
11+
</Card>
12+
<Card title="Personal Access Tokens" icon="user" href="/core-concepts/authentication/personal-access-tokens">
13+
Authenticate as yourself across all your workspaces. Ideal for development, scripting, and the Seam CLI.
14+
</Card>
15+
<Card title="Client Session Tokens" icon="browser" href="/core-concepts/authentication/client-session-tokens">
16+
Scoped tokens for frontend apps. Grant users access to specific devices without exposing your API key.
17+
</Card>
18+
</CardGroup>
19+
20+
## Choosing the Right Method
21+
22+
| Method | Use case | Scope | Where to use |
23+
|--------|----------|-------|--------------|
24+
| **API Key** | Production backend | Single workspace | Server-side only |
25+
| **Personal Access Token** | Development and CLI | All your workspaces | Local dev, scripts |
26+
| **Client Session Token** | Frontend apps | Scoped to specific devices | Browser, mobile |
27+
28+
<Info>
29+
API keys and personal access tokens should never be exposed in client-side code. Use client session tokens for any frontend integration.
30+
</Info>

mintlify-docs/device-and-system-integration-guides/index.mdx

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -21,87 +21,87 @@ To find the integration guide for each of your devices or systems, see the follo
2121
<CardGroup cols={2}>
2222
<Card
2323
title='2N Intercom Systems'
24-
href='/2n-intercom-systems/'
24+
href='/device-and-system-integration-guides/2n-intercom-systems/'
2525
img='/images/2n-logo.png'
2626
></Card>
2727
<Card
2828
title='33 Lock Devices'
29-
href='/33-lock-devices/'
29+
href='/device-and-system-integration-guides/33-lock-devices/'
3030
img='/images/33-lock-logo.png'
3131
></Card>
3232
<Card
3333
title='4SUITES Locks'
34-
href='/4suites-locks/'
34+
href='/device-and-system-integration-guides/4suites-locks/'
3535
img='/images/4suites-logo.png'
3636
></Card>
3737
<Card
3838
title='Akiles Locks'
39-
href='/akiles-locks/'
39+
href='/device-and-system-integration-guides/akiles-locks/'
4040
img='/images/akiles-logo.png'
4141
></Card>
4242
<Card
4343
title='August Locks'
44-
href='/august-locks/'
44+
href='/device-and-system-integration-guides/august-locks/'
4545
img='/images/august-logo.png'
4646
></Card>
4747
<Card
4848
title='dormakaba Oracode Locks'
49-
href='/dormakaba-oracode-locks/'
49+
href='/device-and-system-integration-guides/dormakaba-oracode-locks/'
5050
img='/images/dormakaba-logo.png'
5151
></Card>
5252
<Card
5353
title='iglooHome Locks'
54-
href='/igloohome-locks/'
54+
href='/device-and-system-integration-guides/igloohome-locks/'
5555
img='/images/igloohome-logo.png'
5656
></Card>
5757
<Card
5858
title='Kwikset Locks'
59-
href='/kwikset-locks/'
59+
href='/device-and-system-integration-guides/kwikset-locks/'
6060
img='/images/kwikset-logo.png'
6161
></Card>
6262
<Card
6363
title='Lockly Locks'
64-
href='/lockly-locks/'
64+
href='/device-and-system-integration-guides/lockly-locks/'
6565
img='/images/lockly-logo.png'
6666
></Card>
6767
<Card
6868
title='Nuki Locks'
69-
href='/nuki-locks/'
69+
href='/device-and-system-integration-guides/nuki-locks/'
7070
img='/images/nuki-logo.png'
7171
></Card>
7272
<Card
7373
title='Salto KS Locks'
74-
href='/salto-locks/'
74+
href='/device-and-system-integration-guides/salto-locks/'
7575
img='/images/salto-logo.png'
7676
></Card>
7777
<Card
7878
title='Schlage Locks'
79-
href='/schlage-locks/'
79+
href='/device-and-system-integration-guides/schlage-locks/'
8080
img='/images/schlage-logo.png'
8181
></Card>
8282
<Card
8383
title='SmartThings Hubs + Smart Locks'
84-
href='/smartthings-hubs-+-devices/'
84+
href='/device-and-system-integration-guides/smartthings-hubs-+-devices/'
8585
img='/images/smartthings-logo.png'
8686
></Card>
8787
<Card
8888
title='Tedee Locks'
89-
href='/tedee-locks/'
89+
href='/device-and-system-integration-guides/tedee-locks/'
9090
img='/images/tedee-logo.png'
9191
></Card>
9292
<Card
9393
title='TTLock Locks'
94-
href='/ttlock-locks/'
94+
href='/device-and-system-integration-guides/ttlock-locks/'
9595
img='/images/ttlock-logo.png'
9696
></Card>
9797
<Card
9898
title='Wyze Locks'
99-
href='/wyze-locks/'
99+
href='/device-and-system-integration-guides/wyze-locks/'
100100
img='/images/wyze-logo.png'
101101
></Card>
102102
<Card
103103
title='Yale Locks'
104-
href='/yale-locks/'
104+
href='/device-and-system-integration-guides/yale-locks/'
105105
img='/images/yale-logo.png'
106106
></Card>
107107
</CardGroup>
@@ -113,42 +113,42 @@ To find the integration guide for each of your devices or systems, see the follo
113113
<CardGroup cols={2}>
114114
<Card
115115
title='ASSA ABLOY Credential Services'
116-
href='/assa-abloy-vingcard-credential-services/'
116+
href='/device-and-system-integration-guides/assa-abloy-vingcard-credential-services/'
117117
img='/images/assa-abloy-logo.png'
118118
></Card>
119119
<Card
120120
title='ASSA ABLOY Visionline Access Control System'
121-
href='/assa-abloy-visionline-access-control-system/'
121+
href='/device-and-system-integration-guides/assa-abloy-visionline-access-control-system/'
122122
img='/images/assa-abloy-logo.png'
123123
></Card>
124124
<Card
125125
title='Avigilon Alta Access System'
126-
href='/avigilon-alta-access-system/'
126+
href='/device-and-system-integration-guides/avigilon-alta-access-system/'
127127
img='/images/avigilon-alta-logo.png'
128128
></Card>
129129
<Card
130130
title='Brivo Access'
131-
href='/brivo-access/'
131+
href='/device-and-system-integration-guides/brivo-access/'
132132
img='/images/brivo-logo.png'
133133
></Card>
134134
<Card
135135
title='Latch Access Control System'
136-
href='/latch-access-control-system/'
136+
href='/device-and-system-integration-guides/latch-access-control-system/'
137137
img='/images/latch-logo.png'
138138
></Card>
139139
<Card
140140
title='PTI Storlogix Cloud'
141-
href='/pti-storlogix-cloud/'
141+
href='/device-and-system-integration-guides/pti-storlogix-cloud/'
142142
img='/images/pti-logo.png'
143143
></Card>
144144
<Card
145145
title='Salto KS Access Control System'
146-
href='/salto-ks-access-control-system/'
146+
href='/device-and-system-integration-guides/salto-ks-access-control-system/'
147147
img='/images/salto-ks-logo.png'
148148
></Card>
149149
<Card
150150
title='Salto ProAccess Space Access System'
151-
href='/salto-proaccess-space-access-system/'
151+
href='/device-and-system-integration-guides/salto-proaccess-space-access-system/'
152152
img='/images/salto-space-logo.png'
153153
></Card>
154154
</CardGroup>
@@ -160,27 +160,27 @@ To find the integration guide for each of your devices or systems, see the follo
160160
<CardGroup cols={2}>
161161
<Card
162162
title='ecobee Thermostats'
163-
href='/ecobee-thermostats/'
163+
href='/device-and-system-integration-guides/ecobee-thermostats/'
164164
img='/images/ecobee-logo.png'
165165
></Card>
166166
<Card
167167
title='Google Nest Thermostats'
168-
href='/google-nest-thermostats/'
168+
href='/device-and-system-integration-guides/google-nest-thermostats/'
169169
img='/images/nest-logo.png'
170170
></Card>
171171
<Card
172172
title='Honeywell Resideo Thermostats'
173-
href='/honeywell-thermostats/'
173+
href='/device-and-system-integration-guides/honeywell-thermostats/'
174174
img='/images/honeywell-logo.png'
175175
></Card>
176176
<Card
177177
title='Sensi Thermostats'
178-
href='/sensi-thermostats/'
178+
href='/device-and-system-integration-guides/sensi-thermostats/'
179179
img='/images/sensi-logo.png'
180180
></Card>
181181
<Card
182182
title='SmartThings Hubs + Thermostats'
183-
href='/smartthings-hubs-+-devices/'
183+
href='/device-and-system-integration-guides/smartthings-hubs-+-devices/'
184184
img='/images/smartthings-logo.png'
185185
></Card>
186186
</CardGroup>
@@ -192,12 +192,12 @@ To find the integration guide for each of your devices or systems, see the follo
192192
<CardGroup cols={2}>
193193
<Card
194194
title='Minut Sensors'
195-
href='/minut-sensors/'
195+
href='/device-and-system-integration-guides/minut-sensors/'
196196
img='/images/minut-logo.png'
197197
></Card>
198198
<Card
199199
title='NoiseAware Sensors'
200-
href='/noiseaware-sensors/'
200+
href='/device-and-system-integration-guides/noiseaware-sensors/'
201201
img='/images/noiseaware-logo.png'
202202
></Card>
203203
</CardGroup>
@@ -209,7 +209,7 @@ To find the integration guide for each of your devices or systems, see the follo
209209
<CardGroup cols={2}>
210210
<Card
211211
title='ControlByWeb Relays'
212-
href='/controlbyweb-relays/'
212+
href='/device-and-system-integration-guides/controlbyweb-relays/'
213213
img='/images/controlbyweb-logo.png'
214214
></Card>
215215
</CardGroup>

0 commit comments

Comments
 (0)