Integrations/KeyNest

Seam × KeyNest

Seam connects 4 KeyNest smartlock models to your app. Grant access, control devices and read state through one API, with capability flags that tell your app what each model can do.
Supported models
4
Device type
1
Connected system
1
Quickstart

Create an access code in 60 seconds

One Access Grant issues the code on a connected KeyNest lock. Seam generates the PIN, programs the device, and removes it when the window closes.
1# A three-day window starting now, so a copied snippet is never a dead grant.
2STARTS_AT=$(date -u +%Y-%m-%dT%H:%M:%SZ)
3ENDS_AT=$(date -u -v+3d +%Y-%m-%dT%H:%M:%SZ 2>/dev/null || date -u -d '+3 days' +%Y-%m-%dT%H:%M:%SZ)
4
5curl -X POST 'https://connect.getseam.com/access_grants/create' \
6  -H "Authorization: Bearer ${SEAM_API_KEY}" \
7  -H 'Content-Type: application/json' \
8  -d '{
9    "user_identity": {
10      "full_name": "Jane Doe",
11      "email_address": "jane@example.com"
12    },
13    "device_ids": ["6ba7b811-9dad-11d1-80b4-00c04fd430c8"],
14    "requested_access_methods": [{ "mode": "code" }],
15    "starts_at": "'"$STARTS_AT"'",
16    "ends_at": "'"$ENDS_AT"'"
17  }'
Fastest path

Build it with your AI agent

Install the Seam plugin and your coding agent picks up three integration skills: Reservation Automations, Access Grants and Access Codes. It then writes the calls the way we would. Paste the prompt below and let it build.

1. Install the plugin

/plugin marketplace add seamapi/seam-plugin
/plugin install seam@seamapi

The Claude Code install also adds our documentation MCP server, so the agent can look up endpoints and device capabilities while it works. Cursor, Codex and other agents get the skills through npx skills add and can add the MCP server there separately.

2. Paste this prompt

Prompt
Using the Seam Access Grants skill, integrate KeyNest devices into my app. In a sandbox workspace: connect a virtual KeyNest device, read its capability flags, create an access grant with requested_access_methods [{ mode: "code" }] for a three-day window, then read the code back once is_issued is true. Explain what Seam did on the device at each step.
Use cases

What you can build

  • Online Access Codes

    4 KeyNest models support online access codes through Seam.

FAQ

Frequently asked questions

Which KeyNest devices work with Seam?

4 KeyNest models are in Seam's device database today, covering smartlocks. The catalog page lists every model with its live integration status and any hardware requirements.

How do I connect KeyNest devices to my app?

Your user links their KeyNest account through Seam Connect Webview: one embedded login flow, no KeyNest-specific code. Every device behind the account comes back with capability flags your app can read before offering an action.

Which credentials can Seam issue on KeyNest devices?

online access codes today, through one /access_grants/create call. Support is per model, so check the capability flags on the specific device before offering a credential in your UI.

Do I need a KeyNest developer account or API keys?

No. Your user signs in with their own KeyNest account through the Connect Webview, and your app talks only to Seam. You never handle KeyNest credentials or maintain their API.

How do I test without hardware?

Sandbox workspaces come with virtual KeyNest devices that behave like the real ones, so you can run the whole flow before anything is installed.

Pricing
Ready to Scale With You
Seam lets developers and businesses connect apps to real-world IoT devices. The free trial is built for small teams to build and test, while enterprise pricing scales with the biggest device fleets out there.
Best Enterprise Solution
Custom Subscription for Your Business
Access tailored solutions, paying a fixed monthly rate that scales as you grow.
Enhanced Security
Beta Features Access
Dedicated Support Channel
Volume Discounts
No Usage Limits
Trusted by Over 1,000 Companies
Start Now
Try It for Free
Start with a free trial and explore the full API and related features.
Need help integrating KeyNest?
Chat with our team about your specific use case.
—“Discovering Seam was one of these Aha moments in the business. I couldn’t believe what I was seeing. I mean, it was exactly what we were looking for: a simple API that we could integrate and have access to all these devices in a matter of seconds.”
François Gouelo
CEO, Enso Connect
Company
How many devices you need to connect?
Name
Email
How did you find us?
Comment
We usually answer within 24 hours.
One API for All Devices
Global Infrastructure for Controlling the Physical World
Seam makes controlling IoT devices seamless and programmable. Our teams operate globally,
enabling businesses of all sizes.
Smart Locks
Access Systems
Knowledge
Lock Capabilities
Thermostats
Sensors
© 2026 Seam Labs, Inc.