Import & Export
Foundry apps can be exported as archives and imported into other CrowdStrike environments. This supports source control workflows, CI/CD pipelines, and multi-environment deployments.
Exporting an app
Section titled “Exporting an app”Exporting creates a .tar.gz archive containing the app’s manifest, function code, UI source, and configuration.
Export from the Falcon console
Section titled “Export from the Falcon console”- Go to Foundry > App manager.
- Select the app to export.
- Click Export.
- Save the downloaded
.tar.gzfile.
Export from the CLI
Section titled “Export from the CLI”foundry apps exportThe archive is saved to the current directory.
Importing an app
Section titled “Importing an app”Importing creates a new app from an exported archive. The imported app is a separate copy — changes to the import do not affect the original.
Import from the Falcon console
Section titled “Import from the Falcon console”- Go to Foundry > App manager.
- Click Import app.
- Select the
.tar.gzarchive. - Review the imported capabilities.
- Click Create.
Import from the CLI
Section titled “Import from the CLI”foundry apps create --import <path-to-archive.tar.gz>Limitations
Section titled “Limitations”- Imported apps receive a new app ID. They are independent copies, not linked to the original.
- API integration credentials and secrets are not included in exports. You must reconfigure these after importing.
- Collections data is not included. Only the schema definition is exported.