Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion sandboxes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)**
Loading