Separate your keys into live and test environments.
live
keys.
Unkey allows you to set an arbitrary value as environment
for each key, so you can model your
domain however you want. In practice we often see two distinct environments being used a lot:
live
Live keys are used in production and affect real resources.test
Test keys allow you to develop and test your code without modifying real resources. It’s
great to ensure your code is working manually or can be used in automated tests.