From 88c2353a7065466b45f102be68dcfa8817a82a2e Mon Sep 17 00:00:00 2001 From: Jerome Jaggi Date: Fri, 13 Mar 2026 15:17:00 +0100 Subject: [PATCH] docs: add sandbox API stub page Signed-off-by: Jerome Jaggi --- pages/platform/sandbox.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/platform/sandbox.mdx diff --git a/pages/platform/sandbox.mdx b/pages/platform/sandbox.mdx new file mode 100644 index 0000000..d4c7a15 --- /dev/null +++ b/pages/platform/sandbox.mdx @@ -0,0 +1,8 @@ +--- +title: Sandbox API +navigation_icon: box +--- + +The Sandbox API provides isolated execution environments for short-lived, untrusted workloads. + +> ⚠️ This feature isn't yet available on stable. Documentation will expand upon release.