Tagging License Keys

Is there a way I could tag license keys that are for development purposes vs. production purposes? I know I could create a custom license field (like: environment = development, qa, production, etc) and then use that to search/identify, but I didn't know if there was a better way?

Yes, LimeLM supports tagging product keys. The only caveat is that these tags aren't visible in the UI (as of the time I'm writing this). We plan to make tagging visible in the UI, but it will take a bit of work to make it good.

However, the web API has fully supported tagging for a couple of years now. For example, to set tags, call limelm.pkey.setTags. And to search based on tags you can use limelm.pkey.advancedSearch.

Tell me if that helps.

Thanks Wyatt, this is perfect! Certainly a UI at some point would be very helpful, but I'll refer to the web api as I know I can make that work too!