mobile_key access method in an Access Grant, Seam issues a mobile credential that you deliver through your own app using the Seam mobile SDKs. Each mobile key also includes an Instant Key URL for immediate access without an app download.
Mobile keys work with:
- Access control systems — Salto KS, Salto Space, ASSA ABLOY Visionline and Vostio, dormakaba, Brivo, and other ACS platforms that support BLE-based mobile credentials. Specify entrances with
acs_entrance_idsor usespace_ids.
Before You Begin
To use mobile keys, you need:- A Seam API key
- A connected ACS with BLE-capable lock hardware
- Mobile key licenses or subscriptions activated for your ACS (requirements vary by system — see your system integration guide)
- A user identity representing the person who will receive the mobile key
- An entrance that supports mobile keys (
can_unlock_with_mobile_keyistrue)
If you plan to build a mobile app that delivers mobile keys, see Mobile Access for the complete SDK integration guide. If you just want to share a link for instant access, see Using Instant Keys instead.
Step 1: Verify Entrance Support
List the entrances for your ACS and confirm thatcan_unlock_with_mobile_key is true.
Step 2: Create an Access Grant with a Mobile Key
Create an Access Grant specifyingmobile_key as the requested access method mode.
Step 3: Deliver the Mobile Key
Once the access method is issued, list the access methods for the Access Grant to get theclient_session_id. Use this value to initialize the Seam mobile SDK on your user’s device so they can unlock doors from your app.
client_session_id to look up the client session token, then pass it to the Seam mobile SDK to initialize your user’s mobile app. For the complete mobile SDK integration guide, see Mobile Access.
Every mobile key also includes an
instant_key_url. You can share this URL with your user as an alternative or backup access method — no app download required. See Using Instant Keys.Step 4: See Which Doors the Mobile Key Covers
An access method can cover multiple doors — for example, if the Access Grant includes several entrances or spaces. To see which doors a mobile key unlocks, call/access_methods/get_related.
Next Steps
- Mobile Access — Complete guide to building a mobile app with the Seam mobile SDKs.
- Using Instant Keys — Share the Instant Key URL included with every mobile key.
- Access Methods API Reference — See all access method properties and endpoints.

