SandboxesSandbox processes
Write process stdin
Write base64-encoded stdin bytes to a pipe-mode process.
Write base64-encoded stdin bytes to a pipe-mode process.
Authorization
apiKey AuthorizationBearer <token>
API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.
In: header
Path Parameters
sandboxId*string
Sandbox ID (ULID)
ref*string
Process ULID or name
Query Parameters
resume?boolean
Wake a paused sandbox to serve this request
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
data_base64*string
stdin bytes, base64-encoded
eof?boolean
Close stdin after writing
Response Body
application/problem+json
curl -X PUT "https://example.com/v1/sandboxes/string/processes/string/stdin" \ -H "Content-Type: application/json" \ -d '{ "data_base64": "string" }'Empty
{ "detail": "Property foo is required but is missing.", "errors": [ { "location": "string", "message": "string", "value": null } ], "instance": "https://example.com/error-log/abc123", "status": 400, "title": "Bad Request", "type": "https://example.com/errors/example"}