# OpenWork Docs ## Docs - [Connecting Slack to your workspace](https://differentai-fix-roadmap-cleanup.mintlify.app/accessing-ow-from-slack.md): Learn how to connect Slack with your workspace - [Get admin overview](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/admin/get-admin-overview.md): Returns a high-level administrative overview of users, sessions, workers, admins, and optional billing data for Den operations. - [List organization API keys](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/api-keys/list-organization-api-keys.md): Returns the API keys that belong to the selected organization. - [Accept organization invitation](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/invitations/accept-organization-invitation.md): Accepts an organization invitation for the current signed-in user and switches their active organization to the accepted workspace. - [Cancel organization invitation](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/invitations/cancel-organization-invitation.md): Cancels a pending organization invitation so the invite link can no longer be used. - [Create organization invitation](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/invitations/create-organization-invitation.md): Creates or refreshes a pending organization invitation for an email address and sends the invite email. - [Preview organization invitation](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/invitations/preview-organization-invitation.md): Returns invitation preview details so a user can inspect an organization invite before accepting it. - [Create organization LLM provider](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/llm-providers/create-organization-llm-provider.md): Creates a new organization-scoped LLM provider from either a models.dev provider template or a pasted custom configuration. - [Delete organization LLM provider](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/llm-providers/delete-organization-llm-provider.md): Deletes an organization LLM provider and removes its models and access rules. - [Get LLM provider catalog entry](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/llm-providers/get-llm-provider-catalog-entry.md): Returns the full models.dev catalog record for one provider, including its config template and model list. - [Get LLM provider connect payload](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/llm-providers/get-llm-provider-connect-payload.md): Returns one accessible organization LLM provider with the concrete model configuration needed to connect to it. - [List LLM provider catalog](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/llm-providers/list-llm-provider-catalog.md): Lists the provider catalog from models.dev so an organization can choose which LLM providers to configure. - [List organization LLM providers](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/llm-providers/list-organization-llm-providers.md): Lists the LLM providers that the current organization member is allowed to see and potentially manage. - [Remove LLM provider access grant](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/llm-providers/remove-llm-provider-access-grant.md): Removes one explicit member or team access grant from an organization LLM provider. - [Update organization LLM provider](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/llm-providers/update-organization-llm-provider.md): Updates an existing organization LLM provider, including its provider config, selected models, secret, and access grants. - [Remove organization member](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/members/remove-organization-member.md): Removes a member from an organization while protecting the owner role from deletion. - [Update member role](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/members/update-member-role.md): Changes the role assigned to a specific organization member. - [Get organization context](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/organizations/get-organization-context.md): Returns the resolved organization context for a specific org, including the current member record and their team memberships. - [Create organization role](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/roles/create-organization-role.md): Creates a custom organization role with a named permission map. - [Delete organization role](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/roles/delete-organization-role.md): Deletes a custom organization role after confirming that no members or pending invitations still depend on it. - [Update organization role](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/roles/update-organization-role.md): Updates a custom organization role and propagates role name changes to members and pending invitations. - [Add skill to skill hub](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/skill-hubs/add-skill-to-skill-hub.md): Adds an existing organization skill to a skill hub so hub members can discover and use it. - [Create skill hub](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/skill-hubs/create-skill-hub.md): Creates a skill hub that can group skills and assign access to specific members or teams. - [Delete skill hub](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/skill-hubs/delete-skill-hub.md): Deletes a skill hub and removes its access links and skill links. - [Grant skill hub access](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/skill-hubs/grant-skill-hub-access.md): Grants a specific member or team access to a skill hub. - [List skill hubs](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/skill-hubs/list-skill-hubs.md): Lists the skill hubs the current member can access, along with linked skills and access metadata. - [Remove skill from skill hub](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/skill-hubs/remove-skill-from-skill-hub.md): Removes a skill from a skill hub without deleting the underlying skill itself. - [Revoke skill hub access](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/skill-hubs/revoke-skill-hub-access.md): Revokes one member or team access entry from a skill hub. - [Update skill hub](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/skill-hubs/update-skill-hub.md): Updates a skill hub's display name or description. - [Create skill](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/skills/create-skill.md): Creates a new skill in the organization from markdown content and optional sharing visibility. - [Delete skill](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/skills/delete-skill.md): Deletes one organization skill when the caller is allowed to manage it. - [List skills](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/skills/list-skills.md): Lists the skills the current member can view, including owned skills, shared skills, and skills available through hub access. - [Update skill](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/skills/update-skill.md): Updates a skill's markdown content and-or sharing visibility while keeping derived metadata in sync. - [Check den-api health](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/system/check-den-api-health.md): Returns a lightweight health payload for den-api. - [Create team](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/teams/create-team.md): Creates a team inside an organization and can optionally attach existing organization members to it. - [Delete team](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/teams/delete-team.md): Deletes a team and removes its related hub-access and team-membership records. - [Update team](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/teams/update-team.md): Updates a team's name and-or membership list within an organization. - [Create shared template](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/templates/create-shared-template.md): Stores a reusable shared template snapshot inside an organization. - [Delete shared template](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/templates/delete-shared-template.md): Deletes a shared template when the caller is the template creator or a workspace owner. - [List shared templates](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/templates/list-shared-templates.md): Lists the shared templates that belong to an organization, including creator metadata. - [Get current user](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/users/get-current-user.md): Returns the currently authenticated user and active session details for the caller. - [List current user's organizations](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/users/list-current-users-organizations.md): Lists the organizations visible to the current user and marks which organization is currently active. - [Create worker](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/workers/create-worker.md): Creates a local or cloud worker for the active organization and returns the initial tokens needed to connect to it. - [Delete worker](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/workers/delete-worker.md): Deletes a worker and cascades cleanup for its tokens, runtime records, and provider-specific resources. - [Get worker](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/workers/get-worker.md): Returns one worker from the active organization together with its latest provisioned instance details. - [Get worker connection tokens](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/workers/get-worker-connection-tokens.md): Returns connection tokens and the resolved OpenWork connect URL for an existing worker. - [Get worker runtime status](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/workers/get-worker-runtime-status.md): Fetches runtime version and status information from a specific worker's runtime endpoint. - [List workers](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/workers/list-workers.md): Lists the workers that belong to the caller's active organization, including each worker's latest known instance state. - [Record worker heartbeat](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/workers/record-worker-heartbeat.md): Accepts signed heartbeat and recent-activity updates from a worker so Den can track worker health and recent usage. - [Update worker](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/workers/update-worker.md): Renames a worker, but only when the caller is the user who originally created that worker. - [Upgrade worker runtime](https://differentai-fix-roadmap-cleanup.mintlify.app/api-reference/workers/upgrade-worker-runtime.md): Forwards a runtime upgrade request to a specific worker and returns the worker runtime's response. - [Automating Tasks](https://differentai-fix-roadmap-cleanup.mintlify.app/automating-tasks.md) - [Changelog](https://differentai-fix-roadmap-cleanup.mintlify.app/changelog.md) - [Adding a custom LLM provider](https://differentai-fix-roadmap-cleanup.mintlify.app/cloud-custom-llm-providers.md): Create a custom provider definition in OpenWork Cloud and import it into the desktop app - [Enterprise](https://differentai-fix-roadmap-cleanup.mintlify.app/cloud-enterprise.md): Deploy OpenWork on your own infrastructure - [Adding a managed LLM provider](https://differentai-fix-roadmap-cleanup.mintlify.app/cloud-llm-providers.md): Create an org-managed provider in OpenWork Cloud and import it into the desktop app - [Managing members and RBAC](https://differentai-fix-roadmap-cleanup.mintlify.app/cloud-members-and-rbac.md): Invite teammates, create teams, and control Cloud access with owners, admins, members, and custom roles - [Deploying a shared workspace](https://differentai-fix-roadmap-cleanup.mintlify.app/cloud-shared-workspaces.md): Launch a cloud worker in OpenWork Cloud and open it from the desktop app - [Skill hubs for teams](https://differentai-fix-roadmap-cleanup.mintlify.app/cloud-skill-hubs.md): Create org skill hubs, assign them to teams, and import them into the desktop app - [Controlling your browser with OpenWork](https://differentai-fix-roadmap-cleanup.mintlify.app/computer-use.md): How to use OpenWork to automate your Chrome Browser - [Enable Advanced Search with Exa](https://differentai-fix-roadmap-cleanup.mintlify.app/enable-advanced-search-with-exa.md) - [Get Started](https://differentai-fix-roadmap-cleanup.mintlify.app/get-started.md): OpenWork is the open source alternative to Claude Cowork. - [Get started with OpenWork Cloud](https://differentai-fix-roadmap-cleanup.mintlify.app/get-started-cloud.md): Connect the desktop app to your OpenWork Cloud org and unlock shared workspaces, skill hubs, and shared providers - [Adding a custom LLM provider/model](https://differentai-fix-roadmap-cleanup.mintlify.app/how-to-connect-a-custom-provider.md): How to connect a custom provider with OpenWork - [How to connect ChatGPT to Openwork](https://differentai-fix-roadmap-cleanup.mintlify.app/how-to-connect-chat-gpt.md): How to use ChatGPT OAuth with Openwork - [Adding a custom MCP](https://differentai-fix-roadmap-cleanup.mintlify.app/how-to-connect-mcps.md): How to connect a custom MCP server with openwork - [How to get an Anthropic API key](https://differentai-fix-roadmap-cleanup.mintlify.app/how-to-get-an-anthropic-api-key.md): Create an Anthropic API key and use it in OpenWork - [Importing a skill](https://differentai-fix-roadmap-cleanup.mintlify.app/importing-a-skill.md): How to import an external skill into your workspace in OpenWork - [Missing Documentation?](https://differentai-fix-roadmap-cleanup.mintlify.app/missing-docs.md): Let us know if you're missing Openwork documentation - [Roadmap](https://differentai-fix-roadmap-cleanup.mintlify.app/roadmap.md): What OpenWork supports today and what is coming next. - [How to share your agents with others](https://differentai-fix-roadmap-cleanup.mintlify.app/sharing-ow-setup.md): Learn how to share your MCP, agents, skills with others - [Team Templates](https://differentai-fix-roadmap-cleanup.mintlify.app/team-provisioning.md) ## OpenAPI Specs - [openapi](https://api.openworklabs.com/openapi.json)