Hey folks,
We just published a community node for Amazon Bedrock AgentCore — it lets you run production-grade AI agents directly inside your n8n workflows, without writing any infrastructure or agent code.
The motivation: n8n’s built-in AI Agent node is great for simple cases, but I kept hitting walls — no real cross-session memory, no real browser or code execution, short timeouts. AgentCore’s managed agent “harness” solves those, so I wrapped it in a node that feels like any other AWS node in n8n (same credential pattern as the Lambda/S3 nodes).
What you can do with it:
- Cross-session memory that persists across runs (auto-provisioned — nothing to set up)
- Any model, switchable mid-session — Bedrock, OpenAI, Gemini, or any LiteLLM-supported provider
- Real tools — a cloud browser, a sandboxed code interpreter, AgentCore Gateway, and remote MCP servers
- Inline functions — let the agent call back into your n8n workflow and hand it a result
- Skills — pull domain knowledge on demand from the AWS catalog, Git, or S3
- Run it your way — in your VPC, with a custom container, and with persistent file storage
- Plus OAuth-protected invoke and versioned endpoints for staging/prod
It just went to v0.2 with the full AgentCore harness GA feature set. There are a handful of ready-to-import example workflows in the repo if you want to try it fast.
Install it from Settings → Community Nodes → @aws/n8n-nodes-agentcore
- npm: https://www.npmjs.com/package/@aws/n8n-nodes-agentcore
- Repo + examples: GitHub - aws/n8n-nodes-agentcore · GitHub
Would genuinely love feedback and what you’d want next. And if you build something cool with it, drop it in the thread. ![]()