Change Management

Approvals, boards, external CR generation, and audit.

Formalize changes with structured requests, automatic routing to approvers, and full implementation records.

Generate vendor‑specific CR forms automatically to eliminate copy‑paste and errors.

await client.changeRequests.create({ templateId, assetId, risk: 'low' });

FAQs

  • Can I require multiple approvers?

    Yes. Define policy‑based gates and change boards with quorum rules.

import Script from "next/script";