# Meta Ads META_APP_ID=your_app_id META_APP_SECRET=your_app_secret META_ACCESS_TOKEN=your_long_lived_access_token META_AD_ACCOUNT_ID=act_XXXXXXXXXX # Anthropic ANTHROPIC_API_KEY=your_anthropic_key # Baserow (self-hosted) BASEROW_URL=https://baserow.yourdomain.com BASEROW_TOKEN=your_baserow_api_token # Run setup_baserow.py once to get the IDs below: BASEROW_TABLE_CAMPAIGNS=0 BASEROW_TABLE_ACTIONS=0 BASEROW_TABLE_CREATIVES=0 BASEROW_TABLE_LOGS=0 BASEROW_TABLE_VERTICALS=0 BASEROW_TABLE_SNAPSHOTS=0 # Slack App SLACK_BOT_TOKEN=xoxb-your-bot-token SLACK_SIGNING_SECRET=your_signing_secret SLACK_CHANNEL_ID=C0XXXXXXXXX # Operation (set to false in production to actually execute actions) DRY_RUN=true