JSPM

n8n-nodes-agenta

0.1.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q48366F
  • License MIT

Agenta prompt management nodes for n8n

Package Exports

  • n8n-nodes-agenta
  • n8n-nodes-agenta/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (n8n-nodes-agenta) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

n8n-nodes-agenta

Agenta prompt management nodes for n8n workflow automation.

Features

  • Fetch Prompt/Config: Retrieve prompt configurations from Agenta
  • Invoke LLM: Execute LLM calls through Agenta's completion service

Installation

npm install n8n-nodes-agenta

Usage

1. Fetch Prompt/Config

This node allows you to fetch prompt configurations from your Agenta instance.

Configuration:

  • Base URL: Your Agenta instance URL (default: https://cloud.agenta.ai)
  • Environment: Choose from development, staging, or production
  • Application: Specify the application slug
  • Version: Optional version parameter (advanced option)

2. Invoke LLM

This node executes LLM calls through Agenta's completion service.

Configuration:

  • Base URL: Your Agenta instance URL (shared with Fetch Prompt/Config)
  • Text Input: The text to process
  • Environment: Choose from development, staging, or production
  • Application: Specify the application slug

Credentials

You need to configure Agenta API credentials:

  1. Go to your n8n credentials
  2. Add new "Agenta API" credential
  3. Enter your API key

API Reference

License

MIT