AppFolio Production Checklist Overview AppFolio manages properties, tenants, leases, and work orders for real estate operations. A production integration handles sensitive tenant PII, financial transactions, and maintenance workflows. Failures here mean missed rent collections, unprocessed work orders, or tenant data exposure under CCPA. This checklist ensures your AppFolio API integration is resilient, compliant, and observable. Authentication & Secrets - [ ] stored in secrets manager (not environment files) - [ ] Client ID and secret separated from application code - [ ] Key rotation schedu…