ecosystem_quick_setup
Set up data sources and scan profile in a single call for ecosystem indexing. Ideal for bootstrapping new projects.
Instructions
One-shot ecosystem setup wizard — create data sources + scan profile in one call.
Use this when bootstrapping a fresh project to ecosystem indexing. Maps to
POST /api/ecosystem/quick_setup which creates one DataSource per entry
in sources (each enabled by default) and persists either the default
ScanProfile or the merged custom_profile override.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | No | Keyword / topic list applied to every created data source's ``config.queries`` field. Optional. | |
| sources | No | Data source kinds to enable, e.g. ``['github', 'huggingface']``. Must each be a valid ``DataSourceKind`` value (github / huggingface / npm / pypi / hackernews / producthunt / arxiv / custom). Defaults to ``['github']`` when empty. | |
| use_defaults | No | When True (default), persist the built-in default ScanProfile. When False, the API merges ``custom_profile`` over the defaults. | |
| custom_profile | No | Advanced override dict; ignored when ``use_defaults=True``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||