OLP Dashboard

D50 placeholder. The full dashboard UI lands at D51 per ADR 0008 § 6. The three management endpoints are already live and serving real data — you can curl them with an owner-tier Bearer token to preview the JSON shapes D51 will render.

Backing endpoints (live at D50)

Auth

All /dashboard and /v0/management/* + /cache/stats endpoints are owner_only_block per ADR 0007 § 7 + ADR 0008 § 8. Non-owner identities (including anonymous when allow_anonymous: true) receive 401.

Example request

curl -H "Authorization: Bearer olp_..." http://localhost:3456/v0/management/dashboard-data

— shipped at D50 (Phase 3); replaced at D51.