Back to Documentation
DocsAuthentication
2 min read
API Authentication
Aulys uses API keys to authenticate requests. You can view and manage your API keys in the Aulys Dashboard under settings.
Bearer Token Authentication
Your API requests must include an Authorization header with the Bearer scheme followed by your API Key. All API requests must be made over HTTPS. Calls made over plain HTTP will fail.
Authorization: Bearer aulys_live_xyz...Keep your keys secure
Your API keys carry many privileges. Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, or public forums.
Generating an API Key
1
Log in to your Aulys Dashboard.
2
Navigate to Project Settings → API Keys.
3
Click Generate New Key. You will only be shown the key once, so be sure to copy and store it securely.