Introduction
Tl;DR - Idea of embraceableAI
The Conclusion Endpoint of embraceableAI generates consistent, policy-compliant, and explainable conclusions from input data. Unlike traditional generative models, it focuses on structured reasoning within defined constraints.
For more information, see embraceableAI's official website. For more details on functionality and architecture, see the Conclusion API documentation and the Models documentation.
Installation and Setup
-
Install the Community Node
In your n8n settings, install:@embraceableai/n8n-nodes-coreFor general instructions on installing n8n community nodes, see the n8n Community Nodes documentation.
-
Configure Credentials\
- Get your API key from the embraceableAI Sandbox Console
- In n8n, add
embraceableAI APIcredentials - Paste your API key into Access Token
- Keep default Base URL:
https://sandbox.embraceable.ai
For more details on authentication, API key types, and rate limits, see the Authentication documentation.
-
Test Connection
n8n automatically tests the connection after saving credentials.For a quick start and initial API testing, we recommend the API Quickstart guide.
For production use, contact embraceableAI to obtain production credentials. For information on subscriptions and billing, see the Billing & Subscription documentation.
Available Operations
The node provides two operations:
- Conclusion API: Request and wait for conclusion with automatic polling
- OpenAI-Compatible API: Request conclusion with OpenAI schema (immediate response)
Both operations provide full control over Goal, Details, and Policies for structured, policy-compliant conclusions. For more details on the API endpoints and their functionality, see the Conclusion API documentation and the OpenAI-Compatible API documentation.
Both operations support dynamic model loading - available models are automatically loaded based on your API key. For detailed information about available models, their capabilities, and the cognitive control architecture, see the Models documentation.