Skip to Content
Advanced FeaturesSettings Management

Settings Management

Export your entire APXY configuration (mock rules, filters, redirects, SSL domains, interceptors, scripts, etc.) to a JSON file for backup, sharing, or migrating between machines.

Paid feature — requires a license with import/export capability.

CLI

Settings export/import commands live under the setup command group. See CLI Reference → Setup for apxy setup settings export and apxy setup settings import syntax.

Quick example:

apxy setup settings export --file ./apxy-config.json

Use Cases

Team configuration sharing

Export your debugging setup once and share the JSON with teammates so everyone starts from the same rule baseline.

Backup before updates

Save configuration to a dated file before upgrading APXY.

Consistent environments

Import the same JSON on multiple machines when you need identical proxy behavior across laptops or CI agents.

Last updated on