From cbf53346ee57a7661e971d1b67e440ba5da43716 Mon Sep 17 00:00:00 2001 From: yGabriel Date: Wed, 24 Jun 2026 15:52:49 -0400 Subject: [PATCH] Move Integrations section to end of sandboxes overview Places the Integrations section after the tutorials, keeping supplementary reference material together at the bottom of the page. Co-authored-by: Cursor --- sandboxes.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sandboxes.mdx b/sandboxes.mdx index bcf028520c..f0dd95ca15 100644 --- a/sandboxes.mdx +++ b/sandboxes.mdx @@ -56,10 +56,14 @@ Follow these steps to create a sandbox and run a command inside it: The sandbox automatically stops when the context manager (the `with` block) exits. For more information on sandbox lifecycle and states, see [Lifecycle of sandboxes](/sandboxes/lifecycle). - ## Serverless Sandboxes tutorials For more in-depth examples, see: * [Invoke an agent in a Serverless Sandbox tutorial](/sandboxes/invoke-agent-sandbox-tutorial) * [Train a PyTorch model in a Serverless Sandbox tutorial](/sandboxes/mltrain-in-sandbox-tutorial) + +## Integrations + +The following third-party frameworks support Serverless Sandboxes as a sandbox provider. +- **[Harbor](https://github.com/harbor-framework/harbor)**