{% extends "base.html" %} {% block title %}Settings - MCP Network Diagnostics{% endblock %} {% block content %} {% if api_key and api_key.role.value in ('operator', 'admin', 'superuser') %}
Operator workspace

Data and tools are scoped to this tenant.

Tenant: {{ api_key.tenant_id or api_key.key_id }}

{% endif %}
API Keys

Manage API keys for MCP access

{{ api_keys|length }} keys configured

Notification Channels

Configure alert destinations

{{ notification_channels|length }} channels configured

{% endblock %}