Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Import / Export package JSON Each package can be represented as a JSON file that holds components and their settings, package variables, and metadata (version, description). You can export that JSON data or import a JSON of some previous package version if you want to use a version control system like Git. Each package has to be saved and validated before exporting. To export package JSON first open a package, find the Import/Export dropdown and click the Export button. After that, the browser will start a download. The exported JSON file is formatted so it will be easy to track the difference between such files.
Import/Export dropdown with the Export button in the package editor
To import your own package JSON, open a package and find Import/Export dropdown and click the Import button. You will see the following form. Paste the JSON into the Package JSON input box, and click the “Import” button.
Import form with Package JSON input box and Import button
The package will be updated and you will see the changes immediately. It is not necessary for the JSON to be formatted but it should be valid JSON otherwise the JSON import will generate an error. Note that package variables are included in the package JSON, so you will need to manually remove all sensitive information & credentials as needed.
Last modified on May 12, 2026