You receive an API Key for every project you create. The API key is used to configure the LlamaLoggerClient instance and direct the log entries to the appropriate project. You need this key to send entries to Llama Logger.
LlamaLoggerClient logger = new LlamaLoggerClient(apikey, "1.0");
If you think your API key has been compromised or you need to cut off older versions of your application from reporting issues, you can regenerate your API key.
Regenerating API keys this prevents the previous API key from being used and all reporting applications will no longer send entries successfully. Use this feature with care.