ingest_data
Auto-map tabular data to a simulation payload. Detects variable distributions, polarity (revenue=positive, cost=negative), units, and builds the objective function automatically. Set run_simulation=true to execute the simulation immediately and get results. Multiple tables: auto-detects join keys and merges before analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runs | No | Scenarios to evaluate (1,000–1,000,000). | |
| domain | No | Optional domain hint (finance, supply_chain, hr) for better field mapping. | |
| tables | Yes | One or more data tables. First table is primary. | |
| run_simulation | No | Execute the simulation immediately and return results. |