create-credential
Generate credentials for n8n nodes by specifying the type and required data fields. Use this tool to authenticate integrations like cloudflareApi, githubApi, or slackOAuth2Api efficiently.
Instructions
Create a credential that can be used by nodes of the specified type. The credential type name can be found in the n8n UI when creating credentials (e.g., 'cloudflareApi', 'githubApi', 'slackOAuth2Api'). Use get-credential-schema first to see what fields are required for the credential type you want to create.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clientId | Yes | ||
data | Yes | ||
name | Yes | ||
type | Yes |