API Overview
Base URL (default local): http://localhost:3000
All endpoints require:
- Header:
x-tenant-id: <tenant> - Header:
content-type: application/json
Response Envelope Notes
Most REST endpoints return { data: ... }.
Exceptions used in the current server:
POST /lifecycle/runreturns the object directly (nodatawrapper)GET /lifecycle/runsreturns{ runs: [...] }
The JS SDK normalizes this so methods return typed payloads directly.