Environment Variables
Create a .env
file in both frontend
and backend
folders, or one at the root.
Frontend .env
NEXT_PUBLIC_APP_BASE_URL=http://localhost:8000
Backend .env
IONOS_API_KEY=your_ionos_api_key_here
TAVILY_API_KEY=your_tavily_api_key_here
Variable Description
- NEXT_PUBLIC_APP_BASE_URL: URL of the backend for API calls.
- IONOS_API_KEY: Secret key for IONOS AI Models Hub access (required).
- TAVILY_API_KEY: API key for Tavily real-time web search tool (required for agent functionality).