API Reference
// API ReferenceHTTP & WS
FlowLayer exposes a small authenticated HTTP surface for session access. Most runtime operations and runtime data retrieval happen over the WebSocket session API rather than REST endpoints.
Use this section to navigate the current API contracts:
At a glance
Section titled “At a glance”/healthprovides a simple authenticated liveness check./wsupgrades to the session WebSocket used for commands, results, and events.- Service state, log retrieval, and control actions are all modeled as protocol messages.
Continue with HTTP API Overview for transport and endpoint details, or Protocol for message flow and envelopes.