Setting Up Your Product

Before you can sell or distribute licenses, you need to set up three things in the KEYZY dashboard: a Product, an SKU, and Licenses.

Add a Product

A product represents your software application.

  1. Go to the Products page
  2. Click Add New Product
  3. Name — give your product a recognizable name
  4. Is Product Active? — set to active so licenses can be validated against it
  5. How many devices? — the maximum number of devices a single license can be activated on. For example, set this to 3 if you want each customer to use the software on up to 3 machines.
Add Product

Add an SKU (Stock Keeping Unit)

An SKU defines a specific version or tier of your product — for example, “Pro Annual” or “Basic Perpetual”. Each SKU has its own license type, pricing tier, and settings.

  1. Go to the SKU page
  2. Click Add New SKU
  3. Name — include the product name and tier (e.g. “ProductA Pro Perpetual”, “ProductA Starter Subscription”)
  4. SKU Number — a unique identifier you’ll use in API calls and your store integration. Cannot contain spaces.
  5. License Type — choose one:
    • Perpetual — license never expires
    • Subscription — license expires after a set period, requires renewal
    • Trial — time-limited evaluation license
  6. Offline License Life — how long a locally cached license remains valid before the application needs to contact the server again. This applies to semi-online activation. Set the value in days.
  7. Is SKU Active? — set to active
  8. This is an upgrade SKU — enable this if licenses under this SKU are meant to be used as upgrade targets (e.g. upgrading from Basic to Pro)
  9. Enable Auto License Generation — when enabled, KEYZY automatically generates new licenses when stock runs low, so you never run out during sales
Add SKU

Associate Products to Your SKU

After creating the SKU, you need to link at least one product version to it:

  1. Go back to the SKU list
  2. Click Manage Products on your SKU
  3. Select the product version you created earlier

Generate Licenses

Once you have a product and an SKU, you can generate licenses.

  1. Go to the Licenses page
  2. Click Add Licenses
  3. Select the SKU you want to generate licenses for
  4. Optionally select a Dealer if you sell through a third party
  5. Choose how many licenses to generate
  6. Click Add
Add Licenses

Generated licenses are ready to be distributed. See Distributing Licenses for the different distribution methods available.

Next Steps