Deepgram · Arazzo Workflow
Deepgram Provision a Project API Key
Version 1.0.0
Create a new project, mint a scoped API key for it, and verify the key appears in the project key list.
View Spec
View on GitHub
Artificial IntelligenceSpeech-To-TextText-To-SpeechTranscriptionVoice AIArazzoWorkflows
Provider
Workflows
provision-project-key
Create a project, create a scoped API key in it, and verify the key list.
Lists existing projects to anchor the account, creates a scoped API key in the supplied project, and confirms the new key appears in the project key list.
1
confirmProject
getProject
Fetch the target project to confirm it exists and is reachable before minting a new key inside it.
2
createKey
createProjectKey
Create a new scoped API key in the project and capture the full secret value, which is only returned at creation time.
3
verifyKey
listProjectKeys
List the project's API keys to confirm the newly created key is present in the registry.