-
Deployment
Rotate my production secrets safely
Walks through rotating every API key, database credential, and signing secret with zero downtime, and sets a rotation cadence.
Free Prompt
What This Does / How This Helps
Rotates every production secret using the right zero-downtime pattern per secret type, and sets the schedule so it happens again on time. Secrets leak in boring ways: a key committed to git six months ago, a database URL pasted into an AI chat, credentials shared with a contractor who finished in March. Rotation is the only fix, and the reason nobody rotates is fear of taking the site down, which is exactly what happens when you revoke the old key before the new one is deployed. The prompt inventories your secrets, maps each to its safe rotation pattern, handles the tricky ones like session signing with dual-accept, and turns the whole thing into a runbook with a calendar reminder.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).