Prisma · Arazzo Workflow
Prisma Data Platform Rotate an Environment API Key
Version 1.0.0
Mint a fresh API key for an environment and revoke the previous one in a single zero-gap rotation.
Provider
Workflows
rotate-api-key
Create a new environment API key and revoke the previous key.
Lists the environment's keys, mints a replacement key, and deletes the previously active key.
1
listKeys
listApiKeys
List the API keys for the environment so the currently active key can be identified for later revocation.
2
createKey
createApiKey
Mint a replacement API key for the environment before revoking the old one so the environment stays authenticated throughout the rotation.
3
revokeOldKey
deleteApiKey
Permanently revoke and delete the previously active API key now that the replacement is in place. Returns 204 No Content on success.