Datadog · Arazzo Workflow
Datadog Manage API Keys
Version 1.0.0
Create an API key, read it back, then list all API keys for the org.
Provider
Workflows
manage-api-keys
Create a Datadog API key, get it, then list all keys.
Creates an API key with the supplied name, reads it back by id, and lists all API keys in the organization.
1
createApiKey
CreateAPIKey
Create a new API key with the supplied name.
2
getApiKey
GetAPIKey
Fetch the created API key by id to confirm it exists.
3
listApiKeys
ListAPIKeys
List all API keys in the organization so the new key can be located.