Skip to main content
POST
Connect to a sandbox

Authorizations

Authorization
string
header
required

API Key or Access Token, always sent as Authorization: Bearer <token>. The gateway recognizes the token type automatically.

Path Parameters

id
string<uuid>
required

Unique sandbox resource ID (UUID; the id field of the create response). The data-plane key (sandbox_key) cannot be used here.

Body

application/json
timeout
integer<int64>

When greater than 0, extends the lifetime of a running sandbox (extend-only, never shortens).

Response

Connected

request_id
string
required

Request tracing ID

data
object
required

Same shape as the creation response: identity and data-plane entry point only — no template alias, no backing node identifiers, no agent version. Those are backend concepts the caller can neither act on nor interpret.