← Back to integrations

n8n

Self-hosted automation

Workflow Automation Pro+ required

Setup guide

  1. Generate an AICT API key at /account/api-keys/.
  2. In n8n, add an "HTTP Request" node and set method to POST.
  3. URL: https://aicentraltools.com/wp-json/aict/v1/run; Authentication: Header Auth with name "Authorization" and value "Bearer YOUR_KEY".
  4. Body JSON: { "tool": "<slug>", "input": { ... } } — wire upstream nodes into the input map.
  5. Connect downstream nodes to your CMS, database, or notification service.

Sample workflow

Self-hosted: read RSS feeds, summarize via AICT, post to your private Mattermost.

Required tier

Pro+ required — Webhooks, MCP server access, and the full REST API are gated behind Pro+.

Get started → Visit n8n → Co-marketing page →