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