🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

n8n-nodes-kynth

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-kynth

Kynth Core for n8n — 39 finished-job AI endpoints: documents to JSON, extraction, triage, research, moderation, and more. Task-named pricing, one credit wallet.

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

n8n-nodes-kynth

This is an n8n community node for Kynth Core — one AI engine exposing 39 finished-job endpoints: documents to schema-valid JSON, field extraction, triage, research, moderation, and agent memory. Every call is a task with a task-named price, drawn from one credit wallet; failed calls never burn credits.

n8n is a fair-code licensed workflow automation platform.

Installation · Operations · Credentials · Compatibility · Usage · Resources

Installation

Follow the installation guide in the n8n community nodes documentation. The package name is:

n8n-nodes-kynth

Operations

The Kynth Core node exposes each API endpoint as an operation. Highlights:

  • Document parse — any invoice, receipt, EOB, ERA, or COI (PDF or image) into structured, validated JSON.
  • Field extraction — pull a field set you define out of any block of text; typed values with confidence.
  • Triage — classify and prioritize inbound items against your own labels.
  • Research — grounded answers over documents you supply.
  • Moderation — policy checks on user-generated content.
  • Agent memory — durable key-value memory for agent workflows.

The full, current operation list is generated from the live API catalog — see api.kynth.studio/docs for every endpoint, its schema, and its credit price. The node is also flagged usableAsTool, so n8n AI Agents can call any operation as a tool.

Credentials

  • Create an account at api.kynth.studio/dashboard — every account includes 500 free credits per month, no card required.
  • Mint an API key (ksk_live_…).
  • In n8n, create a Kynth Core API credential and paste the key.

The credential authenticates as a bearer token and is verified against /v1/account when you save it.

Compatibility

Requires n8n version 1.0 or later (n8nNodesApiVersion 1). Tested against recent n8n releases; the node has no runtime dependencies beyond n8n-workflow.

Usage

A minimal flow: Webhook → Kynth Core (Document parse) → IF → your system.

  • Feed the node a PDF/image URL or raw text, depending on the operation.
  • Pick the operation and, where the operation takes a schema or field list, define the fields you want back.
  • Downstream nodes receive schema-valid JSON — no free-text parsing.

Failed calls return an error object and are not billed, so retry loops are safe.

Resources

Version history

  • 0.1.1 — README + n8n verification submission. No functional changes.
  • 0.1.0 — initial release: full endpoint catalog as operations, bearer credential, AI-tool support.

Keywords

n8n-community-node-package

FAQs

Package last updated on 10 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts