MaintainX Production Checklist Overview Comprehensive pre-deployment and post-deployment checklist for MaintainX integrations covering security, reliability, observability, and data integrity. Prerequisites - MaintainX integration developed and tested - Production MaintainX account with API access - Deployment infrastructure ready (Cloud Run, K8s, or similar) Instructions Step 1: Authentication & Security - [ ] API key stored in secret manager (not env file or code) - [ ] and files in - [ ] Pre-commit hook blocking secret commits - [ ] API key rotation schedule set (every 90 days) - [ ] Input…