forked from DreamLab-AI/VisionClaw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
53 lines (40 loc) · 1.72 KB
/
.env.example
File metadata and controls
53 lines (40 loc) · 1.72 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
43
44
45
46
47
48
49
50
51
52
53
# Enable providers in agentbox.toml [providers.<name>] — only enabled providers need their env vars set here.
# ── Infrastructure (always required) ─────────────────────────────────────────
MANAGEMENT_API_PORT=9090
MANAGEMENT_API_KEY=change-this-secret-key
MANAGEMENT_API_AUTH_MODE=hybrid
AGENTBOX_AGENT_ID=agentbox-core
NOSTR_RELAYS=wss://relay.damus.io,wss://relay.primal.net
WORKSPACE=/workspace
SHARED_PROJECTS_ROOT=/projects
# ── Provider credentials ──────────────────────────────────────────────────────
# Set only the vars for providers you have enabled in agentbox.toml [providers.*].
# [providers.anthropic]
ANTHROPIC_API_KEY=
# [providers.openai]
OPENAI_API_KEY=
OPENAI_BASE_URL=
# [providers.gemini]
GOOGLE_GEMINI_API_KEY=
# [providers.deepseek]
DEEPSEEK_API_KEY=
DEEPSEEK_BASE_URL=
# [providers.perplexity]
PERPLEXITY_API_KEY=
# [providers.openrouter]
OPENROUTER_API_KEY=
# [providers.context7]
CONTEXT7_API_KEY=
# [providers.brave]
BRAVE_API_KEY=
# [providers.github]
GITHUB_TOKEN=
# [providers.zai]
ZAI_API_KEY=
ZAI_ANTHROPIC_API_KEY=
ZAI_URL=
# ── Image selection ─────────────────────────────────────────────────────────
# When set, docker-compose.yml uses this image ref instead of the locally built
# tag (agentbox:runtime-<system>). Set to a registry image for registry workflows;
# leave unset (or use ./agentbox.sh up --build) for local Nix builds.
# # AGENTBOX_IMAGE_REF=ghcr.io/dreamlab-ai/agentbox:latest