Make
Visual workflow builder (formerly Integromat)
Setup guide
- Generate an AICT API key at /account/api-keys/.
- In Make, create a new scenario and add an HTTP module.
- Configure POST to https://aicentraltools.com/wp-json/aict/v1/run with header Authorization: Bearer YOUR_KEY.
- Pass JSON body { tool: "blog-post-generator", input: {...} } and Make will receive the full tool result.
- Chain Make modules to route, transform, or save the output anywhere.
Sample workflow
Listen to a Typeform submission, run AICT brand-voice-check, then store the score in Airtable.
Required tier
Pro+ required — Webhooks, MCP server access, and the full REST API are gated behind Pro+.