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 API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.
In: header
Path Parameters
Sandbox ID (ULID)
Process ULID or name
Query Parameters
Wake a paused sandbox to serve this request
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
stdin bytes, base64-encoded
Close stdin after writing
Response Body
application/problem+json
curl -X PUT "https://api-dev.tektona.ai/v1/sandboxes/string/processes/string/stdin" \ -H "Content-Type: application/json" \ -d '{ "data_base64": "string" }'{ "$schema": "https://api-dev.tektona.ai/schemas/ErrorModel.json", "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"}Stop a process DELETE
Stop a process: SIGTERM → grace → SIGKILL over the process group. force=true sends SIGKILL immediately.
Create mount SSH access token POST
Generate a short-lived token for the mount sync transport. Like ssh-access, but the connection is exempt from activity tracking so an idle mount does not prevent auto-pause.