Skip to main content
POST
/
api
/
v1
/
sandboxes
/
{id}
/
terminals
{
  "pid": "<string>",
  "sandboxId": "<string>",
  "shell": "<string>",
  "createdAt": "<string>"
}

Path Parameters

id
string
required

Body

application/json
shell
enum<string>
Available options:
bash,
zsh,
fish,
sh
cwd
string
cols
integer
Required range: x > 0
rows
integer
Required range: x > 0

Response

Terminal created

pid
string
required
sandboxId
string
required
shell
string
required
createdAt
string
required