---
description: Track the Superserve sandbox connector recipe and its current compatibility status.
---

# Superserve

Last updated May 30, 2026 [ View as Markdown](https://flueframework.com/docs/ecosystem/sandboxes/superserve/index.md) 

Superserve has a sandbox connector entry in the Flue connector catalog, intended to adapt an initialized Superserve sandbox into Flue’s sandbox interface.

## Current compatibility status

Do not use the generated Superserve recipe with the current runtime without reviewing and updating it first. The catalog recipe currently imports an older `@flue/sdk/sandbox` surface and assumes a cleanup callback accepted by `createSandboxSessionEnv(...)`; the current public connector API is exported from `@flue/runtime` and leaves provider resource cleanup to application code.

| Intended requirement | Value                                                                                                                                      |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| Provider package     | @superserve/sdk                                                                                                                            |
| Credential           | SUPERSERVE\_API\_KEY                                                                                                                       |
| Intended environment | Provider-managed sandbox                                                                                                                   |
| Required before use  | Reconcile the generated connector with [Sandbox Connector API](https://github.com/withastro/flue/blob/main/docs/sandbox-connector-spec.md) |

Until that recipe is updated and type-checked against the current runtime, choose another available sandbox connector or implement a project-owned adapter against the public `SandboxApi` contract.

See [Sandboxes](https://flueframework.com/docs/guide/sandboxes/) and [Sandbox Connector API](https://github.com/withastro/flue/blob/main/docs/sandbox-connector-spec.md).

## Docs Navigation

Current page: [Superserve](https://flueframework.com/docs/ecosystem/sandboxes/superserve/)

### Sections

* [Guide](https://flueframework.com/docs/getting-started/quickstart/)
* [Reference](https://flueframework.com/docs/api/agent-api/)
* [CLI](https://flueframework.com/docs/cli/overview/)
* [SDK](https://flueframework.com/docs/sdk/overview/)
* [Ecosystem](https://flueframework.com/docs/ecosystem/overview/)

### Ecosystem

* [ Overview ](https://flueframework.com/docs/ecosystem/overview/)

### Deployment

* [ Cloudflare ](https://flueframework.com/docs/ecosystem/deploy/cloudflare/)
* [ GitHub Actions ](https://flueframework.com/docs/ecosystem/deploy/github-actions/)
* [ GitLab CI/CD ](https://flueframework.com/docs/ecosystem/deploy/gitlab-ci/)
* [ Node.js ](https://flueframework.com/docs/ecosystem/deploy/node/)
* [ Render ](https://flueframework.com/docs/ecosystem/deploy/render/)

### Sandboxes

* [ boxd ](https://flueframework.com/docs/ecosystem/sandboxes/boxd/)
* [ Cloudflare Shell ](https://flueframework.com/docs/ecosystem/sandboxes/cloudflare-shell/)
* [ Cloudflare Sandbox ](https://flueframework.com/docs/ecosystem/sandboxes/cloudflare/)
* [ Daytona ](https://flueframework.com/docs/ecosystem/sandboxes/daytona/)
* [ E2B ](https://flueframework.com/docs/ecosystem/sandboxes/e2b/)
* [ exe.dev ](https://flueframework.com/docs/ecosystem/sandboxes/exedev/)
* [ islo ](https://flueframework.com/docs/ecosystem/sandboxes/islo/)
* [ Mirage ](https://flueframework.com/docs/ecosystem/sandboxes/mirage/)
* [ Modal ](https://flueframework.com/docs/ecosystem/sandboxes/modal/)
* [ smolvm ](https://flueframework.com/docs/ecosystem/sandboxes/smolvm/)
* [ Superserve ](https://flueframework.com/docs/ecosystem/sandboxes/superserve/)
* [ Vercel Sandbox ](https://flueframework.com/docs/ecosystem/sandboxes/vercel/)