Import License from LemonSqueezy
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
- Support team gets license key from customer
- Paste key into Import form
- Worker queries LemonSqueezy API directly
- Extracts variant ID, tier, maxActivations from LemonSqueezy (source of truth)
- Stores correct data in Cloudflare KV
- 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.