SDLC (Config Promotion via API)
How are we improving the product?
Moveworks is introducing Configuration APIs to help enterprise teams move configurations safely across environments such as DEV → UAT → Production.
This provides a controlled, repeatable alternative to manually recreating configuration in every organization. It also allows teams to incorporate Moveworks configuration changes into their existing source-control, review, and CI/CD processes.
How does it work?
Two APIs enable the configuration promotion workflow:
- Export API: Exports an organization’s complete configuration as a single manifest that can be stored, versioned, and reviewed.
- Apply API: Compares the manifest with a target organization and adds, updates, or removes configuration to bring the target into alignment.
Teams can preview the proposed additions, updates, and deletions before applying them. Apply operations are validated and atomic—they either complete fully or make no changes.
Technical restrictions
- Promotion applies to configuration only, not customer or user data.
- Credentials and secrets are not included in exported manifests and must be managed separately in each organization.
- The target organization must pass configuration and reference validation before changes can be applied.
Licensing and documentation
Licensing requirements and public documentation will be added before General Availability.