🧠

Part of series

AI-Powered Apps

All Journeys
💚

Building with OpenAI GPT

5 steps•30-40 min•Includes manual steps
Your Progress0% complete

Steps

👤 Your TurnStep 1 of 5

Get Your OpenAI API Key

Sign up for GPT access

Let's get you set up with OpenAI.

**Steps:** 1. Go to [platform.openai.com](https://platform.openai.com) 2. Sign up or log in 3. Go to API Keys in the sidebar 4. Create a new secret key 5. Copy it immediately!

**Pricing (as of 2024):** - GPT-4o: $5/$15 per million tokens - GPT-4o mini: $0.15/$0.60 per million tokens - GPT-4 Turbo: $10/$30 per million tokens

**For learning:** GPT-4o mini is incredibly affordable!

**Save your key:** ```bash OPENAI_API_KEY=sk-proj-xxxxx ```