n8n-nodes-autobricksai
v0.3.0
Published
n8n community nodes for AutoBricks AI — chat models, embeddings, and more, backed by api.autobricksai.com.
Maintainers
Readme
n8n-nodes-autobricksai
Community nodes that connect n8n to AutoBricks AI. One API key, one package, access to every model we proxy (Claude, Gemini, DeepSeek, Kimi and more) — with streaming, tool calling, and per-call credit metering handled server-side.
Nodes
| Node | Type | Description | |------|------|-------------| | AutobricksAI Chat Model | AI sub-node | Plugs into AI Agent / Basic LLM Chain as a language model. |
More nodes (Embeddings, Completion, Trigger) will land in this same package.
Install
On your own n8n instance
Settings → Community Nodes → Install, then enter:
n8n-nodes-autobricksaiOn an AutoBricks-provisioned n8n instance
The node is pre-installed. Just create a credential and you're ready.
Setup
- Generate a platform API key at https://autobricksai.com/account/api-keys. The key starts with
abai_sk_live_…. - In n8n, click Credentials → New → AutobricksAI API, paste the key, and press Test.
- Drop an AI Agent node onto a workflow. In the Chat Model slot, pick AutobricksAI Chat Model. The model dropdown populates from your live model catalogue.
Backed by an OpenAI-compatible API
The node wraps LangChain's ChatOpenAI pointed at https://api.autobricksai.com/v1. That means every downstream n8n AI feature — streaming, function calling, structured output — works exactly like it does with the official OpenAI node.
Credits & billing
Credits are deducted on the AutoBricks AI side on each call. Your usage ledger lives at https://autobricksai.com/account/billing.
