e2b_send_stdin
Send text to the stdin of a running process in an E2B sandbox by providing its PID or tag.
Instructions
Send input to the stdin of a running process, selected by pid or tag. Note: field names are inferred from the related Start/SendSignal schemas; if this errors, check the E2B docs for the exact process.Process/SendInput request shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | ||
| tag | No | ||
| port | No | Optional envd port; defaults to 49983 | |
| input | Yes | Text to send to stdin | |
| username | No | ||
| sandboxId | Yes | E2B sandbox ID | |
| accessToken | No | Optional sandbox access token |