The single page that turns "I've never touched an API key" into a stacked $200+ AI toolkit with copy-paste instructions for every provider. Click "How do I set it up?" under each card for click-by-click instructions including where to find your API key, where to paste it in Lovable, and what to do when it breaks.
5 words you'll see over and over. Memorize these:
sk-... or a long hash. Treat it like your bank PIN.AIza... โ click the copy icon"Use Gemini 3 Flash-Lite to summarize the user's input"GEMINI_API_KEY โ paste the AIza... stringsk-ant-api03-... โ copy it NOW (it shows only once)"Add a Claude API call using Sonnet 4.6 to generate descriptions"ANTHROPIC_API_KEY โ paste your sk-ant-... stringclaude-fable-5 or claude-opus-4-8sk-proj-... string (shows only once)"Add a GPT-5 call to generate voice replies"OPENAI_API_KEYxai-...)"Add Grok-4 as a fallback LLM"XAI_API_KEY"Use Fal.ai to generate images with FLUX 2 Pro"FAL_KEY when promptedIn your terminal, paste this curl command to verify the key works:
curl https://fal.run/fal-ai/flux-pro -H "Authorization: Key YOUR_FAL_KEY" -d '{"prompt":"a hackathon trophy"}'
r8_...)Paste as REPLICATE_API_TOKEN when Lovable prompts you.
sk_...)"Use ElevenLabs to generate voice output for the user's text"ELEVENLABS_API_KEY when promptedPaste as CARTESIA_API_KEY. Use the model ID sonic-2 for low latency.
Paste as DEEPGRAM_API_KEY. Use model nova-3.
Paste as HEYGEN_API_KEY. Pick a default avatar from Avatar Gallery on HeyGen.
Suno doesn't have an official public API. For hackathon: generate songs on suno.com web ยท download MP3 ยท upload to your Lovable app as static asset OR use a third-party Suno API.
When you tell Lovable to use ElevenLabs (or any external API), it pops up a window asking for the secret. You paste your key. Lovable then:
Open Supabase dashboard โ your project โ Project Settings โบ Edge Functions โบ Secrets. You'll see every key Lovable stored. Add new ones with + Add Secret.
ELEVENLABS_API_KEY ยท Value: paste your keyOPENAI_API_KEY) ยท Value (paste key) ยท Saveos.environ.get("OPENAI_API_KEY") (Python) or process.env.OPENAI_API_KEY (Node)The exact stack to ship a multi-modal MVP without paying a cent. Tested by Hackathon 02 cohort.