/api/v1/system/info | GET | platform aggregated status entry | returns a platform summary plus runtime persistence-capability summary and does not replace /healthz or /readyz |
/api/v1/authn/status | GET | AuthN wiring/status visibility | reports authentication-surface status only; no token or session inventory leakage |
/api/v1/authz/status | GET | AuthZ wiring/status visibility | reports authorization-surface status only; no raw policy dump or live per-subject decision output |
/api/v1/approvals | POST | approval-ticket creation entry | returns 201 Created when the repository is configured and the request is valid; returns a structured 503 Service Unavailable when it is not |
/api/v1/compose/import | POST | Compose import preflight/report | currently frozen as matrix evaluation plus reporting, not the full AppSpec/deployment pipeline |
/api/v1/installer/actions | POST | installer execution entrypoint | currently frozen as an installer run intent surface that narrows into step-event writes without taking task/deploy authority |
/api/v1/databases | GET | database visibility | currently frozen as a read-only visibility surface that may return placeholder with an empty list |
/api/v1/storage/objects | GET | object-storage visibility | currently frozen as a read-only visibility surface that may return placeholder with an empty list |
/api/v1/aidb/query | POST | historical AI DB compatibility shell | currently frozen as a legacy-only migration surface and not a place for new long-term capability |