Skip to content

Environment variables

Some components depend on external APIs. Create a .env file in your project root when needed.

Example:

GOOGLE_API_KEY=your_google_api_key
OPENAI_API_KEY=your_openai_api_key

AATM loads environment variables automatically with python-dotenv.