v1

latestOpenAPI 3.0.32026-07-22194221292.5 KB
sandboxhub

List Sandbox Hub templates

Returns all pre-built sandbox templates available in the Blaxel Hub. These include popular development environments with pre-installed tools and frameworks.

get/sandbox/hub

Response

successful operation

categoriesobject[]

Categories of the definition

coming_soonboolean

If the definition is coming soon

descriptionstring

Description of the definition

displayNamestring

Display name of the definition

enterpriseboolean

If the definition is enterprise

hiddenboolean

If the definition is hidden

iconstring

Icon of the definition

imagestring

Image of the Sandbox definition

longDescriptionstring

Long description of the definition

memoryinteger

Memory of the Sandbox definition in MB

namestring

Name of the artifact

tagsstring

Tags of the definition

urlstring

URL of the definition

Example response

[
  {
    "description": "Python environment with data science libraries pre-installed",
    "displayName": "Python Data Science",
    "image": "blaxel/python-data-science:latest",
    "memory": 2048,
    "name": "python-data-science",
    "ports": [
      {
        "name": "http",
        "protocol": "HTTP",
        "target": 8080
      }
    ]
  }
]