{
  "info": {
    "name": "Keyzy — mcp.ai",
    "description": "REST API for the Keyzy 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/keyzy",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "keyzy_delete_activation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/activation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "activation"
          ]
        },
        "description": "Permanently and irreversibly delete an activation record by its numeric ID using a write-enabled App Key. This operation cannot be undone.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"activation_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "keyzy_delete_license",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/license",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "license"
          ]
        },
        "description": "Permanently delete a Keyzy license and all activation records associated with it. This cascading deletion is irreversible. Confirm the serial and current license type before calling. Requires a write-",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"serial\": \"\",\n  \"license_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "keyzy_download_encrypted_license_file",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/download/encrypted/license/file",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "download",
            "encrypted",
            "license",
            "file"
          ]
        },
        "description": "Activate or renew a semi-online Keyzy license and download its encrypted offline license file. A new host can consume an activation slot, and a repeat download resets the file's offline-license lifeti",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"serial\": \"\",\n  \"host_id\": \"\",\n  \"device_tag\": \"\",\n  \"product_code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "keyzy_get_license",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/license",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "license"
          ]
        },
        "description": "Return customer, SKU, type, registration, and validity-period details for one license serial.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"serial\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "keyzy_list_activations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/activations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "activations"
          ]
        },
        "description": "Return all activation records associated with one license serial number.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"serial\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "keyzy_list_license_products",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/license/products",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "license",
            "products"
          ]
        },
        "description": "Return the products associated with a license serial, including product codes needed for validation. Keyzy requires a write-enabled App Key for this endpoint.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"serial\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "keyzy_preview_dealer_license_registration",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/preview/dealer/license/registration",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "preview",
            "dealer",
            "license",
            "registration"
          ]
        },
        "description": "Check an unregistered dealer license and return the customer-registration details before submitting them.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"serial\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "keyzy_register_dealer_license",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/register/dealer/license",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "register",
            "dealer",
            "license"
          ]
        },
        "description": "Preview an offline dealer license, verify its SKU, then irreversibly register it to a customer as the license owner. The registration cannot be undone through this toolkit.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"email\": \"\",\n  \"serial\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "keyzy_register_license",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/register/license",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "register",
            "license"
          ]
        },
        "description": "Assign an available license for an SKU to a customer and return the new serial number. If license-email delivery is enabled for the SKU, Keyzy may also email the license information to the customer. R",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"email\": \"\",\n  \"end_at\": 0,\n  \"start_at\": 0,\n  \"sku_number\": \"\",\n  \"license_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "keyzy_update_activation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/activation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "activation"
          ]
        },
        "description": "Activate or deactivate an existing activation record by numeric ID. Set activated to true to enable the record, or false to disable it without deleting it. Requires a write-enabled App Key.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"activated\": false,\n  \"activation_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "keyzy_update_license_sku",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/license/sku",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "license",
            "sku"
          ]
        },
        "description": "Move a license to a new SKU, changing its license type to the destination SKU's type. Moving to a trial or subscription SKU may require a separate license-term update. Requires a write-enabled App Key",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"serial\": \"\",\n  \"new_sku_number\": \"\",\n  \"current_sku_number\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "keyzy_update_license_term",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/license/term",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "license",
            "term"
          ]
        },
        "description": "Update the validity start and/or required end time of a subscription or trial license. Requires a write-enabled App Key.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end_at\": 0,\n  \"serial\": \"\",\n  \"start_at\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "keyzy_upgrade_license",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/upgrade/license",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "upgrade",
            "license"
          ]
        },
        "description": "Irreversibly exchange a current license for an upgrade license. WARNING: when Keyzy confirms success, it permanently deletes the current license and makes the upgrade license usable. Use only after co",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"current_serial\": \"\",\n  \"upgrade_serial\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "keyzy_validate_license",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/validate/license",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "validate",
            "license"
          ]
        },
        "description": "Validate a Keyzy license for a product. Supplying host_id can create or refresh a device activation and consume an activation slot.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"serial\": \"\",\n  \"host_id\": \"\",\n  \"device_tag\": \"\",\n  \"product_code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}