| name | production-readiness-agent-auth |
| description | Walks through a structured production readiness checklist for Scalekit agent authentication implementations. Use when the user says they are going live, launching to production, doing a pre-launch review, or wants to verify their agent OAuth implementation is production-ready. |
Scalekit Agent Auth Production Readiness
Work through each section in order — earlier sections are blockers for later ones.
Quick checks (run first)
OAuth token flows
Per connected service:
Security
Monitoring and incident readiness
Key metrics:
- Token refresh success/failure rate
- OAuth authorization completion rate (initiated vs completed)
- Per-service API error rates (distinguish auth errors from service errors)
- Token expiry distribution (are tokens being refreshed proactively?)