Design a Workflow once, reuse it everywhere. Overcut lets you export any existing Workflow as a portable JSON artifact and import that artifact into another project or workspace.Documentation Index
Fetch the complete documentation index at: https://docs.overcut.ai/llms.txt
Use this file to discover all available pages before exploring further.
Export
Save the current Workflow as a
.json file on your computer.Import
Bring a Workflow
.json file into Overcut, map its agents, and start iterating.The feature is available on all plans. You need the
workflow.view permission to export and workflow.create to import.Export a Workflow
Import a Workflow
Start the Import
In an empty or existing project, open any Workflow in the Builder (or create a new one). Click the
Import icon in the top-bar and select the .json file you exported earlier.Review Details & Rename (optional)
Overcut parses the file and opens the Import Workflow dialog. The
Workflow Name field is pre-filled from the file; change it if you’d like.Map Agents
Every agent referenced in the file must be mapped to an existing agent in the current project. Use the dropdown for each row to select the correct agent role.
• The artifact only contains the Workflow definition, not run history or execution metrics.
• All agents must exist in the target project before import.
• Other external text references (e.g., repositories, labels) may need to be manually updated after the import.
• All agents must exist in the target project before import.
• Other external text references (e.g., repositories, labels) may need to be manually updated after the import.
JSON File Structure
Here’s a shortened example of the exported file. You generally won’t edit this by hand, but it can be useful for version control or advanced CI flows.my-workflow.json
Error Handling
If the file is invalid or an agent mapping is missing, Overcut shows a detailed error message. No changes are made until the import succeeds.Next Steps
- After you import a Workflow, it will be available in the
Workflowspage. - You may want to look at the imported Workflow to add specific conditions or update references to repositories or labels.