Recipe Data Import Module
The Recipe Download And Import functionality allows users to export recipes as JSON descriptors and import them across different environments or organizations, ensuring consistency in configuration, workflow design, and runtime behavior. This feature is essential for maintaining standardized deployments, facilitating environment migrations (e.g., from development to production).
This capability is supported across all recipe types, providing a unified and consistent mechanism for managing automation workflows
QnA Recipes
Agent 2.0 Recipes
GraphRAG Recipes
Download Functionality
The Download option allows users to export an existing recipe as a JSON file that encapsulates all the recipe’s configuration, structure, and metadata. This exported file acts as a descriptor that can be stored, version-controlled, or shared for future deployment in the same or another environment.
To download a recipe, follow the steps below:
Steps:
Navigate to the Recipes page.
Select the desired recipe you want to export.
Click Actions → Download.
The recipe will be downloaded as a .json file and saved to your local system.

Import Functionality
The Import option allows users to upload a previously exported JSON descriptor into the platform. This process recreates the recipe including its structure, configuration, and associated prompts within the selected environment or organization.
To import descriptor, follow the steps below:
Steps:
Go to the Recipes page.
Click Actions → Import.

Upload the exported .json file.
Choose how to clone imported resources (see options below).

Click Continue to complete the import.
Clone Imported Resources Options
When importing, users can define the level of data replication using one of the following options:
Option
Description
Recipe Schema
Imports only the structural components of the recipe including workflow nodes, logic flow, and configuration layout. Prompts and endpoints are excluded. Ideal for creating new recipes using the same logical framework.
Recipe Schema and Prompts (Recommended)
Imports both the recipe structure and associated prompts. This option ensures that all interactive and logic-related components are retained while omitting endpoint configurations. Recommended for most use cases.
Recipe Schema, Prompts, and Endpoints
Imports the complete recipe, including schema, prompts, and endpoint configurations. This creates an exact clone of the original recipe and is suitable for cross-environment.
Last updated