v49

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01151216390.1 KB
Devbox
Devbox-ShellTools

Send Content to Std In for a running execution.

Send content to the Std In of a running execution.

post/v1/devboxes/{devbox_id}/executions/{execution_id}/send_std_in

Path parameters

devbox_idstring required

The Devbox ID.

execution_idstring required

The Async Execution ID.

Request body

textstring nullable

Text to send to std in of the running execution.

signal'EOF' | 'INTERRUPT'

Response

OK

devbox_idstring required

Devbox id where command is executing.

execution_idstring required

Execution id that received the stdin.

successboolean required

Whether the stdin was successfully sent.