mud_server.api.routes.policies ============================== .. py:module:: mud_server.api.routes.policies .. autoapi-nested-parse:: Canonical policy-object API routes for the 3-layer architecture pilot. These handlers intentionally stay thin: - authenticate/authorize request session - translate HTTP payloads to service-layer calls - map structured service errors to stable API responses Functions --------- .. autoapisummary:: mud_server.api.routes.policies.router Module Contents --------------- .. py:function:: router(_engine) Build API router for canonical policy-object endpoints. :param _engine: Reserved for future runtime-aware policy endpoints. The current pilot endpoints do not require direct engine access.