From 30423407ef0142137f4ba335830daa87a7bca79d Mon Sep 17 00:00:00 2001 From: openhands Date: Fri, 24 Apr 2026 23:02:05 +0000 Subject: [PATCH 1/4] Add warning to API-based Sandbox page about production use The Runtime API (runtime.all-hands.dev) was built for community benchmark evaluation at scale, not for production applications. Add a prominent warning directing users to use OpenHands Cloud Workspace instead when building production applications with the SDK. Co-authored-by: openhands --- sdk/guides/agent-server/api-sandbox.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk/guides/agent-server/api-sandbox.mdx b/sdk/guides/agent-server/api-sandbox.mdx index fbe28bcb3..81db3bacf 100644 --- a/sdk/guides/agent-server/api-sandbox.mdx +++ b/sdk/guides/agent-server/api-sandbox.mdx @@ -5,6 +5,9 @@ description: Connect to hosted API-based agent server for fully managed infrastr > A ready-to-run example is available [here](#ready-to-run-example)! + +The [Runtime API](https://runtime.all-hands.dev/) (`runtime.all-hands.dev`) is designed primarily for **community benchmark evaluation at scale**, 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. + 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. From 58271862bdd5f18ada4e7651218899e3b5e833b8 Mon Sep 17 00:00:00 2001 From: Xingyao Wang Date: Sat, 25 Apr 2026 00:05:06 +0100 Subject: [PATCH 2/4] Update sdk/guides/agent-server/api-sandbox.mdx --- sdk/guides/agent-server/api-sandbox.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/guides/agent-server/api-sandbox.mdx b/sdk/guides/agent-server/api-sandbox.mdx index 81db3bacf..580eb618e 100644 --- a/sdk/guides/agent-server/api-sandbox.mdx +++ b/sdk/guides/agent-server/api-sandbox.mdx @@ -6,7 +6,7 @@ description: Connect to hosted API-based agent server for fully managed infrastr > A ready-to-run example is available [here](#ready-to-run-example)! -The [Runtime API](https://runtime.all-hands.dev/) (`runtime.all-hands.dev`) is designed primarily for **community benchmark evaluation at scale**, 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. +The [Runtime API](https://runtime.all-hands.dev/) (`runtime.all-hands.dev`) is designed primarily for **benchmark evaluation at scale**, 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. 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. From 906ccec189629b65068926cac873d530ea2154ad Mon Sep 17 00:00:00 2001 From: Xingyao Wang Date: Sat, 25 Apr 2026 00:05:48 +0100 Subject: [PATCH 3/4] Apply suggestion from @xingyaoww --- sdk/guides/agent-server/api-sandbox.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/guides/agent-server/api-sandbox.mdx b/sdk/guides/agent-server/api-sandbox.mdx index 580eb618e..8050eaf65 100644 --- a/sdk/guides/agent-server/api-sandbox.mdx +++ b/sdk/guides/agent-server/api-sandbox.mdx @@ -6,7 +6,7 @@ description: Connect to hosted API-based agent server for fully managed infrastr > A ready-to-run example is available [here](#ready-to-run-example)! -The [Runtime API](https://runtime.all-hands.dev/) (`runtime.all-hands.dev`) is designed primarily for **benchmark evaluation at scale**, 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. +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 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. 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. From a757ca0c9d0f4b340fb31b64755872d50257fae1 Mon Sep 17 00:00:00 2001 From: Xingyao Wang Date: Sat, 25 Apr 2026 03:21:47 +0100 Subject: [PATCH 4/4] Update sdk/guides/agent-server/api-sandbox.mdx Co-authored-by: OpenHands Bot --- sdk/guides/agent-server/api-sandbox.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/guides/agent-server/api-sandbox.mdx b/sdk/guides/agent-server/api-sandbox.mdx index 8050eaf65..2fea0916e 100644 --- a/sdk/guides/agent-server/api-sandbox.mdx +++ b/sdk/guides/agent-server/api-sandbox.mdx @@ -6,7 +6,7 @@ description: Connect to hosted API-based agent server for fully managed infrastr > A ready-to-run example is available [here](#ready-to-run-example)! -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 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. +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. 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.