API keys authenticate your inference requests. Each key is scoped to an organization.Documentation Index
Fetch the complete documentation index at: https://docs.getlilac.com/llms.txt
Use this file to discover all available pages before exploring further.
Creating an API Key
Open the dashboard
Navigate to console.getlilac.com and select your organization.
Using Your API Key
Include your API key in theAuthorization header:
Revoking a Key
To revoke a key, go to API Keys in the dashboard and click Delete next to the key you want to remove. Revoked keys stop working immediately.Best Practices
- Create separate keys for different environments (development, staging, production).
- Rotate keys periodically.
- Never commit keys to version control — use environment variables instead.
- Revoke keys immediately if they may have been exposed.

