Browse documentation
Developer documentation

Migration Guide

From internal APIs to SDK RC1

Use the published SDK packages instead of copying internal admin-console clients or hand-written fetch calls.

Old patternNew pattern
Manual TypeScript fetch wrappers in application code@qvtm/control-plane
Browser-stored provisioning tokenBackend-only provisioning token
Admin-console docs as integration sourceStandalone Developer Portal
Tenant-only languageCustomer/domain language where appropriate
Challenge status as final authorityChallenge status plus verifier evidence and local session policy
  1. Freeze the current integration behavior.
  2. Replace manual API calls with the TypeScript SDK.
  3. Move provisioning tokens to backend-only configuration.
  4. Add verifier checks before creating local sessions.
  5. Add customer/domain validation to invite and challenge flows.
  6. Run SDK release gates.
  7. Document any local compatibility exceptions.