API Keys
The API Keys tab allows you to generate and manage API keys that are required to authenticate with the PureRouter API.Creating an API Key
When you first open the API Keys tab, you may see that no keys are created yet:
- Click Create API Key.
- Enter a descriptive name (e.g.,
production-bot
,test-key
). - Click Create.

Viewing Your API Key
Once created, a dialog will appear showing your new API key:
You will only be able to see the key once. Make sure to copy and store it
securely. If you lose it, you’ll need to create a new one.
Managing API Keys
After creation, your API key will appear in the list:
- See the name of the key
- View partial key details (the full key remains hidden for security)
- Delete the key if it is no longer needed
Best Practices
Save Keys Securely
Save Keys Securely
Store your keys in a secure location, such as a secret manager or environment variable. Never hard-code them in source code.
Use Descriptive Names
Use Descriptive Names
Give each key a clear name (e.g.,
staging-service
, prod-chatbot
) so you
can easily identify its purpose later.Rotate Keys Regularly
Rotate Keys Regularly
For security reasons, it’s recommended to generate new keys periodically and revoke old ones.