v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBsandboxhub
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
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
}
]
}
]