Skip to main content
POST
/
Welcome message
curl --request POST \
  --url https://run.blaxel.ai/{workspace_id}/sandboxes/{sandbox_id}/ \
  --header 'Authorization: Bearer <token>'
{
  "description": "This sandbox provides a full-featured environment for running code securely",
  "documentation": "https://docs.blaxel.ai/Sandboxes/Overview",
  "message": "Welcome to your Blaxel Sandbox"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

description
string
Example:

"This sandbox provides a full-featured environment for running code securely"

documentation
string
Example:

"https://docs.blaxel.ai/Sandboxes/Overview"

message
string
Example:

"Welcome to your Blaxel Sandbox"