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:
- Go to your n8n credentials
- Add new "Agenta API" credential
- Enter your API key
API Reference
License
MIT