Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
SSE stream of process output and lifecycle events
SSE payload representing process output or lifecycle events.
Source stream of the data chunk.
Available options:
stdout, stderr Base64-encoded data from the process stream.
Lifecycle event type.
Available options:
exit Exit code when the event is "exit".

