Sandboxes

Create SSH access token

Generate a short-lived token for SSH access to a sandbox.

POST
/v1/sandboxes/{id}/ssh-access

Generate a short-lived token for SSH access to a sandbox.

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/ssh-access"
{  "$schema": "https://api-dev.tektona.ai/schemas/SSHAccessResponse.json",  "ssh_host": "string",  "ssh_port": 0,  "ssh_ports": [    0  ],  "token": "string",  "url": "string"}