new tabs test (#1397)

* new tabs test

* cloud docs

* openwork cloud
This commit is contained in:
Jan Carbonell
2026-04-08 11:02:58 -07:00
committed by GitHub
parent 3e38da671a
commit d9c78c339b
2 changed files with 22 additions and 6 deletions

View File

@@ -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"
]
}
]
},

View File

@@ -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.