n8n-nodes-aicp
v0.1.1
Published
n8n community node for AICP chat completions
Maintainers
Keywords
Readme
n8n-nodes-aicp
An n8n community node for sending chat completion requests through your AICP gateway. Everything else (projects, routing config, policy, budgets, API keys) is managed from the AICP dashboard — this node is intentionally scoped to just chat completions.
Install
From within n8n (self-hosted instances): Settings → Community Nodes → Install →
n8n-nodes-aicp.
Local development / linking against this monorepo:
pnpm --filter n8n-nodes-aicp build
cd packages/n8n-nodes-aicp && pnpm link --global
cd ~/.n8n/nodes && pnpm link --global n8n-nodes-aicp # or wherever N8N_CUSTOM_EXTENSIONS pointsRestart n8n and the "AICP" node will appear in the node panel.
Credentials
- Base URL —
https://aictrlplane.io(no trailing slash). - API Key — an
aicp-*key from your project's API Keys page. Org-wide or project-scoped keys both work.
Node parameters
| Parameter | Description |
|-----------|-------------|
| Model | auto (recommended — AICP's routing engine picks the best model) or a specific model ID |
| Messages | One or more { role, content } pairs — build a system prompt + conversation history |
| Simplify Output | On by default: returns { content, model, finishReason, usage } instead of the raw API response |
| Additional Options → Temperature / Max Tokens / Provider | Optional — Provider pins a specific upstream provider; combine with Model auto to pick the best model from that provider |
