docs: add roadmap tab (#1453)

* docs: add roadmap page to docs navigation

* docs: move roadmap into top-level docs tab

* roadmapp

* roadmapppo
This commit is contained in:
Jan Carbonell
2026-04-15 18:09:32 -07:00
committed by GitHub
parent 1871532e99
commit c3938e0994
2 changed files with 34 additions and 0 deletions

View File

@@ -62,6 +62,12 @@
"tab": "Cloud API",
"openapi": "https://api.openworklabs.com/openapi.json"
},
{
"tab": "Roadmap",
"pages": [
"roadmap"
]
},
{
"tab": "Changelog",
"pages": [

28
packages/docs/roadmap.mdx Normal file
View File

@@ -0,0 +1,28 @@
---
title: "Roadmap"
description: "What OpenWork supports today and what is coming next."
---
Sharing the upcoming items in our roadmap:
Last updated: 04/15/2026
## Live today
- Desktop app on Windows, Mac, and Linux.
- Shared agents, skills, Agents, and MCPs.
- Sign in with OpenAI Auth or other LLM providers.
- Use any LLM, including LiteLLM and Cloudflare Gateaway.
- Connect to a remote workspace or a cloud worker for long running tasks.
- Cloud: Org Hub with provisioned Skills, Agents, and MCPs.
- Cloud: RBAC, teams within an org, and the ability to deploy cloud workers.
## Roadmap
- New Openwork Server
- New Desktop infraestructure
- Better, more reliable Automations
- Claude-compatible plugin marketplace.
- Git-based provisioning for plugins, skills, and MCPs.
- Automatic push-based provisioning and sync.
- Advanced enterprise controls: RBAC, audit trails, SSO/SAML, MDM provisioning...