curl --request GET \
--url https://api.runtools.ai/v1/sandboxes/{id}/ssh \
--header 'Authorization: Bearer <token>'{
"data": {
"host": "<string>",
"port": 123,
"user": "<string>",
"command": "<string>",
"keyId": "<string>"
}
}curl --request GET \
--url https://api.runtools.ai/v1/sandboxes/{id}/ssh \
--header 'Authorization: Bearer <token>'{
"data": {
"host": "<string>",
"port": 123,
"user": "<string>",
"command": "<string>",
"keyId": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.runtools.ai/llms.txt
Use this file to discover all available pages before exploring further.