Autumn
  • Welcome
    • Our Links
  • Getting Started
    • Installation
    • Configure Environment Variables
    • Features
  • Autumn Framework
    • The Framework
      • Installation
      • Configuration
      • Dependencies
      • Quick Start
      • Interaction Examples
  • Deploy Agent
  • The Architecture
  • Company
    • About
    • Terms Of Service
    • Privacy Policy
Powered by GitBook
On this page
  • Configuration
  • 🔐 Required Environment Variables
  • 📄 Example .env File
  1. Autumn Framework
  2. The Framework

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

envCopyEditPRIVATE_KEYPAIR=your_private_keypair 
OPENAI_API_KEY=your_openai_api_key          
RPC_ENDPOINT=https://api.mainnet-beta.solana.com  
BITQUERY_API_KEY=your_bitquery_api_key       

Once your .env is set, Autumn automatically loads these values at runtime. You're now ready to build, deploy, and interact with your AI agents.

PreviousInstallationNextDependencies

Last updated 2 days ago