Shared by reference or installed as a copy
A Library resource can depend only on other Library resources. A Library agent attaches Library MCP servers, skills, and secrets; a Library MCP server uses Library secrets. Project resources can mix both: a project agent can use a Library MCP server alongside a project one.
Use a Library resource from a project
Library resources do not appear in a project’s own MCP Servers, Skills, or Project Vault lists. Those pages show what the project owns. Library resources appear where you attach them:- In an agent’s Add MCP Server, Add Skill, and Add Secret dialogs, Library items carry a Library badge. Attached Library items show the same badge in the agent’s panels.
- In a workflow’s Secrets panel and an MCP server’s secrets picker, Library secrets carry the Library badge.
- In the agent picker of an Agent Run or Agent Session step, agents are grouped under Project and Workspace library.
Promote a resource
Promotion moves a project-owned MCP server, skill, secret, or agent into the Workspace Library. It is a move, not a copy: the resource keeps its identity, every existing link keeps working, and there is no way to move it back. Workflows and orchestrations are not promoted; author templates in the Library directly. Select Promote to library on the MCP server, skill, or agent page, or on the secret’s row in Project Vault. A dialog titledPromote '<name>' to the workspace library? explains what changes:
- MCP server: every project can attach it, it is edited from the Library after promotion, and its linked secrets must already be Library secrets.
- Skill: every project can attach it, and it is edited from the Library after promotion.
- Agent: every project can run it in workflows, it is edited from the Library after promotion, and its MCP servers, skills, and secrets must already be Library items.
- Secret: every project can link it, and it is edited from the Library Vault after promotion. If the secret is available for all executions, the dialog also warns that it will be injected into every run in the workspace.
Secrets
Promote the secrets that the MCP server or agent links. No value re-entry is needed.
MCP servers
Promote MCP servers once their secrets are in the Library. Otherwise promotion stops with
Promote these secrets to the workspace library first: <names>.Agents
Promote the agent last. If it still links a project MCP server, skill, or secret, promotion stops with
Promote these to the workspace library first: <items>. Skills have no dependencies and can be promoted at any time.Library Vault and shared secrets
The Library’s Vault page is titled Library Vault. Secrets there work like project secrets: encrypted, never shown to the model, and injected as environment variables. Two things differ:- Reach. A Library secret can be linked by agents, MCP servers, and workflows in every project. A Library secret with Available for All Executions turned on is injected into every run in the workspace, and its tag reads Available for All Executions in All Projects.
- Precedence. A project secret with the same name as a Library secret wins in that project’s runs. The project secret’s row shows Overrides the library value in this project’s runs. Use this when one project needs its own credential for a shared MCP server.
Author a Library template
A template is a workflow or orchestration created inside the Workspace Library, in the same builder you use in a project. The Workflow Templates page notes that templates never run, and the Orchestration Templates page has no active state. Each template has Builder and History tabs only. You can start a template from a Playbook: Add from Playbook works inside the Library and adds the Playbook as an inactive template. Publish the template before anyone installs it. Installing copies the last committed version, never the draft, and the install pickers list only templates with a committed version.Install a workflow template
Open the picker
In a project, open Workflows and select Install from Library. The Workflow Templates dialog lists every committed template.
Name the copy and map agents
The Install Workflow Template dialog prefills the Workflow Name from the template. Map each project-owned agent the template references to an agent this project can use. Agents that live in the Library need no mapping.
Install and review
Select Install. Overcut confirms with Template installed as a draft workflow! and offers Open Workflow. Review agents, conditions, and repository references, then publish the workflow.
Install an orchestration template
Open the picker
In a project, open Orchestrations and select Install from Library. The Orchestration Templates dialog lists every committed template.
Map every workflow
In the Install Orchestration Template dialog, set the Orchestration Name, then map each workflow the template references. Choose an existing workflow in this project, or select Install a copy to install the template’s workflow into the project and use it here. Every row needs a mapping.
Install and publish
Select Install. Overcut confirms with Template installed as a draft orchestration! and offers Open Orchestration. The copy is an inactive draft. Review the mapped workflows, triggers, gates, and limits, then publish and activate it.
Delete safeguards
A Library MCP server, skill, secret, or agent cannot be deleted while something still uses it. The delete fails with a message in this form:Permissions
Access to the Library is controlled by two workspace-level permissions on a role: viewing the Library, and editing it. Editing includes creating and changing Library resources and promoting resources into the Library. Workspace admins have both. The built-in non-admin roles can view the Library but not edit it; create a custom role to let a team maintain shared resources. Members without view access do not see the Library in the project picker and cannot install templates. If a non-admin member cannot find the Library, check that their role grants view access.Troubleshooting
Chat
Overcut chat can list and create Library resources, promote a project resource after you confirm, and install a template into a project you choose; the copy stays a draft until you approve publishing it. Chat can create a secret entry but never accepts its value; enter that in the Library Vault. Inside the Library, chat cannot run, activate, or inspect runs, because nothing runs there. See Chat with Overcut.Related
- Reuse Across Projects: when to share, copy, or scope.
- Context Parameters: values that differ per project, repository, workflow, orchestration, or agent.
- Vault: creating, assigning, and referencing secrets.
- Import & Export Workflows: JSON snapshots of a workflow.
- Multi-Project Workspaces: the workspace and project boundary.