Build with Seam and your coding agent
Give your coding agent current Seam documentation and implementation guidance. Start with the setup guide, install the plugin, or connect the MCP server directly.
Build with AI Agents
Let Your Coding Agent Set Up Seam
Working in Claude Code, Cursor, or Codex? Give your agent this prompt to load current setup guidance, choose its connection path and follow the integration guides.
Set up Seam in this project:
fetch https://seam.co/agents.md and follow its instructions.Seam MCP
Discover the API. Verify the implementation.
The public MCP server provides documentation, API discovery and implementation guidance. Use the separate authenticated endpoint and its permission flow for an agent’s delegated workspace access.
Search Docs & Devices
Search developer documentation and the device database. Check the exact model, connection requirements and available capabilities before choosing a workflow.
Inspect the relevant API
Find relevant operations with search_api, then inspect their parameters, responses and limits with get_apis.
Connect an Agent Session
The /mcp/authenticated endpoint uses a separate sign-in and delegated permission flow. Inspect the tools and permissions available to the authorized session.
Verify Device Actions
Use the authorized API or SDK to inspect the intended device. Track the action result and verify state before treating a requested change as complete.
Load Implementation Guidance
Use search_prompts to find relevant guidance, then get_prompt and get_prompt_context to read its maintained instructions and source files.
Runnable Example Apps
Choose a maintained reference app that matches your framework, SDK and integration mode. Keep provider prerequisites and capability checks with the implementation.
Connect Directly
Connect public documentation search
Connect the public documentation endpoint without an API key or account. Workspace execution uses the separate authenticated endpoint and permission flow.
Public, read-only documentation endpoint. No account required.
claude mcp add --transport http seam-docs https://mcp.seam.co/mcpFor workspace access, authorize an agent session.
Use the separate endpoint below and complete its sign-in and permission flow. Keep the application’s API key out of the MCP configuration. Confirm the intended workspace with a read, then test the authorized workflow in a sandbox.
https://mcp.seam.co/mcp/authenticated
Follow the agent setup guideThe Seam Plugin
Install Seam integration skills
Choose the install method for your agent. The Claude Code plugin includes the docs MCP server. With other tools, install the skills and configure the MCP connection separately.
npx skills add seamapi/seam-pluginIntegration Skills
Follow maintained skills for access grants, access codes and reservation automations. Start with Access Grants for person, door and time-based access.
Docs Search Built In
The Claude Code plugin includes the docs MCP server. Other clients can register the public endpoint to search API references and device guidance.
Works Where You Work
The plugin README documents the skills installer for Cursor, Codex, Copilot, Gemini CLI and other supported tools. Follow each client’s MCP setup instructions.
Seam Wizard
Set up with the Seam Wizard
Run the interactive wizard in your own terminal. Complete the Console authorization, then follow the setup guidance for your application and agent.
npx @seamapi/cli wizard01
Start in Your Project
Run the wizard from your project directory. Use the maintained CLI package, @seamapi/cli.
02
Authorize in the Console
Complete the human sign-in and workspace selection. Keep the application's API key in its environment, outside the conversation.
03
Connect Your Agent
Use the public MCP endpoint for documentation or the authenticated endpoint for a separate delegated session. Follow the current setup guide.
04
Verify a First Operation
Confirm the intended workspace with a read, then test the supported workflow in a sandbox before connecting real hardware.
Works With Your Agent
Bring Your Own Coding Agent
Seam MCP speaks standard Model Context Protocol over HTTP. Choose a client that supports the endpoint’s HTTP transport and authentication. Follow its current setup instructions.
Claude
Follow the Seam MCP installation guide for Claude connections. Use the public docs endpoint to look up operations and device requirements.
ChatGPT & Codex
Add the public docs endpoint to Codex for API guidance. For ChatGPT and authenticated access, follow the current client setup and permission requirements.
Cursor, VS Code & Windsurf
Follow your editor’s current MCP configuration instructions. The public endpoint provides docs; workspace execution needs a separate authenticated connection.
Start with a supported device workflow
Check the device and account requirements, then follow the maintained setup and implementation guide. Test in a sandbox and verify the result.