Authentication credentials for the NexusRAG BFF
Bearer token on every versioned route.curl https://nexusrag-lyart.vercel.app/v1/ui/bootstrap \
-H "Authorization: Bearer $NEXUSRAG_API_KEY"const res = await fetch("/api/ui/bootstrap", {
headers: { Authorization: `Bearer ${process.env.NEXT_PUBLIC_API_KEY}` },
});Admin UI not yet wired
For now, manage keys through /v1/api-keys-admin from a service account.