GET /api/env-keys
Returns which provider API keys are currently set in.env.local.
Request
Response
| Field | Type | Description |
|---|---|---|
envKeys | Record<string, boolean> | Whether each provider key is set |
setupRequired | boolean | true if ANTHROPIC_API_KEY or DEEPGRAM_API_KEY is missing |
Notes
- Multi-field providers (LiveKit) report
trueonly when all required fields are set setupRequired: truemeans the minimum keys for the builder to function are not configured