@embraceableai/n8n-nodes-core
v2.3.4
Published
n8n community nodes for embraceableAI - Conclusion generation via OpenAI-compatible API and new Conclusion API with automatic polling
Maintainers
Keywords
Readme
@embraceableai/n8n-nodes-core
An n8n community node that integrates with embraceable.ai. This node provides access to the Conclusion API and OpenAI-compatible API for generating policy-compliant, structured conclusions from case descriptions and policies.
📚 Documentation: For comprehensive setup instructions, usage examples, and API details, see the embraceableAI n8n Community Node Documentation.
⚠️ Sandbox Environment: This node is configured for the Sandbox environment to help you learn and explore the Conclusion API. For production use cases, access to additional models, or custom deployments, please contact embraceableAI to discuss your requirements.
Embraceable's core principles are reliability, transparency and controllability: this node is built to make it easy to supply explicit policies and structured case descriptions so outputs can be validated and audited.
n8n is a fair-code licensed workflow automation platform.
Features
- Conclusion API — Request and wait for conclusion with structured goal, details, and policy blocks
- OpenAI-Compatible API — Use the OpenAI schema for conclusion generation
- Dynamic model selection — Models are automatically loaded based on your API key
- Minimal, declarative implementation using n8n routing
For detailed feature documentation, see the embraceableAI API Documentation.
⚠️ Caution: Complex use cases may result in timeout exceptions within this node. Consider implementing an HTTP-Request node with a custom timeout.
Installation
For detailed installation and setup instructions, see the embraceableAI n8n Community Node Installation Guide.
Quick start:
- Install the community node:
@embraceableai/n8n-nodes-core - Configure your API credentials (see Credentials below)
- Start using the node in your workflows
For general n8n community node installation, see the n8n community nodes documentation.
Operations
The node provides two operations:
Conclusion API: Request and Wait for Conclusion — Create a conclusion request and automatically poll until completion. Uses structured goal, details, and policy blocks. See the Conclusion API Documentation for details.
OpenAI Compatible API: Request Conclusion with OpenAI Schema — Generate a conclusion using the OpenAI-compatible endpoint. See the OpenAI-Compatible API Documentation for details.
Both operations require:
- Model — Automatically loaded based on your API key (see Available Models)
- Goal — The primary objective to be accomplished
- Details — Context and information about the case
- Policies — Hard rules and constraints that must be followed
For detailed operation documentation, see the embraceableAI n8n Community Node Documentation.
Credentials
The node requires an embraceableAI API key (Access Token) and a Base URL.
For Sandbox Environment:
- Get your API key from the Embraceable Sandbox Console — API keys
- The default Base URL is
https://sandbox.embraceable.ai(pre-configured)
For Production Use:
- Contact embraceableAI to obtain production API credentials
- Custom Base URLs will be provided for production deployments
When creating credentials in n8n:
- Paste your Embraceable API key into the
Access Tokenfield - Leave the
Base URLat the defaulthttps://sandbox.embraceable.aifor Sandbox, or use your production URL if provided
For detailed authentication information, see the embraceableAI Authentication Documentation.
Compatibility
Tested without any problems on n8n version 1.117.3
Usage
For comprehensive usage examples and best practices, see the embraceableAI Documentation.
Quick Start:
- Add the Embraceable node to your workflow
- Select your operation (Conclusion API or OpenAI-Compatible API)
- The
Modelfield will automatically load available models based on your API key - Fill in
Goal,Details, andPolicies - Run the workflow
Key Points:
- Models are dynamically loaded — no need to manually enter model IDs
- The prompt format is explicit and designed for policy compliance
- Full transparency: compliance with policies can be verified in the Sandbox Console under "Logs"
- For production use cases or custom requirements, contact embraceableAI
