Go-live checklist

Prepare credentials, callback handling, monitoring, support processes, and safe rollout controls for production.

# Go-live checklist

Prepare credentials, callback handling, monitoring, support processes, and safe rollout controls for production.

## Before switching to live

Confirm that production credentials are stored in a secret manager, callbacks are reachable over HTTPS, alerting is configured, and your team can reconcile a request by its external reference.

- Swap the sandbox base URL for https://api.moolre.com.
- Use production-only credentials and keep them out of client-side code.
- Validate status checks, callbacks, retries, and support escalation paths.
- Roll out gradually and monitor the first live requests closely.

Back to the Moolre AI documentation index