Dashboard
Personal analyst workflow layer
Overdue RFIs
Quick add
Fast entry creates records linked to the selected case.
Select a case to view its investigation record.
Generate investigation query
Editable query
AI analysis workspace
Prompt-only mode — configure backend in Settings to enable live analysis.
Ready-to-paste prompt
Prompt builder is isolated in buildAIPrompt(). When backend is configured, buttons call /api/ai/analyze and route results into case records.
Backend connection
Settings are saved in localStorage. The shared key is sent as X-Workbench-Key on every API call.
Connection test
Data management
All case data lives in localStorage. Export regularly.