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: multi-language tabs for the Granting Access lead example
Per review: expand the opening JavaScript-only access_grants.create
snippet into the full tab set (JavaScript, cURL, Python, Ruby, PHP,
Seam CLI, C#), with syntax matching the generated API reference
samples.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/guides/use-cases/granting-access/README.md
+94-1Lines changed: 94 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,111 @@ Use **Access Grants** to grant a person access to a physical space. Access Grant
10
10
11
11
With one API call, you tell Seam *who* should have access, *where*, *when*, and *how*. Seam creates the credential, attaches it to a user identity, encodes the time window, propagates it to every relevant device, and re-materializes it as devices come online, get added to spaces, or change ownership. PIN codes, mobile keys, and plastic cards—all through the same request.
0 commit comments