copyright: year: 2024 last updated: 2024-06-03
Exporting skills and skill flows
Export the OpenAPI specification files of your custom skills and skill flows that were built in Orchestrate.
Complete the following steps to export custom skills and skill flows:
- From the menu
, select Skills and apps.
- All the custom skills and skill flows in your skill catalog are listed.
- From the menu
next to your skill, select Export this skill.
- Click Export to confirm.
- A
JSON
file with skill specifications is downloaded to your system.
With it, you can examine the source code and import the same skills into other Orchestrate tenants. For more information on how to import the downloaded OpenAPI specification to other tenants, see Building skills from files.
You don't need to do any changes in the downloaded OpenAPI specification to import it into another tenant, but keep the following points in mind:
- To import a skill flow, you must have all skills that are used on it added in your skill catalog.
- If the custom skill or skill flow exist in the new tenant, it is updated when you import the OpenAPI specification. Depending on the difference between the versions, conflicts might be generated.
To use the imported custom skill or skill flow, you must enhance, publish, connect, and add it to your skill set in the new tenant.