mobile_key access method, Seam automatically generates an Instant Key URL. Share this URL with your user through text, email, or your app. When they tap the link, they can unlock the door immediately — no app download required.
Instant Keys use iOS App Clips and Android Instant Apps to provide a native unlock experience without requiring your user to install anything.
Instant Keys are ideal for:
- Guest access — Send a link to a short-term guest (hotel, vacation rental, coworking space).
- Backup access — Provide a fallback unlock method alongside a native mobile key in your app.
- Quick onboarding — Let users unlock immediately while they set up your full mobile app.
Before You Begin
To use Instant Keys, you need:- A Seam API key
- A connected ACS with BLE-capable lock hardware that supports mobile keys
- Mobile key licenses activated for your ACS (see Setting Up Your Site for Instant Keys)
- A user identity representing the person who will receive the Instant Key
- An entrance that supports mobile keys (
can_unlock_with_mobile_keyistrue)
Instant Keys are generated automatically when you create a mobile key access method. You do not need to request them separately.
Step 1: Create an Access Grant with a Mobile Key
Create an Access Grant specifyingmobile_key as the requested access method mode. The response includes an instant_key_url on the Access Grant itself — you can share it immediately without waiting for the access method to be issued.
Step 2: Share the Instant Key URL
Once the access method is created, list the access methods for the Access Grant to get theinstant_key_url.
Deliver the instant_key_url to your user. Common delivery methods include:
- Text message (SMS) — Send the URL directly to your user’s phone.
- Email — Include the URL in a welcome or check-in email.
- In-app link — Embed the URL in your web or mobile app.
- QR code — Generate a QR code from the URL for physical signage.
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.
Step 3: See Which Doors an Access Method Covers
An access method can cover multiple doors — for example, if the Access Grant includes several entrances or spaces. To see which doors an Instant Key unlocks, call/access_methods/get_related with the underlying mobile key’s access method ID.
Next Steps
- Instant Keys — Deep dive into how Instant Keys work, site setup, and advanced delivery options.
- Delivering Instant Keys — Detailed guide for sharing Instant Keys with your users.
- Using Mobile Keys — Build a native mobile app experience with the Seam mobile SDKs.

