Cekat AI Agent
The Cekat AI Agent node allows you to integrate CekatAI's AI-powered agent directly into your n8n workflows. Use it to add conversational AI capabilities to your automation flows.
Node Configuration
| Property | Value |
|---|---|
| Node Type | n8n-nodes-base.cekatAiAgent |
| Type Version | 1 |
| Credential | CekatOpenApi |
What It Does
The Cekat AI Agent node connects your n8n workflow to a CekatAI AI Agent that can:
- Understand customer messages — process natural language input
- Generate intelligent responses — reply contextually based on training data
- Perform actions — execute tasks like creating orders, updating contacts, or sending messages
- Transfer to human agents — hand off conversations when needed
Setup
Add Node
Search for Cekat AI Agent in the n8n node panel and add it to your workflow.
Connect Credential
Select or create a CekatOpenApi credential with your CekatAI API key.
Configure
The node uses your CekatAI account's AI Agent configuration — including behavior, knowledge sources, and actions set up in the CekatAI dashboard.
Execute
Run the node to invoke the AI Agent.
n8n Node JSON
{
"parameters": {},
"type": "n8n-nodes-base.cekatAiAgent",
"typeVersion": 1,
"name": "Cekat AI Agent",
"credentials": {
"CekatOpenApi": {
"id": "YOUR_CREDENTIAL_ID",
"name": "CekatAI account"
}
}
}
How It Works in Workflows
The Cekat AI Agent node fits into your n8n workflows as an intelligent processing step:
- Receive input — Pass a message or conversation ID to the AI Agent
- AI processes — The agent uses its training data, knowledge sources, and configured actions to generate a response
- Output result — The AI Agent's response is available for downstream nodes
Use Cases
- Auto-reply workflows — Connect the AI Agent node after a message trigger to auto-respond to customers
- Smart routing — Use AI Agent responses to determine whether to hand off to a human agent
- Order processing — Let the AI Agent handle order inquiries and trigger order creation actions
- Customer support automation — Build end-to-end support flows with AI handling initial triage
Related Actions
Assign AI Agent
Assign the AI agent to a conversation.
Block / Unblock AI
Control AI participation in conversations.
The AI Agent node uses the configuration from your CekatAI dashboard — including AI behavior, knowledge sources, actions, and transfer conditions. Make sure your agent is properly configured in CekatAI before using it in n8n.
