vector / aviation-ops
// charter ops, one source of truth const flight = await vector.dispatch({ tail, crew, route, pax })
Vector is the operations layer for Part 135 charter — dispatch, crew, maintenance, and compliance reconciled in one call. No spreadsheet drift. No double-entry. Built by operators who got tired of paying for MTOW.
flight.json·example response
illustrative// example response shape — vector.dispatch(...) resolves to
{
"flight_id": "flt_01HXR3PZQK",
"tail": "N842VR",
"route": "KHOU → KASE",
"crew": {
"pic": "crew_kim_a",
"sic": "crew_torres_j"
},
"duty_check": "far_117_ok",
"maintenance": "mel_clear",
"invoice": "inv_pending"
}/docs/api/dispatch.