KLKLine FrontendDashboard · Preview · Embed shell

F059 · admin overview

Admin live overview readiness

Read-only domains, symbols, providers and usage surfaces for debugging bootstrap and data issues without exposing secrets.

Debug ready

Readiness only

live admin endpoints still required.

Mode

read-only-readiness

no mutation, no secret exposure.

Surfaces

4

domains/symbols/providers/usage.

Domains

WARNING

/admin/domains

GET /api/admin/domains

Read-only placeholder upgraded to readiness; live domain verification endpoint still needs backend wiring.

Symbols

WARNING

/admin/symbols

GET /api/admin/symbols or /api/v1/market/symbols

Symbol/source/provider status should be read from backend contracts, not hardcoded UI.

Providers

WARNING

/admin/providers

GET /api/admin/providers/health

Provider health is backend-owned; frontend must never expose credentials.

Usage

WARNING

/admin/usage

GET /api/admin/usage/quota

Quota/usage dashboard requires backend aggregation before live support.

PASS

No admin mutation

F059 is read-only; no domain/symbol/provider/usage mutation is enabled.

PASS

Provider credential boundary

Provider secrets are documented as server-only and never requested by UI.

WARNING

Bootstrap/data debug readiness

Admin overview helps explain future bootstrap denial/data issue causes, but live endpoints must be connected.