Overview
ProDex can export an entire factory to a portable.prdx file and import one into any ProDex workspace. Both actions live in the factory selector: click the factory name at the top of the sidebar, then open Factory files → Export Factory or Import Factory.
A .prdx file is a snapshot of a factory at the moment of export — models, entities, BOMs, pipelines, and configuration in one self-contained file. The recipient doesn’t need access to your organization to use it.
For sharing with teammates inside your organization, the in-app Share factory flow is usually the better tool — it delivers a copy directly and supports published updates. Export is the right tool for backups you hold as files, moving between environments, and working across organizations.
Exporting a Factory
- Open the factory you want to export
- Click the factory name at the top of the sidebar to open the factory selector
- Open Factory files and click Export Factory
- The file downloads as
{factory-name}.prdx
Importing a Factory
- Open the factory selector and choose Factory files → Import Factory
- Select a
.prdxfile - ProDex creates a new factory in your workspace with the imported contents
What’s Included in an Export
Because the knowledge base travels with the export, a transferred factory keeps its operational knowledge — process rules, terminology, and corrections Dexter has learned — not just its structure.
File Format
.prdx files use a compressed binary format: not plain JSON, not human-readable, and — importantly — obfuscated rather than encrypted. Treat one like any unencrypted data file and share it through channels appropriate to the factory’s sensitivity. The files contain no secrets, credentials, or API keys.
The format is versioned internally: importing a .prdx created by an older version of ProDex migrates the data to the current schema automatically, so old exports remain importable.
Choosing the Right Mechanism
Use Cases
Backups Before Major Changes
Before rebuilding a model, restructuring BOMs, or reconfiguring planning inputs, export the factory. If something goes wrong, importing the backup restores the previous state as a new factory, leaving your current one untouched until you’re ready to switch.Collaboration Across Organizations
.prdx files let you work with external consultants, partners, or clients without granting them access to your ProDex instance. Export, send the file, and they import it into their own organization. Each party works independently on their own copy.
Moving Between Environments
Most teams work in a single ProDex workspace, but if you ever need to move a factory to a separate workspace or instance, export it and import it there. The same mechanism seeds a reference or starter setup: build one factory, then hand the.prdx to others so each can spin up their own copy to build on.
Limitations
- One-way transfer: export and import create independent copies; there is no sync back to the original.
- No selective export: you export the whole factory, not individual models or components.
- No merge on import: importing always creates a new factory. (Admins can consolidate factories afterward with Merge factories.)
- Some Dexter context stays behind: conversation history, uploaded files, generated report files, and scheduled jobs are not part of the export. (Its knowledge base and custom workflows do travel.)
Related
- Factory Management — create, version, share, and delete factories
- Team Management — admin tools, including cross-owner factory merges
- Snapshots — freeze individual model versions for experiments

