n8n-nodes-floagenticworkflows
v0.2.2
Published
Example N8N node for running Flow Agentic Workflows.
Readme

n8n-nodes-sandaiworkflows
This is an n8n community node. It lets you use Sand Curated Agentic Workflows in your n8n workflows.
Sand Curated Agentic Workflows provides AI-powered workflows through LLama Deploy to handle tasks like policy and compliance questions, cloud engineering assistance, and general queries.
n8n is a fair-code licensed workflow automation platform.
Installation Operations Credentials Compatibility Usage Resources
Installation
You can install this node in N8N editor:
- Got to http://localhost:5678, login with your credentials.
- Go to Settings > Community Nodes.
- Select Install.
- Find the node you want to install: a. Select Browse. n8n takes you to an npm search results page, showing all npm packages tagged with the keyword n8n-community-node-package. b. Browse the list of results. You can filter the results or add more keywords. c. Once you find the package you want, make a note of the package name. If you want to install a specific version, make a note of the version number as well. d. Return to n8n.
- Enter the npm package name, and version number if required. For example,
[email protected] - Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
- Select Install. n8n installs the node, and returns to the Community Nodes list in Settings.
Create your node
Follow the installation guide in the n8n community nodes documentation to create your own custom node.
Operations
This node supports the following operations:
Sand Curated Agentic Workflows
- Send Message: Send a message to the Llama Deploy server and get a response
Workflow Types
- Policy and Compliance Assistant: An example workflow to demonstrate the use of the agentic SDK.
Credentials
To use this node, you need to set up credentials with the following information:
- API Key: Your SandAiWorkflows API key (Only if your workflow deployment requires authentication)
- API Server URL: URL of the Llama Deploy API server (default: http://apiserver:4501)
- Control Plane URL: Control Plane URL (default: http://apiserver:8000)
Compatibility
This node has been tested with n8n version 1.0.0 and above.
Example Usage
- Add the
Flo Agentic Workflowsnode to your workflow. - Set up the required credentials.
- Choose the appropriate workflow type (Policy and Compliance).
- For sending messages, enter your query in the "User Message" field.
- Toggle "Evaluate Result" if you need evaluation of the response.
- Connect the node to the rest of your workflow.
