mirror of
https://github.com/anthropics/claude-cookbooks.git
synced 2025-10-06 01:00:28 +03:00
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:
@@ -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"
|
||||
|
||||
@@ -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=```
|
||||
|
||||
Reference in New Issue
Block a user