Documentation

n8n-nodes-dopomogai

Community nodes for DopomogAI.

Base URL

Use:

  • https://api.dopomogai.com

The node will call:

  • ${apiBaseUrl}/api/v1/...

Auth

Use an API key (pk_... or sk_...) via:

  • Authorization: Bearer <key> (default)
    or
  • X-API-Key: <key>

Included

  • Agents CRUD
  • Conversations management
  • Chat (blocking, SSE internally)
  • Files upload + metadata

Dev

npm i
npm run build

Discussion