Skip to main content
POST
Create Workspace SSH Token

Authorizations

Authorization
string
header
required

Logged-in user-session JWT authentication for first-party clients. Org-scoped requests also require the Replicas-Org-Id header. User JWTs cannot create workspaces with POST /v1/replica.

Headers

Replicas-Org-Id
string<uuid>
required

Organization UUID containing the workspace.

Path Parameters

workspaceId
string<uuid>
required

Workspace UUID.

Response

Short-lived workspace SSH credentials

token
string
required

Short-lived token used as the SSH username.

host
string
required

Workspace SSH host.

proxyCommand
string

Optional OpenSSH ProxyCommand for CLI clients.

transport
object