n8n Community Node
Drop AnswerLine into n8n workflows: run monitors, queue tasks and read credits as native nodes.
Install
# n8n → Settings → Community Nodes → install: n8n-nodes-answerline
Example
# Nodes added to your palette: # AnswerLine Run Monitor — sync engine calls # AnswerLine Create Task — async, priority, webhook URL # AnswerLine Get Task — status and result # AnswerLine Get Credits — balance and cycle
Four operations cover the API: Run Monitor for a synchronous answer, Create Task for async work with priority and idempotency, Get Task for status and results, and Get Credits for the balance.
With Continue On Fail, a failed item outputs the error message and HTTP status, so alerting workflows stay simple.
Other integrations
TypeScript / JavaScript SDK
The official npm SDK: typed monitor and task methods, batches, webhooks and error classes for Node and edge runtimes.
Python SDK
The official PyPI SDK: monitor calls, async tasks and batches with the same response shapes as the REST API.
Hosted MCP Server
Give Claude, Cursor or any MCP client search and AI-answer tools in one line — no code, no infrastructure.
Zapier App
Trigger Zaps from AI answers: Run Monitor for quick calls, Create Task with a webhook callback for long-running engines.
LangChain Tools
Ready-made LangChain tools for JavaScript and Python: one monitor tool per engine, plus task and credit tools.