Automata nodes for n8n
npm install @apptrix/n8n-nodes-automataCustom nodes to integrate with Automata Registry:
- Automata Provider Webhook: receives Automata execution requests, validates JWT, registers endpoint, forwards to workflow.
- Automata Respond: sends HTTP responses back to Automata requests (replacement for Respond to Webhook).
- Automata Consumer: authenticates with Automata Registry, analyzes prompt, searches/validates agents, executes with feedback.
- Automata Consumer Tool: same params as Consumer, usable as AI Tool (ai_agent → ai_tool).
Icons live in dist/nodes (consumer.svg, provider.svg).
automata-provider/execute.{ success: true, data: }.content-type: application/json if none provided.n8n-.executeMultipleWithFeedback. Task shown only if Validate Relevance is off.bash
npm install
npm run build # copies SVGs to dist/nodes
npm pack # optional tarball
`
For n8n custom nodes folder:
`bash
npm install --omit=dev /path/to/n8n-nodes-automata-.tgz
`Publish
`bash
npm run build
npm publish
``