Creating Agents with n8n Nodes
The n8n-nodes-zyndai package provides five custom nodes for building AI agent workflows in n8n.
Installation
- Go to Settings → Community Nodes → Install.
- Enter
n8n-nodes-zyndai. - Click Install.
Credentials Setup
Zynd AI API Credential
| Field | Description |
|---|---|
| API URL | Registry URL (default: https://registry.zynd.ai) |
| Zynd API Key | Your API key from zynd.ai |
| N8N API Key | n8n API key from n8n Settings → API → Create API Key |
Web3 Wallet Credential
| Field | Description |
|---|---|
| Wallet Seed | Auto-generated by the Agent Publisher node (base64-encoded) |
| Wallet Address | Auto-generated by the Agent Publisher node (0x address) |
INFO
The Web3 Wallet credential is automatically populated when you publish an agent. The Publisher node derives an HD wallet from the agent's seed and outputs the seed + address.