What problem does it solve? Quantitative researchers need a unified way to authenticate against the QuantDB paid data CDN, discover which of the 28 datasets (K-line, financials, valuation, L1/L2 factors) are available, preview fields, and sync data locally without guessing API endpoints or field units. ## Core Features & Use Cases - API Key Management: Check masked configuration status, save or update the QuantDB API key via admin REST endpoints, and verify key validity instantly. - Dataset Catalog & Preview: Browse 6 categories and 28 datasets (daily K-line, financial statements, valuation, technical indicators, 98 L1 factors, 216 L2 microstructure factors), preview columns and sample rows locally with zero traffic cost, or query remote K-line/tick data on demand. - Data Sync & Pipeline: Trigger asynchronous dataset sync jobs that flow QuantDB data into local Parquet, PostgreSQL snapshots, and Qlib binary caches for model training. - Use Case: A researcher wants to train a factor model and needs to know which fields exist in l1_factors. They call the preview endpoint to list all 98 factor columns, then run sync-datasets to pull the data locally before feeding it into factor mining. ## Quick Start Ask the assistant to check whether the QuantDB API key is configured and preview the first 20 rows of the valuation dataset.