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>
This commit is contained in:
Alex Notov
2025-09-17 10:15:06 -06:00
parent 92579ad489
commit d2fddb6b6a
8 changed files with 128 additions and 7 deletions

View File

@@ -5,5 +5,5 @@ 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
# Get your key at: https://console.anthropic.com/settings/keys
ANTHROPIC_API_KEY="sk-ant-api03-your-api-key-here"

View File

@@ -23,7 +23,7 @@ A tutorial series demonstrating how to build sophisticated general-purpose agent
```uv run python -m ipykernel install --user --name="cc-sdk-tutorial" --display-name "Python (cc-sdk-tutorial)" ```
#### 4. Claude API Key
1. Visit [platform.claude.com](https://platform.claude.com/dashboard)
1. Visit [console.anthropic.com](https://console.anthropic.com/dashboard)
2. Sign up or log in to your account
3. Click on "Get API keys"
4. Copy the key and paste it into your `.env` file as ```ANTHROPIC_API_KEY=```