Datadog · Arazzo Workflow
Datadog Create a Service Account and Application Key
Version 1.0.0
Create a service account, mint an application key for it, then read the key back.
Provider
Workflows
create-service-account-key
Create a service account, create an application key, then get the key.
Creates a service-account user with the supplied email, mints an application key owned by that service account, and reads the key back by id.
1
createServiceAccount
CreateServiceAccount
Create a service-account user with the supplied email.
2
createApplicationKey
CreateServiceAccountApplicationKey
Mint an application key owned by the new service account.
3
getApplicationKey
GetServiceAccountApplicationKey
Fetch the minted application key by id to confirm it exists.