Obtaining an API Key
- Log in to your Stelis account at https://stelis.app
- Navigate to the API Keys section in your account settings
- Click “Generate New API Key”
- Copy the API key and store it securely
Using Your API Key
To authenticate your requests, include your API key in theAuthorization header:
Best Practices
- Keep your API key secure and never share it publicly
- Use environment variables to store your API key in your applications
- Rotate your API keys periodically for enhanced security
- Use different API keys for development and production environments

