npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@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

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:

  1. Install the community node: @embraceableai/n8n-nodes-core
  2. Configure your API credentials (see Credentials below)
  3. 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:

  1. 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.

  2. 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:

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 Token field
  • Leave the Base URL at the default https://sandbox.embraceable.ai for 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:

  1. Add the Embraceable node to your workflow
  2. Select your operation (Conclusion API or OpenAI-Compatible API)
  3. The Model field will automatically load available models based on your API key
  4. Fill in Goal, Details, and Policies
  5. 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

Resources