All Journeys
ðŸŸ
Building with Claude API
5 steps•30-40 min•Includes manual steps
Your Progress0% complete
Steps
👤 Your TurnStep 1 of 5
Get Your Anthropic API Key
Sign up and get access to Claude
Let's get you set up with Claude API access.
**Steps:** 1. Go to [console.anthropic.com](https://console.anthropic.com) 2. Sign up or log in 3. Add a payment method (required, but you get free credits) 4. Go to API Keys section 5. Create a new key 6. Copy it immediately (you won't see it again!)
**Pricing (as of 2024):** - Claude 3.5 Sonnet: $3/$15 per million tokens (input/output) - Claude 3 Opus: $15/$75 per million tokens - Claude 3 Haiku: $0.25/$1.25 per million tokens
**For learning:** Start with Haiku or Sonnet — very affordable for experiments.
**Save your key safely:** ```bash # Add to your .env file ANTHROPIC_API_KEY=sk-ant-api03-xxxxx ```