n8n-syntax-credentials
Installation
SKILL.md
n8n-syntax-credentials
Quick Reference
ICredentialType Interface
| Property | Type | Required | Description |
|---|---|---|---|
name |
string |
YES | Internal identifier (e.g., 'myServiceApi') |
displayName |
string |
YES | GUI label shown to users |
documentationUrl |
string |
NO | Link to credentials setup docs |
properties |
INodeProperties[] |
YES | Array of credential input fields |
authenticate |
IAuthenticate |
NO | How credentials inject into requests |
test |
ICredentialTestRequest |
NO | Endpoint for credential validation |
extends |
string[] |
NO | Inherit from other credential types |
icon |
Icon |
NO | Credential icon in GUI |
iconUrl |
string |
NO | URL-based icon |
Credential Property Types
Related skills