Skip to main content
GET
/
sandbox
/
hub
List Sandbox Hub templates
curl --request GET \
  --url https://api.blaxel.ai/v0/sandbox/hub \
  --header 'Authorization: Bearer <token>'
[
  {
    "categories": [
      {}
    ],
    "coming_soon": false,
    "description": "Python environment with data science libraries pre-installed",
    "displayName": "Python Data Science",
    "enterprise": false,
    "hidden": false,
    "icon": "<string>",
    "image": "blaxel/python-data-science:latest",
    "longDescription": "<string>",
    "memory": 2048,
    "name": "python-data-science",
    "ports": [
      {
        "target": 8080,
        "name": "http",
        "protocol": "HTTP"
      }
    ],
    "tags": "<string>",
    "url": "<string>"
  }
]

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Response

200 - application/json

successful operation

categories
object[]

Categories of the defintion

coming_soon
boolean

If the definition is coming soon

Example:

false

description
string

Description of the defintion

Example:

"Python environment with data science libraries pre-installed"

displayName
string

Display name of the definition

Example:

"Python Data Science"

enterprise
boolean

If the definition is enterprise

Example:

false

hidden
boolean

If the definition is hidden

Example:

false

icon
string

Icon of the definition

image
string

Image of the Sandbox definition

Example:

"blaxel/python-data-science:latest"

longDescription
string

Long description of the defintion

memory
integer

Memory of the Sandbox definition in MB

Example:

2048

name
string

Name of the artifact

Example:

"python-data-science"

ports
object[]

Set of ports for a resource

tags
string

Tags of the definition

url
string

URL of the definition