mirror of
https://github.com/anthropics/claude-cookbooks.git
synced 2025-10-06 01:00:28 +03:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
378 B
Plaintext
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"
|