🔐 ADATT License Management

Support Team Admin Dashboard - Manage customer licenses and handle activation issues

Import License from LemonSqueezy

Paste the customer's license key exactly as provided by LemonSqueezy

Lookup License Details

Enter the license key to view current information in Cloudflare KV

Support Documentation

When to Import a License

  • Customer reports "License key not found" error during activation
  • LemonSqueezy webhook failed to fire or got lost
  • License was purchased but never appeared in Cloudflare KV
  • Customer contacts support with activation issues

How Import Works

  1. Support team gets license key from customer
  2. Paste key into Import form
  3. Worker queries LemonSqueezy API directly
  4. Extracts variant ID, tier, maxActivations from LemonSqueezy (source of truth)
  5. Stores correct data in Cloudflare KV
  6. Customer can immediately activate in ADATT

License Tiers

Solo Admin - 3 devices

Team - 5 devices

Business - 20 devices

Enterprise - 999 devices (unlimited)

API Endpoints

Worker URL: https://adatt-activator.adatt.workers.dev

Import: POST /admin/import-license

Lookup: GET /admin/license/{key}

Security Note

This dashboard queries LemonSqueezy as the source of truth. All tier and variant information comes directly from LemonSqueezy's API, ensuring accuracy. The license key is never modified, only the metadata (tier, variant, maxActivations) is synchronized.