Admin Panel
The Admin panel is the central place to manage your AI-Portal instance: system settings, agents, applications, users, database, and storage.
System settings
Configure language, branding, database, NEXTAUTH_SECRET, Azure AD, OpenAI API key, and other options. Values are stored in the database and applied on next load. Optional plugins are configured in Admin β Plugins.
Agents
Register external Agent APIs: add an alias and base URL. Each agent must expose the standard contract (GET /metadata, POST /ask, optional GET /data). Once registered, the agent appears in the sidebar and chat β no frontend code changes needed.
Applications
Add applications that follow the standard (GET /metadata). Users can open them from the portal. See Creating apps for the full contract.
Users & permissions
Manage users, roles, and access. The first admin is created during /setup; additional admins can be granted from Admin.
Database & storage
Overview of PostgreSQL and optional plugins. Backup and restore options are available in Admin for database and file storage.