klingai-prod-checklist
Installation
SKILL.md
Kling AI Production Checklist
Overview
Checklist covering authentication, error handling, cost controls, monitoring, security, and content policy before deploying Kling AI video generation to production.
Authentication
- AK/SK stored in secrets manager (not
.envin repo) - JWT auto-refresh with 5-min buffer before 30-min expiry
- Separate API keys per environment (dev/staging/prod)
- Key rotation schedule (quarterly minimum)
-
Authorization: Bearer <token>format verified