Skip to content
Merged
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
3 changes: 3 additions & 0 deletions sdk/guides/agent-server/api-sandbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@

> A ready-to-run example is available [here](#ready-to-run-example)!

<Warning>
The [Runtime API](https://runtime.all-hands.dev/) (`runtime.all-hands.dev`) is designed primarily for **[benchmark evaluation at scale](https://github.com/OpenHands/benchmarks)**, not for building production applications. If you are building a production application with the SDK, use the **[OpenHands Cloud Workspace](/sdk/guides/agent-server/cloud-workspace)** instead, which provides fully managed sandbox environments with SaaS credential support.
</Warning>

The API-sandboxed agent server demonstrates how to use `APIRemoteWorkspace` to connect to a [OpenHands runtime API service](https://runtime.all-hands.dev/). This eliminates the need to manage your own infrastructure, providing automatic scaling, monitoring, and secure sandboxed execution.

Check warning on line 12 in sdk/guides/agent-server/api-sandbox.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

sdk/guides/agent-server/api-sandbox.mdx#L12

Did you really mean 'sandboxed'?

## Key Concepts

Expand All @@ -24,7 +27,7 @@

This workspace type:
- Connects to a remote runtime API service
- Automatically provisions sandboxed environments

Check warning on line 30 in sdk/guides/agent-server/api-sandbox.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

sdk/guides/agent-server/api-sandbox.mdx#L30

Did you really mean 'sandboxed'?
- Manages container lifecycle through the API
- Handles all infrastructure concerns

Expand Down
Loading