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.

