Commit Graph

1131 Commits

Author SHA1 Message Date
Jan Carbonell
e1ccd5e976 docs: add OpenWork Cloud setup guides (#1399)
* docs: enhance cloud documentation with new guides and updates

- Updated the Slack integration documentation for clarity and consistency.
- Added new guides for managing members and RBAC, deploying shared workspaces, and creating skill hubs in OpenWork Cloud.
- Introduced instructions for adding custom and managed LLM providers.
- Updated the get-started guide to reflect changes in the Cloud integration process.
- Removed outdated references and improved overall documentation structure.

* get started cloud
2026-04-08 12:53:05 -07:00
Jan Carbonell
d9c78c339b new tabs test (#1397)
* new tabs test

* cloud docs

* openwork cloud
2026-04-08 11:02:58 -07:00
Jan Carbonell
71a4cb9426 docs: add anthropic api key setup tutorial (#1390)
* docs: add anthropic api key setup tutorial

Guide users through manual Anthropic API key creation now that Anthropic uses direct key entry in OpenWork. Include screenshot placeholders for the Anthropic console flow so support docs can be illustrated later.

* screenshots re-anthropic

* correct image render
2026-04-07 19:06:18 -07:00
Jan Carbonell
fdfb43ca0a cloud api naming (#1382) 2026-04-07 11:04:29 -06:00
Jan Carbonell
222e612f9c Fix/changelog (#1361)
* minor improvement changelog

* test to see if mintlify renders gifs

* test to see if mintlify renders gifs2

* gifs side by side

* minimal

* march 13th

* march 15th

* simpler changelog

* simplified changelog

* mintlify fix

* changelog fix

* correct filename

* mp4 to gif

* simplifying

* weird bug tracking
2026-04-07 11:02:25 -06:00
Jan Carbonell
d231dc2fac openapi docs added as tab (#1372)
* openapi docs added as tab

* better ordering
2026-04-06 15:36:28 -06:00
Source Open
4f1905882b feat(den): add org API key auth and management (#1368)
* feat(den): add org API key auth and management

Let org owners and admins manage named API keys while keeping keys scoped to the issuing member and org. Reuse existing org middleware so API-key-backed requests behave like normal user actions across Den routes.

* fix(den): polish API key creation flow

Avoid duplicating the visible key prefix in the table preview and make key creation an explicit one-time reveal flow. Show the create form only after the user asks for a new key, then replace it with the copyable secret after issuance.

* fix(den): simplify API key table UI

Remove rate-limit details from the Den web API keys screen and keep the page focused on naming, reveal, and deletion. Leave the generated next-env types file out of the commit.

---------

Co-authored-by: src-opn <src-opn@users.noreply.github.com>
2026-04-06 11:35:33 -07:00
Jan Carbonell
1f67c40ecf docs(changelog): rebuild tracker drafts and title-aware docs output (#1358)
* docs(changelog): build fuller tracker drafts through v0.11.202

* docs(changelog): drop publication flags from tracker files

* docs(changelog): generate titles from tracker sections

* docs(changelog): format titles after version links
2026-04-05 00:23:59 -06:00
Jan Carbonell
3f1e27c1cb fix(docs): replace Mintlify default colors with OpenWork brand colors (#1354)
Swaps the teal Mintlify defaults for OpenWork's actual brand palette:
light mode accent #011627 (dark navy), dark mode accent #3b82f6 (blue),
and buttons #011627 (navy) to match openworklabs.com CTAs.
2026-04-04 19:52:21 -06:00
Jan Carbonell
d075f03e75 feat(docs): add changelog page generated from release tracker (#1352)
* feat(docs): add changelog page generated from release tracker

Add a script (scripts/generate-changelog.mjs) that parses
changelog/release-tracker.md and generates a minimalistic
changelog.mdx for the Mintlify docs. Each entry shows the date,
a tag (New/Improved/Adjusted/Misc), and either a one-liner (minor)
or bullet points (major). Version headings link to GitHub compare
URLs derived from consecutive versions.

* fix(docs): use Mintlify Update components and href tab for changelog

Switch changelog.mdx to use Mintlify's built-in <Update> component
with label, description, and tags props. Fix the tab config to use
href instead of pages.

* fix(docs): move changelog from tab to sidebar group

Place changelog as a grouped section in the sidebar navigation
instead of a separate tab that was causing redirect issues.

* fix(docs): plain version in description, link in body

The description prop renders as plain text in Mintlify, so markdown
links showed raw. Move version to plain description and put the
compare link as a "View changes" link inside the Update body.

* fix(docs): version as heading, multiple tags, Mintlify conventions

Use version as ## heading inside each Update body, support multiple
tags (New releases, Improvements, Deprecations), indent content
2 spaces per Mintlify convention, remove description prop.

* fix(docs): update changelog tags with emojis and new names

Tags are now: 🚀 New Features, 🐛 Bug Fixes, 🏗️ Refactoring

* feat(docs): group changelog entries by date

Merge same-day releases into a single Update block. Tags are
unioned across versions, Misc is dropped when real tags exist.
Each version remains as an ## heading within the grouped day.
2026-04-04 18:21:03 -06:00
Jan Carbonell
dd24fbaa3b fix: restore migrated share skill links (#1335)
* fix(docs): restore migrated share skill links

Republish the example skill bundles on share.openworklabs.com so the docs point at live imports again, and align share bundle examples with the current publisher host.

* fix(server): use canonical shared bundle data urls

Rebuild trusted share fetch URLs to the share service's canonical /b/:id/data endpoint and cover the path with the live provider-config-helper bundle URL.
2026-04-04 02:37:32 -06:00
Jan Carbonell
65fbf1f2a8 stupid docs out of sync (#1336) 2026-04-04 02:36:42 -06:00
mintlify[bot]
1bc1799bc8 Add how-to guide for setting up scheduled automations
Mintlify-Source: dashboard-editor
2026-04-04 08:13:55 +00:00
Jan Carbonell
5a0083fda8 Update documentation for importing skills and clarify AUR package handling (#1325)
- Revised the "Importing a skill" documentation for clarity and consistency, including updated descriptions and instructions.
- Enhanced the AUR README to specify the removal of the bundled `/usr/bin/opencode` file to prevent conflicts with `opencode-bin`, ensuring compatibility with existing installations.
2026-04-04 01:41:39 -06:00
Source Open
ec33bae663 feat(den): add teams and skill hub management (#1289)
* feat(den): add teams and skill hub management

* feat(den-web): add UnderlineTabs component and apply to members + skill hubs screens

* feat(den-web): add DashboardPageTemplate and apply to all 6 dashboard pages

* feat(den-web): add DenButton component and apply across all dashboard pages

* feat(den-web): add DenInput component and apply across all dashboard inputs

* feat(den-web): UI polish pass — shared component system and skill hub redesign

- Add UnderlineTabs, DashboardPageTemplate, DenButton, DenInput, DenTextarea shared components
- Apply DashboardPageTemplate with PaperMeshGradient headers to all 6 dashboard pages
- Apply DenButton (primary/secondary/destructive + loading/disabled) across all dashboard pages
- Apply DenInput and DenTextarea replacing all raw inputs and textareas
- Redesign skill hub list cards: PaperMeshGradient seeded by hub ID, clean layout
- Redesign skill list cards: PaperMeshGradient seeded by skill ID, matching hub card design
- Rewrite skill hub detail page: lighter type scale, moved last-updated inline, clean sidebar
- Rewrite skill detail page: gradient header, visibility pill inline with title, removed sidebar
- Rewrite skill editor: remove category field (not persisted), clean form layout
- Clean up all 4 member tables: tighter rows, items-center alignment, lighter type
- Fix ActionButton icon stacking bug (Tailwind Preflight svg display:block via icon prop)
- Move member tab toolbar buttons inline with description text per tab
- Add destructive button variant; fix button disabled/loading states
- Clean up manage-members, billing, templates, background-agents screen designs

---------

Co-authored-by: src-opn <src-opn@users.noreply.github.com>
Co-authored-by: OmarMcAdam <gh@mcadam.io>
2026-04-02 10:28:47 -07:00
Source Open
c1e12a41fb feat(ui): add shared seeded paper gradients (#1288)
* feat(ui): add shared seeded paper gradients

Centralize the Paper mesh and grain wrappers so React and Solid apps can reuse the same deterministic seed-based visuals without repeating shader config. Add a standalone demo surface and update existing consumers so the shared package is easier to validate and evolve.

* fix(ui): resolve shared package from source

Point the shared UI package exports at source files so Next builds do not depend on a prebuilt dist directory. Add Next transpilation for @openwork/ui in Landing and Den Web so monorepo and Vercel builds resolve the package consistently.

---------

Co-authored-by: src-opn <src-opn@users.noreply.github.com>
2026-04-01 18:14:14 -07:00
mintlify[bot]
af7079ebd8 Add Cloud section with introduction and team provisioning docs
Mintlify-Source: dashboard-editor
2026-03-31 21:26:34 +00:00
Source Open
af4b9e829c fix(den): require explicit org invite confirmation (#1244)
* fix(den): require explicit org invite confirmation

* docs(pr): add invite confirmation screenshots

---------

Co-authored-by: src-opn <src-opn@users.noreply.github.com>
2026-03-30 17:36:01 -07:00
mintlify[bot]
087fc0856b Add automation documentation
Mintlify-Source: dashboard-editor
2026-03-30 04:23:19 +00:00
Benjamin Shafii
396f9f441b chore: remove unreferenced png artifacts 2026-03-29 21:10:25 -07:00
mintlify[bot]
07ee9985e3 Refactor docs navigation and update titles for clarity
Mintlify-Source: dashboard-editor
2026-03-30 04:05:19 +00:00
mintlify[bot]
d57eb4af55 Add Exa search integration and update computer use docs
Mintlify-Source: dashboard-editor
2026-03-26 05:02:37 +00:00
mintlify[bot]
b860736112 Refine computer-use.mdx instructions for clarity
Mintlify-Source: dashboard-editor
2026-03-25 19:05:50 +00:00
mintlify[bot]
a9aaea2ed3 Update computer use guide with new image and instructions
Mintlify-Source: dashboard-editor
2026-03-25 19:03:06 +00:00
mintlify[bot]
7a2a53fac4 Update computer-use docs and add images
Mintlify-Source: dashboard-editor
2026-03-25 18:51:05 +00:00
mintlify[bot]
724c000420 Remove outdated setup instructions from computer-use docs
Mintlify-Source: dashboard-editor
2026-03-25 18:47:17 +00:00
mintlify[bot]
765508cc15 Update computer use title and requirements
Mintlify-Source: dashboard-editor
2026-03-25 18:46:41 +00:00
mintlify[bot]
11c7d337d6 Update title for Slack integration docs
Mintlify-Source: dashboard-editor
2026-03-25 18:45:18 +00:00
mintlify[bot]
0ad49800e7 Update sharing setup docs and navigation
Mintlify-Source: dashboard-editor
2026-03-25 18:44:53 +00:00
mintlify[bot]
c6a19d0cd6 Group tutorials in docs navigation
Mintlify-Source: dashboard-editor
2026-03-25 06:18:01 +00:00
Jan Carbonell
815741d73e Document current computer-use support (#1158)
* docs: define current computer-use support

Replace the placeholder page with the tested Chrome setup flow and current limits so users do not assume OpenWork already ships full Ubuntu desktop automation.

* computer-use

* Delete packages/docs/images/computer-use-control-chrome-setup.png

* Delete packages/docs/images/computer-use-example-domain-success.png
2026-03-24 18:53:55 -07:00
mintlify[bot]
367e98c61a Clarify Slack app connection requirements
Mintlify-Source: dashboard-editor
2026-03-25 00:21:20 +00:00
mintlify[bot]
2ae1e96bee Update Slack integration guide and add images
Mintlify-Source: dashboard-editor
2026-03-25 00:17:24 +00:00
Jan Carbonell
f663ea67b4 slackbot docs (#1153)
* slackbot docs

* removed manifest
2026-03-24 17:12:59 -07:00
Jan Carbonell
a561f8047a renamed images and deleted unused one's (#1152) 2026-03-24 16:31:16 -07:00
mintlify[bot]
8b4b2a5392 Fix typo in importing a skill guide
Mintlify-Source: dashboard-editor
2026-03-24 23:18:50 +00:00
mintlify[bot]
381013595b Add "Importing a skill" guide with images
Mintlify-Source: dashboard-editor
2026-03-24 23:18:31 +00:00
mintlify[bot]
71ae2c77af Update importing a skill doc title
Mintlify-Source: dashboard-editor
2026-03-24 22:39:38 +00:00
mintlify[bot]
bb681e75d6 Remove outdated custom provider connection steps
Mintlify-Source: dashboard-editor
2026-03-24 22:39:17 +00:00
mintlify[bot]
b3384d6d9c Shorten title for custom LLM provider docs
Mintlify-Source: dashboard-editor
2026-03-24 22:39:02 +00:00
mintlify[bot]
7fa0d7a759 Clarify custom provider connection in Openwork
Mintlify-Source: dashboard-editor
2026-03-24 22:35:34 +00:00
mintlify[bot]
3f8001c8fa Update custom provider docs and add skill import guide
Mintlify-Source: dashboard-editor
2026-03-24 22:31:32 +00:00
mintlify[bot]
f68d62d7b6 Update custom provider and MCP connection docs
Mintlify-Source: dashboard-editor
2026-03-24 22:18:22 +00:00
mintlify[bot]
bb2daec6b3 Add new connection guides and reorganize existing docs
Mintlify-Source: dashboard-editor
2026-03-24 22:15:25 +00:00
mintlify[bot]
54e4bd4be1 Add guide for connecting ChatGPT to Openwork
Mintlify-Source: dashboard-editor
2026-03-24 21:53:16 +00:00
mintlify[bot]
a84e301069 Fix formatting in computer use guide
Mintlify-Source: dashboard-editor
2026-03-24 21:52:39 +00:00
mintlify[bot]
33af4cf3e6 Remove outdated instruction from computer use guide
Mintlify-Source: dashboard-editor
2026-03-24 21:52:21 +00:00
mintlify[bot]
2009e3610c Update computer-use docs and add sharing setup guide
Mintlify-Source: dashboard-editor
2026-03-24 21:47:48 +00:00
mintlify[bot]
98b8a361c6 Update get-started.mdx with desktop app info and token clarity
Mintlify-Source: dashboard-editor
2026-03-24 21:19:33 +00:00
mintlify[bot]
cabe405eff Update get-started guide with new content and images
Mintlify-Source: dashboard-editor
2026-03-24 21:16:32 +00:00