Configuration
Configuration
To get Autumn up and running securely, create a .env
file in the root of your project. This file stores your private credentials and essential connection info.
🔐 Required Environment Variables
These values allow Autumn to connect to your wallet, interact with the Solana blockchain, and use AI and data services.
📄 Example .env
File
.env
FileOnce your .env
is set, Autumn automatically loads these values at runtime. You're now ready to build, deploy, and interact with your AI agents.
Last updated