File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
integrations/claude-agent-sdk Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 55# Get your API key from: https://console.anthropic.com/
66# ANTHROPIC_API_KEY=your-anthropic-api-key-here
77
8- # Optional
8+ # Optional for third party service
99# ANTHROPIC_AUTH_TOKEN=third-party-auth-token
1010# ANTHROPIC_BASE_URL=third-party-base-url
11-
12-
13- # Optional: Override default Claude SDK options
14- # CLAUDE_SYSTEM_PROMPT=You are a helpful assistant
15- # CLAUDE_PERMISSION_MODE=acceptEdits
16-
17- # Optional: Test configuration
18- # TEST_TIMEOUT_SECONDS=60
19- # TEST_MAX_CONCURRENT=5
Original file line number Diff line number Diff line change 1+ # Claude Agent SDK Integration - Environment Variables
2+ # Copy this file to .env.local and fill in your actual values
3+
4+ # Anthropic API Key (required for real API tests)
5+ # Get your API key from: https://console.anthropic.com/
6+ # ANTHROPIC_API_KEY=your-anthropic-api-key-here
7+
8+ # Optional for third party service
9+ # ANTHROPIC_AUTH_TOKEN=third-party-auth-token
10+ # ANTHROPIC_BASE_URL=third-party-base-url
You can’t perform that action at this time.
0 commit comments