Overview
ProDex supports exporting and importing entire factories as.prdx files. This lets you back up your work, share factory configurations with colleagues, or move a model from one environment to another.
A .prdx file captures a full snapshot of a factory: simulation models, entities, constants, lookup tables, BOMs, pipelines, schedules, KPIs, charts, layouts, and — if your account has the relevant features enabled — planning and scheduling configurations.
Exporting a Factory
To export a factory:- Open the factory you want to export
- Go to Settings or use the factory menu
- Click Export Factory
- The file downloads as
{factory-name}.prdx
Importing a Factory
To import a.prdx file:
- From the main screen, click Import Factory
- Select your
.prdxfile - ProDex imports the factory and creates it as a new factory in your workspace
.prdx file contains planning or scheduling data but your account doesn’t have those features enabled, those sections are silently skipped — the rest of the factory imports successfully.
File Format
.prdx files use a compressed binary encoding (gzip + XOR + base64). They are not plain JSON and are not human-readable, but they contain no secrets or credentials. The format is versioned — ProDex automatically handles migration when importing files created by older versions of the platform.
Use Cases
Sharing models — export a factory and send the.prdx file to a colleague. They can import it into their own ProDex workspace without needing access to your organization.
Backups — export your factory before making major structural changes. If something goes wrong, import the backup to restore to the previous state.
Moving between environments — export from a development or test factory and import into your production factory (or vice versa) to promote a validated model.
Collaboration across organizations — .prdx files let external consultants or partners share factory configurations without direct platform access.
