Skip to content

Start typing to search the documentation.

Superserve

Last updated View as Markdown

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 requirementValue
Provider package@superserve/sdk
CredentialSUPERSERVE_API_KEY
Intended environmentProvider-managed sandbox
Required before useReconcile the generated connector with Sandbox Connector API

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 and Sandbox Connector API.