Figma Production Checklist Overview Complete checklist for deploying Figma API integrations to production, covering authentication, error handling, rate limits, monitoring, and rollback. Prerequisites - Staging environment tested and verified - Production PAT or OAuth credentials ready - Monitoring infrastructure available Instructions Step 1: Authentication & Secrets - [ ] Production PAT stored in secret manager (not env files) - [ ] PAT uses minimum required scopes ( , not ) - [ ] PAT expiry tracked (max 90 days) with rotation reminder - [ ] OAuth refresh token flow tested (if using OAuth)…