Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@n8n_io/ai-assistant-sdk

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@n8n_io/ai-assistant-sdk

n8n AI assistant SDK

  • 1.12.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
20K
increased by3.49%
Maintainers
0
Weekly downloads
 
Created
Source

AI Assistant Service SDK

SDK provides provides a router that handle authentication between an n8n instance and the AI service, and proxy all requests from /rest/ai path to the AI service.

Communication Flow

All requests between the n8n Back-end and AI service go thought the router the sdk provides.

sequenceDiagram
    participant U as User
    participant n as n8n Back-end
    participant A as AI Service

    U->>n: Ask help from Assistant
    n->>A: Authenticate<br/>POST /auth/token<br/><br/>{ licenseCert }
    A->>A: Parse & validate license
    A-->>n: Access token (JWT)
    n->>A: Ask question
    A-->>n: Answer
    n-->>U: Answer

FAQs

Package last updated on 29 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc