PrototypeLesson 9 of 23
Start Your First Claude Code Session
2 min readClaude Code for DesignersUpdated Feb 18, 2026
Time to actually launch Claude Code. You'll open a terminal, run one command, paste your API key, and pick a model. Three minutes from here to a working session.
Start Your First Claude Code Session
Open Terminal
- Mac: Command + Space → "Terminal" → Enter
- Windows: Windows logo → "Command Prompt" → Enter
Launch Claude Code
Type this command and press Enter:
Terminal
claudePaste Your API Key
Claude Code will ask for your API key. Paste the one you saved in the setup guide.
Your key won't appear as you type—that's normal for security!
Choose a Model
Claude Code will ask which model you want. Choose Claude 3.5 Sonnet—it's the best balance of speed and power for designers.
You're inside Claude Code
- Opened a terminal session
- Launched Claude Code with the claude command
- Pasted your API key and picked a model
Next: giving Claude Code a project folder to work in so your files don't end up scattered.