-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (17 loc) · 838 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (17 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# AgentScript Environment Variables
# Required: Gemini API Key (for search, summarize, image/video generation)
GEMINI_API_KEY=your-gemini-api-key-here
# Optional: Claude API Key (for React SPA generation in github_pages)
# Claude generates better code than Gemini - recommended for github_pages
# CLAUDE_API_KEY=your-anthropic-api-key
# Optional: Google OAuth credentials file path
# GOOGLE_CREDENTIALS_FILE=credentials.json
# Optional: Google OAuth token file path
# GOOGLE_TOKEN_FILE=token.json
# Optional: GitHub OAuth (for github_pages command)
# Create OAuth App at: https://github.com/settings/developers
# GITHUB_CLIENT_ID=your-github-client-id
# GITHUB_CLIENT_SECRET=your-github-client-secret
# GITHUB_TOKEN_FILE=github_token.json
# Optional: Search API key (if using external search)
# SEARCH_API_KEY=your-search-api-key