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.
GET /v0/management/dashboard-data — full aggregate (quota + 24h request stats + 30d spend trend + top fallback chains).GET /v0/management/quota — per-provider quota snapshot only.GET /cache/stats — live in-memory CacheStore stats.
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.
curl -H "Authorization: Bearer olp_..." http://localhost:3456/v0/management/dashboard-data
— shipped at D50 (Phase 3); replaced at D51.