Categories
pre.dev groups supported services into categories so you can see what you’ve configured at a glance:- AI Text — OpenAI, Anthropic, Mistral, Groq, …
- AI Image / Video / Audio — DALL·E, Stability, Runway, ElevenLabs, …
- AI Search & Scraping — Exa, Tavily, Perplexity, Brave Search, You.com, Firecrawl, Serper, Browserbase
- Payments — Stripe, PayPal
- Email — Resend, SendGrid, Mailgun
- Auth — Clerk, Auth0, Supabase Auth
- Database — Supabase, PlanetScale, Neon
- Storage — S3, Cloudflare R2, Uploadthing
- Analytics — PostHog, Mixpanel, Amplitude
Adding a key
- Open Integrations → API Keys
- Pick a provider (or add a custom one)
- Paste your key
- Save
Bulk import from .env
Click Import Keys on the API Keys tab and paste a .env — or drop a .env/.txt/.json file, even a screenshot. pre.dev parses the keys, detects which provider each belongs to, and stages them for review before saving.
How agents use them
On every build, the agent:- Scans your configured API keys
- Picks the ones relevant to the current task
- Writes them into the project’s
.env(secrets), not the code - References them via
process.env.STRIPE_SECRET_KEYetc. in the generated code

