Using Cloud Keys
Cloud keys are a web-based unlock access method. When you use a cloud key, the door unlocks over the internet through the ACS cloud connection. Each unlock is attributed to the specific user identity in the ACS audit trail, rather than being recorded as a generic system action. Cloud keys are ideal for:- Web pass shared via link: Send your user a URL that triggers a remote unlock when tapped.
- Embedded unlock in your app: Add an unlock button to your web or mobile app that calls the Seam API to unlock the door.
Before You Begin
To use cloud keys, you need:- A Seam API key
- A connected ACS that supports cloud key unlocks
- A user identity representing the person who will unlock the door
- An entrance that supports cloud key unlocks (
can_unlock_with_cloud_keyistrue)
Step 1: Verify Entrance Support
List the entrances for your ACS and confirm thatcan_unlock_with_cloud_key is true for the entrance you want to unlock.
Step 2: Create an Access Grant with a Cloud Key
Create an Access Grant for the user identity, specifyingcloud_key as the requested access method mode. Include the entrance IDs that the user should be able to unlock.
Step 3: Unlock the Entrance
Once the access grant is active, unlock the entrance on behalf of the user by calling/access_methods/unlock_door with the cloud key access_method_id and the acs_entrance_id. The endpoint resolves the credential internally and attributes the unlock to the user identity in the ACS audit trail.
Next Steps
- Delivering Access Methods — Learn how to deliver all access method types to your users.
- Access Grants — Learn more about creating and managing Access Grants.

