| × |
This is an n8n community node. It lets you use Stoa in your n8n workflows.
Stoa is legal AI for legal professionals (lawyers, notaries, jurists, …): it answers legal questions and manages documents using up-to-date legal sources.
Installation · Nodes · Credentials · Compatibility · Release · Resources
Follow the installation guide in the n8n community nodes documentation.
Connect Stoa Chat Model to n8n's built-in AI Agent Chat Model input. The AI Agent can then use n8n tools and memory normally; Stoa transports tool calls and tool results through its integration chat API.
Choose any combination of legal categories and Internet. A legal category activates every Stoa source available to the API-key organization in that jurisdiction. French Law and Internet are selected by default. Clearing every source is supported and makes Stoa return a no-source refusal.
The ordinary action node provides:
- File — List, upload, get, update, and delete Stoa files.
- Folder — List, create, get, update, and delete Stoa folders.
- Workflow — Review documents, summarize, and extract legal references.
- Playbook — List validation Playbooks.
Chat is intentionally not an action in this node. Existing chat workflows must migrate to Stoa Chat Model plus n8n's AI Agent.
Both nodes use the same Stoa API credential. Set the API key created in Stoa
settings. The API base URL defaults to https://app.stoa.legal; change it only
for local development. For step-by-step instructions, see the Stoa documentation.
Requires an n8n version that supports community AI language-model nodes and the
AiLanguageModel connection. Version 2.0 is a breaking migration for workflows
that used the removed Chat action.
From a clean branch with CI passing, run:
export GITHUB_TOKEN="$(gh auth token)"
nvm use
npm run release