As a user, I want to be able to isolate licenses between my database environments, and choose which environment I consume a license from.
The issue that I am facing is that one database environment is consuming licenses quickly, and the other database environment cannot grab any free licenses. This feature would help remedy that. It would also help give insight as to which environments would need more licenses, and how quickly the cost of said environment is growing.
I'm not sure the easiest way to implement this, but one option is to use separate api keys per environment, where api key A consumes licenses from environment A, and api key B consumes licenses from environment B. This would lead to a minimal amount of configuration changes, and no breaking changes from a user's point of view.