Full-stack deployment
Admin portal, consumer and employee apps, API, background workers, notifications, every integration.
Optimize routes, auto-dispatch, and orchestrate across carriers from your own stack. OAuth2 + JWT. Production-grade since 2016.
"tk-kw">curl -"tk-kw">X "tk-kw">POST /v1/routes/optimize \
-H "Authorization: ">Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{
"project_id": "proj_7c2f",
"objective": "minimize_vehicles",
"constraints": {
"max_route_duration_min": 480,
"capacity": { "weight_kg": 1200, "volume_m3": 8 },
"territories": ["tlv_north"],
"time_windows": "per_stop"
},
"orders": [ /* 412 orders */ ],
"vehicles": [ /* 18 vehicles */ ]
}' {
"run_id": "run_8f02e41a",
"status": "solved",
"objective_value": 452.0,
"solver_time_ms": 31840,
"routes": [
{
"route_id": "R-0042",
"vehicle_id": "v_0031",
"stops": 14,
"distance_km": 131.4,
"duration_min": 452,
"utilization": 0.87
},
{ "route_id": "R-0043", "vehicle_id": "v_0032", "stops": 9, "distance_km": 61.2, "duration_min": 298, "utilization": 0.64 },
{ "route_id": "R-0044", "vehicle_id": "v_0033", "stops": 22, "distance_km": 148.9, "duration_min": 461, "utilization": 0.92 }
/* +10 more routes */
],
"unrouted_orders": [],
"metrics": {
"total_distance_km": 1740.3,
"total_duration_min": 5892,
"vehicles_used": 13
}
} Order in. Optimize. Dispatch. Track. Reconcile. Every step is callable from your stack via REST.
/v1/routes/optimize VRPTW solver. Hundreds of orders, dozens of constraints, seconds.
/v1/orders Ingest, validate, enrich. Time windows, capacity, skills.
/v1/vehicles Fleet, shifts, capacities, cost model, territory rules.
/v1/runs Dispatcher runs. Status, metrics, plan versions.
/v1/carriers Owned · contracted · on-demand. Per-ride decisioning.
/v1/pricing Rule-based rate cards. Zone, time, vehicle, contract.
/v1/events Stream surface. Status changes, exceptions, ETAs.
One API surface between your systems of record and every carrier you dispatch to. Multi-tenant, multi-region, horizontally scaled.
Pick the shape that fits your stack. Identical capability surface in both.
Admin portal, consumer and employee apps, API, background workers, notifications, every integration.
API surface plus the optimization and dispatch workers. No UI layer. Present your own brand end to end.
Every category listed below runs in at least one production deployment. Specific partners and endpoints ship on request.
Short-lived access tokens, per-tenant service accounts, per-user scopes, administrator-controlled rotation. Customer data is partitioned per tenant. Mechanism specifics (isolation enforcement layer, audit-log format, key management) are implemented per our ISO 27001 ISMS scope; details available under DPA on request.
ISO 27001 certified. Full security posture, certificate downloads, data-flow model.
Tell us the integration shape you're after. We'll reply with the right engineer on the thread within one business day. Embedded partner? See white-label apps →