HF_AGENT / .env.example
Brettapps's picture
Syncing files from local MCP agent storage
c729264 verified
Raw
History Blame Contribute Delete
630 Bytes
# --- API KEYS ---
OPENAI_API_KEY=your_openai_api_key_here
# --- AIRTABLE ---
AIRTABLE_API_KEY=your_airtable_api_key_here
AIRTABLE_BASE_ID=your_airtable_base_id_here
AIRTABLE_TABLE_NAME=Table1,Table2
# --- HUBSPOT ---
HUBSPOT_ACCESS_TOKEN=your_hubspot_access_token_here
# --- SHOPIFY ---
SHOPIFY_SHOP_URL=your-store.myshopify.com
SHOPIFY_ACCESS_TOKEN=your_shopify_access_token_here
# --- SUPABASE ---
DATABASE_URL=postgresql://user:password@host:port/dbname
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key_here
SUPABASE_PUBLISHABLE_KEY=your_supabase_publishable_key_here