-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
42 lines (35 loc) · 1.21 KB
/
.env.example
File metadata and controls
42 lines (35 loc) · 1.21 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
34
35
36
37
38
39
40
41
42
# Required: gateway auth token used by templates/openclaw/org.base.json5
OPENCLAW_GATEWAY_TOKEN=replace-with-strong-random-token
# Optional depending on your chosen model providers.
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
OPENROUTER_API_KEY=
# Optional for OpenClaw web_search (Brave provider).
BRAVE_API_KEY=
# Telegram default-account fallback token (single-account setup).
TELEGRAM_BOT_TOKEN=
# Telegram multi-account bot tokens (copy/rename per account).
TELEGRAM_BOT_TOKEN_OWNER=
TELEGRAM_BOT_TOKEN_SUPPORT=
# Discord default-account fallback token (single-account setup).
DISCORD_BOT_TOKEN=
# Discord multi-account bot tokens (copy/rename per account).
DISCORD_BOT_TOKEN_RESEARCH=
DISCORD_BOT_TOKEN_OPERATIONS=
# Tool/API credentials used by use-case agent templates.
GITHUB_TOKEN=
BETTERSTACK_API_TOKEN=
BETTERSTACK_API_BASE_URL=
NOTION_API_KEY=
# Optional org-scoped credentials for isolated multi-org operations.
# Use per-org prefixes (for example, ORG_A_* and ORG_B_*).
ORG_A_OPENCLAW_GATEWAY_TOKEN=
ORG_A_OPENAI_API_KEY=
ORG_A_ANTHROPIC_API_KEY=
ORG_A_OPENROUTER_API_KEY=
ORG_A_BRAVE_API_KEY=
ORG_A_GITHUB_TOKEN=
ORG_A_NOTION_API_KEY=
ORG_A_BETTERSTACK_API_TOKEN=
ORG_A_BETTERSTACK_API_BASE_URL=
ORG_A_TELEGRAM_BOT_TOKEN_OWNER=