From d9c78c339bf0c2158f8a0d2e752e002818df7fcc Mon Sep 17 00:00:00 2001 From: Jan Carbonell Date: Wed, 8 Apr 2026 11:02:58 -0700 Subject: [PATCH] new tabs test (#1397) * new tabs test * cloud docs * openwork cloud --- packages/docs/docs.json | 18 ++++++++++++------ packages/docs/get-started-cloud.mdx | 10 ++++++++++ 2 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 packages/docs/get-started-cloud.mdx diff --git a/packages/docs/docs.json b/packages/docs/docs.json index b3cb5f7b..20b61cdf 100644 --- a/packages/docs/docs.json +++ b/packages/docs/docs.json @@ -45,12 +45,6 @@ "importing-a-skill" ] }, - { - "group": "Changelog", - "pages": [ - "changelog" - ] - }, { "group": "Improve this doc", "pages": [ @@ -59,9 +53,21 @@ } ] }, + { + "tab": "Cloud docs", + "pages": [ + "get-started-cloud" + ] + }, { "tab": "Cloud API", "openapi": "https://api.openworklabs.com/openapi.json" + }, + { + "tab": "Changelog", + "pages": [ + "changelog" + ] } ] }, diff --git a/packages/docs/get-started-cloud.mdx b/packages/docs/get-started-cloud.mdx new file mode 100644 index 00000000..f7a53fb5 --- /dev/null +++ b/packages/docs/get-started-cloud.mdx @@ -0,0 +1,10 @@ +--- +title: "Get started with Openwork Cloud" +--- + +Openwork Cloud requires an **active subscription** at [app.openworklabs.com](https://app.openworklabs.com/). + +Openwork Cloud intended for teams that want to share `SKILLs.md`, `MCPs`, `configs` and sandboxed workers. +Once you have an organization setup, you can use the [Cloud API](/api-reference) with your `org-id`. + +If you meant to check the documentation for the desktop app, you can do it here at [desktop docs](/get-started) instead. \ No newline at end of file