Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions packages/docs/cloud/get-started.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Get started with OpenWork Cloud"
description: "Connect the desktop app to your OpenWork Cloud org and unlock shared workspaces, marketplaces, and shared providers"
description: "Connect the desktop app to your OpenWork Cloud org and unlock marketplaces and shared providers"
---

OpenWork Cloud requires an active subscription at [app.openworklabs.com](https://app.openworklabs.com/).
Expand Down Expand Up @@ -30,7 +30,7 @@ Note: You need to be logged in as an `org_owner` in order to make modifications.
3. Optional: enable `Restrict allowed email domains` and add the approved domains.
4. Optional: change any `Desktop restrictions` that should apply after people sign in from the desktop app.

These settings apply across the org. You can also create teams, share workspaces, publish marketplace plugins, and import shared providers.
These settings apply across the org. You can also create teams, publish marketplace plugins, and import shared providers.

Next, you want to make sure you can sign in the desktop app.

Expand Down Expand Up @@ -67,6 +67,5 @@ After sign-in, pick your org in `Settings -> Cloud -> Active org`.
- Send members to [Connect your services](/start-here/connect-your-stack/connect-services) to sign in to team-approved accounts from the desktop app.
- Use [MCP Connections](/cloud/share-with-your-team/shared-mcp-connections) to publish a managed service and grant member or team access.
- Use marketplace plugins to publish grouped skills and MCPs for teams, or save a single skill directly from the desktop app and install it from `Skills -> Cloud`.
- Use [Shared workspaces](/cloud/run-in-the-cloud/shared-workspace) to deploy hosted OpenWork runtimes that teammates can open from the desktop app.
- Use [LLM providers](/cloud/share-with-your-team/managed-llm-provider) or [custom LLM providers](/cloud/share-with-your-team/custom-llm-provider) to manage shared model access.
- Use [Members and RBAC](/cloud/members-and-rbac) to invite people, create teams, and control access.
33 changes: 0 additions & 33 deletions packages/docs/cloud/run-in-the-cloud/shared-workspace.mdx

This file was deleted.

15 changes: 8 additions & 7 deletions packages/docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"start-here/do-work-with-it/control-the-browser",
"start-here/do-work-with-it/cross-chat-memory",
"start-here/do-work-with-it/what-uses-tokens",
"start-here/do-work-with-it/workflows",
"start-here/do-work-with-it/skills-plugins-and-mcp",
"start-here/do-work-with-it/create-a-skill-from-chat",
"start-here/do-work-with-it/publish-and-copy-a-skill",
Expand Down Expand Up @@ -85,12 +84,6 @@
"cloud/share-with-your-team/shared-mcp-connections"
]
},
{
"group": "Run in the cloud",
"pages": [
"cloud/run-in-the-cloud/shared-workspace"
]
},
{
"group": "Model Context Protocol (MCP)",
"pages": [
Expand Down Expand Up @@ -150,6 +143,14 @@
"source": "/introduction",
"destination": "/cloud/get-started"
},
{
"source": "/cloud/run-in-the-cloud/shared-workspace",
"destination": "/cloud/get-started"
},
{
"source": "/start-here/do-work-with-it/workflows",
"destination": "/start-here/do-work-with-it/skills-plugins-and-mcp"
},
{
"source": "/roadmap/roadmap",
"destination": "/roadmap"
Expand Down
10 changes: 0 additions & 10 deletions packages/docs/start-here/do-work-with-it/workflows.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion packages/docs/start-here/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Get started by connecting your LLM provider of choice and sending your first mes
Start with the desktop app, sign in, connect providers and managed services, and run tasks right away.
</Card>
<Card title="OpenWork Cloud" icon="users" href="/cloud/get-started">
Meant for teams: Shared workspaces, org marketplaces, hosted workers, and managed LLM providers.
Meant for teams: org marketplaces, shared MCP connections, and managed LLM providers.
</Card>
<Card title="Enterprise" icon="building" href="/cloud/enterprise">
Get support with an enterprise deployment if you need a private rollout or custom requirements.
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/start-here/self-host.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ OpenWork does not require many third-party services for the core runtime. These

Skip the server. [**OpenWork Cloud**](/cloud/get-started) runs hosted workers for your team.

Cloud also gives you org-wide primitives you'd otherwise have to build: [team templates](/cloud/share-with-your-team/team-templates), [shared LLM providers](/cloud/share-with-your-team/managed-llm-provider), [RBAC](/cloud/members-and-rbac), and [shared workspaces](/cloud/run-in-the-cloud/shared-workspace).
Cloud also gives you org-wide primitives you'd otherwise have to build: [team templates](/cloud/share-with-your-team/team-templates), [shared LLM providers](/cloud/share-with-your-team/managed-llm-provider), and [RBAC](/cloud/members-and-rbac).

## Looking for support for a larger rollout?

Expand Down
Loading