Initial release of the SIMCEL Insights API
The Insights API is now available in public beta.New endpoints:GET /insights/v1/demand-forecast— Demand signals per scenarioGET /insights/v1/pnl-summary— P&L stack from Gross Sales to EBIT/DPMGET /insights/v1/supply-performance— Inventory and service level KPIsGET /insights/v1/sustainability— CO2 footprint breakdown
- Scenario comparison (up to 3 scenarios per request)
- Time aggregation: daily, weekly, monthly, fiscal year
- GroupBy support: product, region, DC, channel, SKU
- Multi-currency support (overrides plan default)
interval=D(daily) only supported on demand-forecast and supply-performance- Maximum 3 scenarios per request
- Rate limit: 60 req/min on Starter plan
Versioning policy
The Insights API is versioned via the URL path (/v1/). We follow these rules:
| Change type | Policy |
|---|---|
| New optional query parameters | Released without version bump |
| New fields in responses | Released without version bump (additive) |
| Removed or renamed fields | 30 days notice via changelog + email, then new version |
| Breaking parameter changes | New /v2/ path, old path maintained for 6 months |

