Deepgram · Arazzo Workflow
Deepgram Rotate a Project API Key
Version 1.0.0
Mint a replacement API key in a project, verify it, then delete the old key to complete a rotation.
View Spec
View on GitHub
Artificial IntelligenceSpeech-To-TextText-To-SpeechTranscriptionVoice AIArazzoWorkflows
Provider
Workflows
rotate-project-key
Create a replacement key, verify it, and delete the old key.
Creates a new scoped API key in the project, lists the keys to confirm the replacement is present, and then deletes the previous key to finish the rotation.
1
createReplacementKey
createProjectKey
Create the replacement scoped API key and capture its one-time secret value and new identifier.
2
verifyReplacement
listProjectKeys
List the project keys to confirm the replacement key is registered before removing the old credential.
3
deleteOldKey
deleteProjectKey
Delete the outgoing API key now that the replacement has been verified, leaving only the new credential active.