Settings
Application configuration
API Configuration
This application is configured via environment variables.
For administrators: API keys are configured server-side using environment variables.
Set RAGIE_API_KEY in your .env.local file or deployment environment.
How to configure API keys
- 1.Create a
.env.localfile in the project root - 2.Add your Ragie API key:
RAGIE_API_KEY=your_key_here - 3.Restart the development server for changes to take effect
How to get a Ragie API key
- 1.Visit ragie.ai and sign up for an account
- 2.Navigate to your dashboard or settings page
- 3.Generate a new API key from the API Keys section
- 4.Copy the API key and add it to your environment configuration