Create a PTY-backed interactive terminal session through the sandbox proxy.
command is required.args is optional.env is optional.working_dir is optional.rows and cols are optional and default to 24 and 80.rows to 1..500 and cols to 1..1000.201 Created:
session_id with the other PTY endpoints. Use token when connecting to the PTY WebSocket.
If the sandbox already has 64 PTY sessions, Tensorlake returns 429 Too Many Requests with code TOO_MANY_SESSIONS.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.