Files
claude-cookbooks/claude_code_sdk/.env.example
Alex Notov d2fddb6b6a Revert: Change platform.claude.com back to console.anthropic.com
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-17 10:15:06 -06:00

10 lines
378 B
Plaintext

# GitHub Personal Access Token
# Required for the GitHub MCP server in 02_The_observability_agent.ipynb
# Create a token at: https://github.com/settings/tokens
GITHUB_TOKEN="your-github-personal-access-token-here"
# Claude API Key
# Required for using Claude SDK
# Get your key at: https://console.anthropic.com/settings/keys
ANTHROPIC_API_KEY="sk-ant-api03-your-api-key-here"