Skip to content

Commit 6e1056d

Browse files
louis-preclaude
andcommitted
Remove Early Access Preview banners from access grants guides
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fd75ea8 commit 6e1056d

9 files changed

Lines changed: 0 additions & 36 deletions

docs/guides/capability-guides/access-grants/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ description: >-
66

77
# Access Grants
88

9-
{% hint style="info" %}
10-
**Early Access Preview.** The Access Grants API is currently in Beta. We're actively developing it and seeking early feedback at [support@seam.co](mailto:support@seam.co). Expect breaking changes as we refine the design.
11-
{% endhint %}
12-
139
Seam Access Grants provide a unified, intuitive, and streamlined way to grant and manage user access across multiple access system providers. With a single command you can define the "who, where, when, and how" for assigning a user access to entrances and other access points. Access Grants support plastic cards, PIN codes, and mobile keys, including Instant Keys. You can even create multiple access methods using a single command.
1410

1511
<figure><img src="../../.gitbook/assets/access-grant-using-entrances.png" alt="Use Access Grants to specify the characteristics of access."><figcaption><p>Use Access Grants to specify the characteristics of access.</p></figcaption></figure>

docs/guides/capability-guides/access-grants/access-grant-quick-start.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ description: >-
66

77
# Access Grant Quick Start
88

9-
{% hint style="info" %}
10-
**Early Access Preview.** The Access Grants API is currently in Alpha. We're actively developing it and seeking early feedback at [support@seam.co](mailto:support@seam.co). Expect breaking changes as we refine the design.
11-
{% endhint %}
12-
139
In this quick start, create an Access Grant to give a user access to a set of entrances. Access Grants provide a unified, intuitive, and streamlined way to grant and manage user access across multiple access system providers. With a single command you can define the "who, where, when, and how" for assigning a user access to entrances and other access points.
1410

1511
In addition, this quick start shows you that, with Access Grants, it's easy to issue users access through multiple types of access methods, such as key cards, PIN codes, mobile keys, and Instant Keys.

docs/guides/capability-guides/access-grants/creating-an-access-grant-using-entrances.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ description: >-
66

77
# Creating an Access Grant Using Entrances
88

9-
{% hint style="info" %}
10-
**Early Access Preview.** The Access Grants API is currently in Alpha. We're actively developing it and seeking early feedback at [support@seam.co](mailto:support@seam.co). Expect breaking changes as we refine the design.
11-
{% endhint %}
12-
139
An Access Grant defines the following characteristics:
1410

1511
* User identity: The user to whom you want to grant access.

docs/guides/capability-guides/access-grants/creating-an-access-grant-using-spaces.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ description: >-
66

77
# Creating an Access Grant Using Spaces
88

9-
{% hint style="info" %}
10-
**Early Access Preview.** The Access Grants API is currently in Alpha. We're actively developing it and seeking early feedback at [support@seam.co](mailto:support@seam.co). Expect breaking changes as we refine the design.
11-
{% endhint %}
12-
139
An Access Grant defines the following characteristics:
1410

1511
* User identity: The user to whom you want to grant access.

docs/guides/capability-guides/access-grants/deleting-an-access-grant.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ description: Learn how to delete an Access Grant.
44

55
# Deleting an Access Grant
66

7-
{% hint style="info" %}
8-
**Early Access Preview.** The Access Grants API is currently in Alpha. We're actively developing it and seeking early feedback at [support@seam.co](mailto:support@seam.co). Expect breaking changes as we refine the design.
9-
{% endhint %}
10-
117
To delete an Access Grant:
128

139
{% tabs %}

docs/guides/capability-guides/access-grants/delivering-access-methods.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ description: >-
66

77
# Delivering Access Methods
88

9-
{% hint style="info" %}
10-
**Early Access Preview.** The Access Grants API is currently in Alpha. We're actively developing it and seeking early feedback at [support@seam.co](mailto:support@seam.co). Expect breaking changes as we refine the design.
11-
{% endhint %}
12-
139
The `access_method.is_issued` property and event let you know when an access method is ready to deliver to your user. Once an access method is ready to deliver, retrieve the access method by ID. Remember, the returned Access Grant includes the IDs of all the requested access methods. Then, deliver the access method to your user. The delivery mechanism varies for different access method modes.
1410

1511
{% hint style="info" %}

docs/guides/capability-guides/access-grants/retrieving-access-grants-and-access-methods.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ description: Learn how to list and get Access Grants and access methods.
44

55
# Retrieving Access Grants and Access Methods
66

7-
{% hint style="info" %}
8-
**Early Access Preview.** The Access Grants API is currently in Alpha. We're actively developing it and seeking early feedback at [support@seam.co](mailto:support@seam.co). Expect breaking changes as we refine the design.
9-
{% endhint %}
10-
117
You can list all Access Grants, and you can also filter the list by one or more of the following properties:
128

139
* `acs_entrance_id`

docs/guides/capability-guides/access-grants/revoking-an-access-method.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ description: Learn how to revoke an access method so that a user can no longer u
44

55
# Revoking an Access Method
66

7-
{% hint style="info" %}
8-
**Early Access Preview.** The Access Grants API is currently in Alpha. We're actively developing it and seeking early feedback at [support@seam.co](mailto:support@seam.co). Expect breaking changes as we refine the design.
9-
{% endhint %}
10-
117
To revoke an access method, delete it.
128

139
{% tabs %}

docs/guides/capability-guides/access-grants/updating-an-access-grant.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ description: Learn how to update the time window for an Access Grant
44

55
# Updating an Access Grant
66

7-
{% hint style="info" %}
8-
**Early Access Preview.** The Access Grants API is currently in Alpha. We're actively developing it and seeking early feedback at [support@seam.co](mailto:support@seam.co). Expect breaking changes as we refine the design.
9-
{% endhint %}
10-
117
You can update the starting and ending times for an Access Grant.
128

139
Note that you cannot update the access methods, entrances, or spaces associated with an Access Grant. To change these access characteristics, delete the Access Grant and recreate it.

0 commit comments

Comments
 (0)