create-credential
Store credentials for n8n nodes by providing clientId, name, type, and data. Use get-credential-schema first to obtain required fields.
Instructions
Create a credential that can be used by nodes of the specified type. Use get-credential-schema first to see required fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Credential data (fields depend on type) | |
| name | Yes | Credential name | |
| type | Yes | Credential type (e.g., 'githubApi', 'slackOAuth2Api') | |
| clientId | Yes | Client ID from init-n8n |