Export
Save the current Use Case as a
.json
file on your computer.Import
Bring a Use Case
.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 Use Case
1
Open the Use Case in the Builder
Navigate to
Use Cases
and select a Use Case.2
Click the Export Button
In the builder top-bar, click the
Export
icon. Overcut immediately downloads a file named {{use-case-name}}.json
.Import a Use Case
1
Start the Import
In an empty or existing project, open any Use Case in the Builder (or create a new one). Click the
Import
icon in the top-bar and select the .json
file you exported earlier.2
Review Details & Rename (optional)
Overcut parses the file and opens the Import Use Case dialog. The
Use Case Name
field is pre-filled from the file; change it if you’d like.3
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.
4
Import & Open
Click
Import
. After the server validates the mapping, a success toast appears with Open Use Case
. Click it to jump straight into your new Use Case.• The artifact only contains the Use Case 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-use-case.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 Use Case, it will be available in the
Use Cases
page. - You may want to look at the imported Use Case to add specific conditions or update references to repositories or labels.