-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (26 loc) · 1.26 KB
/
.env.example
File metadata and controls
34 lines (26 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copy to .env and fill in what you use.
#
# At least one provider key is usually required for OpenClaw out of the box.
# If you wire it to a local Ollama model via an OpenAI-compatible endpoint,
# you may not need a hosted API key.
TZ=Etc/UTC
# Optional hosted providers (if you use them)
# ANTHROPIC_API_KEY is REQUIRED if you want Hana (vision sub-agent) enabled.
# Hana powers the theme toolbox (ask_hana task=inspire|critique). Without a key,
# Mocha can still propose/revert themes but can't pull palettes or get critique.
# Get one at https://console.anthropic.com/ → Settings → API Keys.
ANTHROPIC_API_KEY=
OPENAI_API_KEY=
# GitHub PAT for git inside the OpenClaw container (HTTPS)
GITHUB_TOKEN=your_github_pat_here
# Point at Ollama (runs natively on this machine).
# If Ollama is on a different host, set the appropriate IP/domain.
OPENAI_BASE_URL=http://127.0.0.1:11434/v1
# If OpenClaw expects an explicit model name for OpenAI-compatible providers:
OPENAI_MODEL=qwen3:30b-a3b
# Brave Search API key — required for the web_search and get_news tools.
# Get one at https://brave.com/search/api/. Without it, those tools return
# a "disabled" message instead of crashing.
BRAVE_API_KEY=
# Polygon.io API key — used by polygon_* tools (stock data).
POLYGON_API_KEY=