API Keys
One row per organization. Each org can either ride the global fallback (your key) or paste their own. The browser never sees the key after you paste it — it's encrypted in our database and only the Edge Function can decrypt it.
Setup needed. Open
config.js in this folder and set SUPABASE_URL and SUPABASE_ANON_KEY. They match the values you set in stage-1-auth/noura-auth.js.
This month's spend
Across all orgs you have access to.
$0.00
Spent
0
LLM calls
0
Tokens
Organizations
Set, rotate, or clear an org's key. Pilot orgs typically use the fallback — that's fine. EDs with their own OpenAI/Anthropic account paste their key here.
Loading…
The fallback key is set as a Supabase function secret named
NOURA_FALLBACK_OPENAI_KEY and NOURA_FALLBACK_ANTHROPIC_KEY.
You set those once in the Supabase dashboard → Edge Functions → noura-llm → Secrets.
See SETUP-step-2.md for the 5-minute walkthrough.