01API documentation

A typed, versioned interface to the orchestration engine.

The public surface below is illustrative. The full reference, including streaming telemetry endpoints, is provided under NDA during integration scoping.

POST/v1/forecasts

Request a demand forecast

Request body
{
  "sku": "SKU-001284",
  "horizon_days": 14,
  "region": "EU-WEST"
}
Response (200)
{
  "forecast_id": "fc_01HK7M2X4N",
  "points": [
    {
      "day": "2026-05-08",
      "p50": 1240,
      "p10": 980,
      "p90": 1510
    },
    {
      "day": "2026-05-09",
      "p50": 1305,
      "p10": 1010,
      "p90": 1580
    }
  ],
  "model_version": "demand-2026.04.1"
}
Rate limits
TierRequests / minConcurrent plans
Sandbox1202
Production6,000128
EnterpriseNegotiatedNegotiated
Full reference available under NDA.

Includes streaming telemetry, batch endpoints, and SDKs for Python, Go and TypeScript.

Request access