# 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"