As a member of BatchKeys you will be given a Dashboard to manage your keys. Your Dashboard has several parts. You can edit your profile, generate keys, view your keys, and more.
Generate New Keys #
See the documentation on key generation.
Viewing And Managing Keys #
See the documentation on key management.
Bulk Deleting Keys #
See the documentation on deleting keys.
Editing Your Profile #
To change your profile information, go to Dashboard > Settings. There you can edit your:
- First Name
- Last Name
- Company Name (optional)
- Email Address
- Password
Please ensure your information is kept up to sate, especially your email address. If your account was created by an admin and assigned to you, be sure to change your temporary password.
API Auth Key #
Each account has a unique API Authorization Key that allows access to our API. Whenever you check a license key be sure to send your API auth key.

To view your API auth key click the “Show” button next to the hidden key.
Clicking the “Generate New API Auth Key” button will pop up a warning. If you proceed, it will delete your current auth key and generate a new one. You can only have one auth key at a time and it must match the auth key you send during a license key check.
NOTE: Generating a new auth key can break your app. If your current auth key doesn’t match the auth key sent during a key check, that key check will fail. If you generate a new auth key you will have to update your app’s code with the new auth key.
Importing Keys #
We have created a license keys importer that allows you to bring your previously generated keys into the BatchKeys ecosystem. See our full documentation on importing keys.
Useful Tools #
We strive to create an array of useful tools for our users that will make their lives easier.
We currently have a PHP encoder and decoder for users who are working in PHP (like WP plugins or themes) and would like to add an extra layer of security to their apps.
See our documentation on using the PHP encoder/decoder, where we also include instructions and code snippets explaining how to implement the encoded code into your app and decode it for use.