Sandboxes
Create mount SSH access token
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.
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.
Authorization
apiKey AuthorizationBearer <token>
API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.
In: header
Path Parameters
id*string
Sandbox ID (ULID)
Response Body
application/json
application/problem+json
curl -X POST "https://api-dev.tektona.ai/v1/sandboxes/string/mount-ssh-access"{ "$schema": "https://api-dev.tektona.ai/schemas/SSHAccessResponse.json", "ssh_host": "string", "ssh_port": 0, "ssh_ports": [ 0 ], "token": "string", "url": "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"}