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/forecastsRequest 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
| Tier | Requests / min | Concurrent plans |
|---|---|---|
| Sandbox | 120 | 2 |
| Production | 6,000 | 128 |
| Enterprise | Negotiated | Negotiated |
Full reference available under NDA.
Includes streaming telemetry, batch endpoints, and SDKs for Python, Go and TypeScript.