Oliver-ai-bot_2.0/frontend/components/admin
Vadym Samoilenko ec932ce54f feat: API key auth for agent execution + code interpreter admin dashboard
- Add ApiKey model, migration (028), CRUD endpoints (/admin/api-keys/)
- get_current_user_or_api_key dependency: JWT Bearer or X-API-Key header
- Agent execute endpoint now accepts API keys (super_admin only to create)
- ApiKeysTab UI: list, create (one-time key reveal), revoke, delete
- Wired ApiKeysTab into admin page (super_admin only)
- Add /admin/code-interpreter page with iframe to LibreCodeInterpreter dashboard
- Expose code-interpreter on 127.0.0.1:8100 for Apache proxy
- deploy.sh: note Apache proxy rule for /nexus-code-interpreter/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 20:22:27 +01:00
..
agent-editor.tsx feat: code interpreter, agent analytics/execute APIs, usage sync, RAG scoping fixes 2026-03-30 20:13:27 +01:00
agents-tab.tsx feat: agent builder — dynamic agents with admin editor, user catalog, and PA creation 2026-03-30 15:54:35 +01:00
analytics-tab.tsx Fix deploy: type all apiClient calls, handle duplicate enum in migration 2026-03-04 23:39:02 +00:00
announcements-tab.tsx feat: add notification bell with feature announcements 2026-03-06 18:49:52 +00:00
api-keys-tab.tsx feat: API key auth for agent execution + code interpreter admin dashboard 2026-03-30 20:22:27 +01:00
departments-tab.tsx Fix deploy: type all apiClient calls, handle duplicate enum in migration 2026-03-04 23:39:02 +00:00
feedback-tab.tsx fix: feedback build errors — unused import, unescaped quotes, useEffect deps, email 2026-03-30 15:06:18 +01:00
integrations-tab.tsx Fix deploy: type all apiClient calls, handle duplicate enum in migration 2026-03-04 23:39:02 +00:00
knowledge-uploader.tsx feat: region-aware RAG, SharePoint folder monitoring, tool fix 2026-03-10 21:29:31 +00:00
sharepoint-browser.tsx fix: remove unused Card and ChevronLeft imports in sharepoint-browser 2026-03-05 20:15:23 +00:00
sharepoint-sources-tab.tsx feat: region-aware RAG, SharePoint folder monitoring, tool fix 2026-03-10 21:29:31 +00:00
slash-commands-tab.tsx feat: add open_as_popup mode for slash commands requiring MS auth 2026-03-06 19:05:11 +00:00
users-tab.tsx feat: region-aware RAG, SharePoint folder monitoring, tool fix 2026-03-10 21:29:31 +00:00