diff --git a/backend/app/main.py b/backend/app/main.py index 70119db1..264c6a1e 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -41,6 +41,12 @@ if TYPE_CHECKING: configure_logging() logger = get_logger(__name__) OPENAPI_TAGS = [ + { + "name": "auth", + "description": ( + "Authentication bootstrap endpoints for resolving caller identity and session context." + ), + }, { "name": "health", "description": (