Files
claude-cookbooks/claude_code_sdk/.env.example
2025-09-16 16:35:49 -06:00

10 lines
373 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://platform.claude.com/settings/keys
CLAUDE_API_KEY="sk-ant-api03-your-api-key-here"