n8n-nodes-agenta
v0.2.1
Published
Agenta prompt management nodes for n8n
Downloads
26
Maintainers
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-agentaUsage
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
