Skip to content

Creating Agents with n8n Nodes

The n8n-nodes-zyndai package provides five custom nodes for building AI agent workflows in n8n.

Installation

  1. Go to Settings → Community Nodes → Install.
  2. Enter n8n-nodes-zyndai.
  3. Click Install.

Credentials Setup

Zynd AI API Credential

FieldDescription
API URLRegistry URL (default: https://registry.zynd.ai)
Zynd API KeyYour API key from zynd.ai
N8N API Keyn8n API key from n8n Settings → API → Create API Key

Web3 Wallet Credential

FieldDescription
Wallet SeedAuto-generated by the Agent Publisher node (base64-encoded)
Wallet AddressAuto-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.

Released under the MIT License.