Workflow integrations#
You can integrate the Verify reliability check feature into your favorite automation platforms with ready-to-use workflow templates. These pre-configured workflows connect directly to the kluster.ai API, allowing you to add AI verification capabilities to your existing processes in minutes.
Prerequisites#
Before getting started with the workflow integrations, ensure the following requirements are met:
- A kluster.ai account: Sign up on the kluster.ai platform if you don't have one.
- A kluster.ai API key: After signing in, go to the API Keys section and create a new key. For detailed instructions, check out the Get an API key guide.
- Workflow platform: Set up Dify, n8n, or your preferred automation tool
Available Workflows#
Dify#
By using Dify, you can build AI applications with built-in reliability verification.
This workflow seamlessly integrates Verify into your Dify chatbots and agents, ensuring every response is validated for accuracy and trustworthiness before reaching your users.
Configure kluster.ai as a Model Provider
- Navigate to Settings and select Model Provider
- Click on Add Provider and choose OpenAI-API-compatible
Enter these settings:
- Base URL:
https://api.kluster.ai/v1
- API Key: Your kluster.ai API key
- Model: Select from available models
Save and test the connection to ensure it works properly.
Set up the kluster verify node:
- Select the HTTP Request node
kluster verify
- Add your API key to the Authorization header
Import and Configure the Workflow
Download the workflow template below and import it into your Dify workspace.
The workflow comes pre-configured to verify AI responses in real-time.
n8n#
Add verification checkpoints to your n8n automation pipelines.
This workflow validates AI-generated content against your source documents, tools, or real-time data, perfect for ensuring accuracy in automated content generation and data processing workflows.
Set Up API Credentials
-
Select the OpenAI and choose Credentials. Then click Create New
-
Base URL:
https://api.kluster.ai/v1
- API Key: Your kluster.ai API key
- Model: Select from available models
Set up the kluster verify node API key:
Open the kluster verify node and modify the headers as follow:
- Header Name:
Authorization
- Header Value:
Bearer YOUR_API_KEY
Import and Configure the Workflow
Download the workflow template below and import it via the n8n interface.
The workflow includes pre-configured HTTP nodes that connect to the /v1/verify/reliability
endpoint, handle request/response formatting, and parse verification results. Connect your data sources and configure output routing as needed.
Next Steps#
Ready to build more reliable AI applications?
- Explore the API: Check the complete API reference for advanced configuration options.
- Learn verification methods: Dive into the dedicated reliability endpoint for detailed implementation patterns.
- Try the tutorial: Follow the hands-on reliability check tutorial with code examples.