Api Key Overview
Manage your API authentication credentials for seamless integration.
Overview
How to Navigate
- Log in to your Arthix application dashboard.
- Look at the main menu on the left side of your screen.
- Find and click the Settings icon (the gear icon) to open the Settings popout menu.
- Click on Api Key to access the API Keys dashboard.
What is this module?
The API Key is a unique, secret token used to authenticate requests to the Arthix platform from your external systems, servers, and applications.
Why Use this Module?
- Secure Authentication: Programmatically connect your internal tools without sharing passwords.
- Usage Tracking: Monitor API traffic and request rates tied to your key.
- Access Control: Instantly revoke keys if a system is compromised.
Core Capabilities
- Generate Keys: Create multiple keys for different environments (Development, Production).
- Revocation: Disable old or compromised keys instantly.
- Timestamp Tracking: Monitor when your key was last used.
Security First
Never share your API key in client-side code, public repositories, or unsecured emails. Always keep it as an environment variable on your backend server.
Never share your API key in client-side code, public repositories, or unsecured emails. Always keep it as an environment variable on your backend server.
