Core rule: AI is allowed for learning, reference, and practice. AI is disabled during graded quizzes, tests, exams, and certification attempts.
Tech AI Coach
Admin Reports
Assessment Lockout
These settings are intentionally locked. The coach endpoint will reject quiz, exam, and certification contexts even if someone tries to call the function directly.
Environment setup
The Netlify functions are included. Add the API key as a Netlify environment variable, then clear-cache redeploy.
Netlify → Site configuration → Environment variables
OPENAI_API_KEY = your server-side API key
Never place an AI API key in browser HTML or JavaScript.
Status not checked yet.
🧠 AI Coach Training
Add custom coaching context that gets appended to the AI Coach's base instructions. Use this to focus the coach on current priorities — a new cert push, a policy change, a skills gap you've noticed. The base coaching behavior (career ladder knowledge, module awareness, assessment lockout) always stays active underneath.
Current coaching focus appended to base prompt
This context is saved to Supabase and read by the AI Coach Netlify Function on every request — no redeploy needed. Changes take effect immediately.