Pipedream
Code-friendly workflows
Setup guide
- Generate an AICT API key at /account/api-keys/.
- In Pipedream, create a new workflow and pick a trigger (HTTP, Schedule, Slack, etc.).
- Add a "Custom Code (Node.js)" step and call AICT via fetch() with Bearer auth.
- Use steps.aict.$return_value in downstream Pipedream actions.
- Deploy — runs are observable via Pipedream's built-in logs.
Sample workflow
Slack slash command "/blog idea" → Pipedream → AICT topic generator → reply in thread.
Required tier
Pro+ required — Webhooks, MCP server access, and the full REST API are gated behind Pro+.