n8n
Self-hosted automation
Setup guide
- Generate an AICT API key at /account/api-keys/.
- In n8n, add an "HTTP Request" node and set method to POST.
- URL: https://aicentraltools.com/wp-json/aict/v1/run; Authentication: Header Auth with name "Authorization" and value "Bearer YOUR_KEY".
- Body JSON: { "tool": "<slug>", "input": { ... } } — wire upstream nodes into the input map.
- 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+.