Debug ready
Readiness only
F059 · admin overview
Read-only domains, symbols, providers and usage surfaces for debugging bootstrap and data issues without exposing secrets.
Debug ready
Readiness only
Mode
read-only-readiness
Surfaces
4
/admin/domains
GET /api/admin/domains
Read-only placeholder upgraded to readiness; live domain verification endpoint still needs backend wiring.
/admin/symbols
GET /api/admin/symbols or /api/v1/market/symbols
Symbol/source/provider status should be read from backend contracts, not hardcoded UI.
/admin/providers
GET /api/admin/providers/health
Provider health is backend-owned; frontend must never expose credentials.
/admin/usage
GET /api/admin/usage/quota
Quota/usage dashboard requires backend aggregation before live support.
F059 is read-only; no domain/symbol/provider/usage mutation is enabled.
Provider secrets are documented as server-only and never requested by UI.
Admin overview helps explain future bootstrap denial/data issue causes, but live endpoints must be connected.