-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
19 lines (17 loc) · 1.06 KB
/
Copy path.env.example
File metadata and controls
19 lines (17 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ── AirTable ──────────────────────────────────────────────────────────
# Personal access token from https://airtable.com/create/tokens
AIRTABLE_API_KEY=patYourTokenHere
# Base ID from the AirTable URL: https://airtable.com/{BASE_ID}
AIRTABLE_BASE_ID=appYourBaseIdHere
# Table IDs (required — get these from setup_schema.py output or AirTable URL)
AIRTABLE_TABLE_TOOLS=tblXXXXXXXXXXXXXXX
AIRTABLE_TABLE_CATEGORIES=tblXXXXXXXXXXXXXXX
AIRTABLE_TABLE_LOCATIONS=tblXXXXXXXXXXXXXXX
AIRTABLE_TABLE_UNITS=tblXXXXXXXXXXXXXXX
AIRTABLE_TABLE_MAINTENANCE_LOGS=tblXXXXXXXXXXXXXXX
AIRTABLE_TABLE_FLAGS=tblXXXXXXXXXXXXXXX
# ── AI APIs ──────────────────────────────────────────────────────────
# Claude API key for chat assistant
ANTHROPIC_API_KEY=sk-ant-api03-YourKeyHere
# Gemini API key for image generation (optional)
GEMINI_API_KEY=AIzaYourKeyHere