{
  "info": {
    "name": "Seam — mcp.ai",
    "description": "REST API for the Seam MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/seam",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "seam_add_access_methods_to_grant",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/access/methods/to/grant",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "access",
            "methods",
            "to",
            "grant"
          ]
        },
        "description": "Request additional PIN, card, mobile-key, or cloud-key methods for an existing access grant.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"access_grant_id\": \"\",\n  \"requested_access_methods\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "seam_create_access_grant",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/access/grant",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "access",
            "grant"
          ]
        },
        "description": "Grant an existing or new user identity access to spaces, devices, or access-control entrances, requesting PIN, card, mobile-key, or cloud-key methods.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"ends_at\": \"\",\n  \"space_ids\": \"\",\n  \"starts_at\": \"\",\n  \"device_ids\": \"\",\n  \"space_keys\": \"\",\n  \"user_identity\": {},\n  \"reservation_key\": \"\",\n  \"access_grant_key\": \"\",\n  \"acs_entrance_ids\": \"\",\n  \"user_identity_id\": \"\",\n  \"customization_profile_id\": \"\",\n  \"requested_access_methods\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "seam_delete_access_grant",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/access/grant",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "access",
            "grant"
          ]
        },
        "description": "Permanently revoke and delete an access grant by UUID, removing the access it manages.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"access_grant_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "seam_get_access_grant",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/access/grant",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "access",
            "grant"
          ]
        },
        "description": "Get one access grant by its Seam UUID or unique workspace key.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"access_grant_id\": \"\",\n  \"access_grant_key\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "seam_list_access_grants",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/access/grants",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "access",
            "grants"
          ]
        },
        "description": "List access grants in the workspace, optionally filtered by space, device, entrance, user identity, reservation, customer, key, or IDs; returns one cursor-controlled page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"space_id\": \"\",\n  \"device_id\": \"\",\n  \"page_cursor\": \"\",\n  \"customer_key\": \"\",\n  \"acs_system_id\": \"\",\n  \"access_code_id\": \"\",\n  \"acs_entrance_id\": \"\",\n  \"reservation_key\": \"\",\n  \"access_grant_ids\": \"\",\n  \"access_grant_key\": \"\",\n  \"user_identity_id\": \"\",\n  \"without_access_grant_key\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "seam_list_action_attempts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/action/attempts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "action",
            "attempts"
          ]
        },
        "description": "Inspect asynchronous Seam operation status, errors, and results in bulk by action-attempt IDs or by device, returning one cursor-controlled page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"device_id\": \"\",\n  \"page_cursor\": \"\",\n  \"action_attempt_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "seam_list_connected_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/connected/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "connected",
            "accounts"
          ]
        },
        "description": "List and search provider accounts connected to the workspace, optionally filtering by space, customer, user, or metadata; returns one cursor-controlled page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"search\": \"\",\n  \"space_id\": \"\",\n  \"page_cursor\": \"\",\n  \"customer_key\": \"\",\n  \"custom_metadata_has\": {},\n  \"user_identifier_key\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "seam_list_devices",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/devices",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "devices"
          ]
        },
        "description": "List and search devices in the workspace, optionally filtering by account, space, IDs, type, manufacturer, customer, creation time, or metadata; returns one cursor-controlled page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"search\": \"\",\n  \"space_id\": \"\",\n  \"device_ids\": \"\",\n  \"device_type\": \"\",\n  \"page_cursor\": \"\",\n  \"customer_key\": \"\",\n  \"device_types\": \"\",\n  \"manufacturer\": \"\",\n  \"created_before\": \"\",\n  \"connect_webview_id\": \"\",\n  \"custom_metadata_has\": {},\n  \"user_identifier_key\": \"\",\n  \"connected_account_id\": \"\",\n  \"connected_account_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "seam_list_spaces",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/spaces",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "spaces"
          ]
        },
        "description": "List and search spaces in the workspace by name, key, or customer, returning one cursor-controlled page of grantable locations.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"search\": \"\",\n  \"space_key\": \"\",\n  \"page_cursor\": \"\",\n  \"customer_key\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "seam_update_access_grant",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/access/grant",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "access",
            "grant"
          ]
        },
        "description": "Update an access grant's name or validity window by UUID or unique workspace key. Provide at least one of name, starts_at, or ends_at.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"ends_at\": \"\",\n  \"starts_at\": \"\",\n  \"access_grant_id\": \"\",\n  \"access_grant_key\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}