---
title: "List Sandbox Hub templates"
method: GET
path: "/sandbox/hub"
tags: ["sandboxhub"]
---

# List Sandbox Hub templates

`GET /sandbox/hub`

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

## Response `200`

successful operation

- SandboxDefinition[]
  - `categories` object[] — Categories of the definition
  - `coming_soon` boolean — If the definition is coming soon
  - `description` string — Description of the definition
  - `displayName` string — Display name of the definition
  - `enterprise` boolean — If the definition is enterprise
  - `hidden` boolean — If the definition is hidden
  - `icon` string — Icon of the definition
  - `image` string — Image of the Sandbox definition
  - `longDescription` string — Long description of the definition
  - `memory` integer — Memory of the Sandbox definition in MB
  - `name` string — Name of the artifact
  - `ports` Port[] — Set of ports for a resource
    - `name` string — The name of the port
    - `protocol` 'HTTP' | 'TCP' | 'UDP' | 'TLS' — The protocol of the port
    - `target` integer, required — The target port of the port
  - `tags` string — Tags of the definition
  - `url` string — URL of the definition

---

[API](https://skmtc.net/blaxel/apis/blaxel-control-plane.md) · [All operations](https://skmtc.net/blaxel/apis/blaxel-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blaxel/blaxel-control-plane/versions/dfa264bc72ee/schema)
