-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
46 lines (36 loc) · 1.54 KB
/
Copy path.env.example
File metadata and controls
46 lines (36 loc) · 1.54 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
# Claude Knowledge Management System - Environment Variables
XAI_API_KEY=your-xai-key
OPENAI_API_KEY=your-openai-key
GROQ_API_KEY=your-groq-key
ANTHROPIC_API_KEY=your-anthropic-key
ANTHROPIC_ADMIN_API_KEY=your-anthropic-admin-key_for-orgs-only
OPENAI_ADMIN_API_KEY=your-openai-admin-key
# xAI Management API for real-time prepaid balance tracking
# Create at console.x.ai → Settings → Management Keys
XAI_MANAGEMENT_KEY=your-xai-management-key
# Team ID from console.x.ai team settings URL
XAI_TEAM_ID=your-xai-team-id
# Premium model for insight-heavy tasks
INSIGHT_GENERATION_PROVIDER=anthropic
QUALITY_ASSURANCE_PROVIDER=anthropic
# For browser-access MCP server (optional)
BROWSERBASE_API_KEY=your-browserbase-key
BROWSERBASE_PROJECT_ID=your-browserbase-project-id
LOCAL_CDP_URL=ws://localhost:9222
# Primary coding tools path (set automatically by installer)
# This is the main path used throughout the system
CODING_TOOLS_PATH=/path/to/coding/repo
# For claude-logger MCP server
# No specific environment variables required
# Custom paths (optional)
# CODING_REPO=/path/to/coding/repo (legacy, now uses CODING_TOOLS_PATH)
# MEMORY_VISUALIZER_DIR=/path/to/memory-visualizer
# Knowledge Base path - where knowledge exports are stored
# Default: .data/knowledge-export/ in the coding project
# Can be set to a different path for centralized knowledge management
CODING_KB_PATH=/path/to/coding/repo
# Default knowledge views to display in VKB viewer
# Comma-separated list of views (e.g., "coding,ui,resi")
KNOWLEDGE_VIEW=coding,ui
# Logging
# LOG_LEVEL=info