mirror of
https://github.com/anthropics/claude-cookbooks.git
synced 2025-10-06 01:00:28 +03:00
10 lines
373 B
Plaintext
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"
|