LiveAgent AI agent: setup, controls, and an eesel CLI pilot

Rama Adi Nugraha
Written by

Rama Adi Nugraha

Katelin Teen
Reviewed by

Katelin Teen

Last edited September 8, 2026

Expert Verified
Illustration of a support worker and AI assistant with LiveAgent branding

A LiveAgent AI agent can mean a writing assistant, a customer-facing chatbot, or a background agent that acts on tickets. I would start with the job you need done, then check which feature has the required context and permissions.

This guide covers the native options and an eesel CLI evaluation for teams comparing support teammates. The CLI example tests a renewal-policy response. It does not assume that logging in to eesel connects your LiveAgent account.

Which LiveAgent AI feature do you need?

JobStarting pointWhat to verify
Prepare a response for reviewAnswer AssistantWhat context reached the draft
Answer visitors in chatAI Chatbot with FlowHuntKnowledge, handover, and enabled tools
Act on tickets after an eventAI Agents with automatic rulesAllowed actions and run results
Connect an external AI clientPersonal MCP integrationThe user's identity and permissions

These choices can coexist. A team might keep humans sending replies while using an automatic agent for tagging. The important distinction is not whether a feature sounds autonomous; it is whether the task calls for a suggestion or a change to a customer record.

Answer Assistant: draft and review

The Answer Assistant overview describes a reply-editor tool connected through FlowHunt or OpenAI. It can generate a response from a ticket's message history or refine an existing draft. In refinement mode, the previous ticket messages are not supplied as context.

The person reviews the result and moves it into the ticket reply editor before sending. That makes it a useful place to start if the immediate goal is writing assistance rather than background ticket handling.

LiveAgent ticket reply editor with the Answer assistant button highlighted
LiveAgent ticket reply editor with the Answer assistant button highlighted
LiveAgent's reply editor, as shown in its Answer Assistant documentation. The button opens drafting assistance; the screenshot is not evidence of an automatically sent reply.

AI Chatbot: configure knowledge and handover

The chatbot setup guide uses a FlowHunt agent attached to a LiveAgent chat button. Sources can include website content, uploaded documents, and prepared questions and answers. The guide also describes internal knowledge sources, including databases.

Review the template's tools, knowledge scope, and instructions before publishing it. Configure the LiveAgent chatbot and its online or offline chat-button scenario. A bot that should only answer questions does not need every ticket action a template offers.

Do not generalize a limitation of the reply editor to the chatbot's configured sources. Equally, access to a source does not guarantee a correct answer: check a policy exception and a question whose answer is absent.

AI Agents: actions triggered by rules

LiveAgent's AI Agents documentation now describes agents configured under Configuration > AI > AI Agents. An automatic rule invokes the agent through its AI provider. The agent uses the built-in Model Context Protocol (MCP) server to call permitted tools.

Set the provider, instructions, and allowed tools for the job. For example, a tagging workflow should not also receive permission to resolve tickets merely because that tool exists. Review the rule's scope before enabling it and inspect the resulting run under Reports > AI Agent Runs.

Run completion alone is not your acceptance criterion. For a tagging pilot, check the actual tag on the intended test ticket and whether unrelated tickets remained unchanged.

Personal MCP access is a different permission path

The MCP integration guide supports external clients through bearer tokens or OAuth 2.1. Actions use the connected user's identity and role permissions.

An automatic AI agent has an administrator-selected allowed-tool list. A personal MCP connection exposes the tool set subject to the user's role. Do not assume the automatic agent's narrower tool list protects a separate personal connection.

If you connect a coding agent, inspect the account role and client approvals before asking it to work on tickets. Keep credentials out of shared prompts and reports. Review the ticket's activity history to establish which identity performed an action.

Understand the bills before comparing prices

Separate the LiveAgent subscription from the AI provider and native tool-call accounting. The provider depends on the feature you choose; OpenAI and FlowHunt are not both required for every workflow.

The current AI budget guide counts one MCP tool call as one credit. It describes a free account allocation of 300,000 credits at the time of this September 2026 review. Do not turn that into a promise of unlimited free AI or a recurring monthly credit grant.

Monthly budgets and the account credit pool are separate limits. Reaching either can stop a run. Provider charges still need checking against your chosen provider's terms.

Cost or limitWhat to record for a pilot
Helpdesk subscriptionPlan, seats, and billing term
AI providerSelected provider and actual usage
Native tool creditsCalls per run and remaining balance
Monthly budgetWhich rule uses it and its cap
Human reviewTime spent checking and correcting results

Do not compare a tool-call count directly with another vendor's ticket or task price. First define the same workload, then record what each system consumed to complete it.

Evaluate an eesel teammate through the CLI

The eesel CLI operates the same eesel teammate and workspace as the dashboard. A person can inspect it from a terminal, a script can collect its JSON output, and Claude Code, Cursor, or Codex can help review the setup.

For a LiveAgent buyer, the useful comparison is a support task with a clear review standard. Can the teammate distinguish an approved renewal policy from an unverified customer claim? What source is missing? What would it need before acting?

This is not LiveAgent's MCP connection. The eesel integration overview explains that supported sources, triggers, and actions differ by integration. This guide does not establish a native LiveAgent connector. Verify the available connection before planning ticket automation; a custom API workflow needs separate configuration and testing.

Inspect before asking it to work

With Node.js 18.17 or newer:

Bash
npx @eesel/cli login
npx @eesel/cli whoami
npx @eesel/cli agents
npx @eesel/cli integrations --agent PILOT_AGENT_ID
npx @eesel/cli instructions --agent PILOT_AGENT_ID
npx @eesel/cli automations --agent PILOT_AGENT_ID
npx @eesel/cli status --agent PILOT_AGENT_ID

Replace PILOT_AGENT_ID with the intended teammate. Selection is not isolation: it retains its integration permissions and existing automations. Login also does not grant access to a separate helpdesk.

You can give a coding agent this bounded assignment:

Use read-only eesel CLI commands to identify the selected teammate's knowledge sources, connections, and existing automations. Report missing prerequisites for a renewal-policy test. Do not connect accounts, start chats, change settings, or act on tickets.

Inspecting configuration is free. Asking the teammate to perform an analysis through chat is billed work.

Test a disputed renewal without acting on it

Make the approved renewal policy available through a connected source or uploaded file. Check that it is ready to use. Disable write actions before this fictional rehearsal; the commands below do not configure those permissions.

Bash
npx @eesel/cli new --name "renewal-policy-comparison" --agent PILOT_AGENT_ID
npx @eesel/cli chat "Fictional support case: a customer says their annual subscription renewed yesterday and requests a refund. Using the approved renewal policy, draft a reply and identify missing facts. Do not look up real customers, contact anyone, change a subscription, or issue a refund." --agent PILOT_AGENT_ID
npx @eesel/cli chat "The customer now says they requested cancellation last week but has no confirmation. Revise the draft without assuming cancellation was completed or a refund was approved." --agent PILOT_AGENT_ID

The second message continues the conversation. The test is whether the teammate preserves uncertainty when new information arrives, not whether it produces a confident-sounding reply.

Test observationWhat it tells you
Cites the applicable policyIt found relevant guidance; review the interpretation
Asks for cancellation evidenceIt has not treated a claim as a verified event
Invents a completed refundThe draft fails even if its tone is helpful
States what a human must checkThe handover includes a usable next step

The CLI's --dry-run previews a server call. It does not replace this answer-quality review.

Verify delivery separately

A successful fictional conversation does not prove any LiveAgent ticket was updated. Once you have confirmed an authorized connection, define one permitted action on a synthetic test record, require approval where supported, and verify the result in the destination system.

For an eesel workflow, inspect activity and held actions through the CLI:

Bash
npx @eesel/cli activity --agent PILOT_AGENT_ID
npx @eesel/cli approvals --agent PILOT_AGENT_ID
npx @eesel/cli billing

Review any proposed action before approving it. Keep customer-facing replies and financial changes outside a draft-only pilot. Workspace billing can include other teammates, so it is not automatically the cost of your selected test.

eesel Activity page with date and approval-state filters
eesel Activity page with date and approval-state filters
This eesel example shows a Zendesk teammate's activity. It illustrates the review interface, not a LiveAgent connection or the result of the fictional renewal test.

Choose based on the work you need done

If the task is reply drafting inside LiveAgent, evaluate Answer Assistant first. If it is background ticket work, inspect the native AI agent's tools and rules. If you want to compare an eesel support teammate, use the CLI to inspect its setup and test your policy cases before connecting a production workflow.

The eesel pricing guide describes task-based billing. Include billed CLI chats, connected-workflow usage, and review time in the comparison rather than assuming one interface makes work free.

Try eesel to evaluate a support teammate through the CLI. Start with a disputed renewal, check the evidence behind its answer, and verify the connection before asking it to act on tickets.

Frequently asked questions

Is the LiveAgent AI agent still only a roadmap feature?
No. Current documentation describes configured AI Agents that run through automatic rules and use allowed MCP tools. Check the feature and provider setup in your account.
How is the LiveAgent Answer Assistant different?
It prepares or refines text in the reply editor for a person to review and send. That is different from a rule-triggered AI agent performing permitted ticket actions.
Does LiveAgent AI require both OpenAI and FlowHunt?
Not for every workflow. The Answer Assistant supports either provider. The documented chatbot setup uses FlowHunt. Confirm the provider required for your chosen feature.
Can LiveAgent AI only read knowledge base articles?
No. Context depends on the feature and configuration. The chatbot supports configured knowledge sources and tools, while AI agents can read ticket data through permitted MCP tools.
Are personal MCP connections restricted like automatic AI agents?
They are different. Automatic agents have an allowed-tool list. Personal MCP connections expose the tool set subject to the user's role permissions; do not assume an automatic agent's narrower list applies.
Does eesel CLI automatically connect LiveAgent?
No. The CLI operates your eesel workspace. This guide does not establish a native LiveAgent connector; verify the supported connection and permissions before testing ticket actions.
What does an eesel CLI comparison test prove?
A fictional policy conversation can test how the teammate handles evidence and uncertainty. It does not prove a helpdesk action was delivered. CLI chats are billed work, and a connected workflow needs a separate end-to-end test.

Share this article

Rama Adi Nugraha

Article by

Rama Adi Nugraha

Rama is a software engineer at eesel AI with two years of experience writing about B2B SaaS, AI tools, and customer support technology. Based in Bali, Indonesia, he brings a developer's perspective to product comparisons — cutting through marketing copy to what the integrations and APIs actually do.

Related Posts

All posts →
Hero illustration of AI agent tools layered on top of a LiveAgent helpdesk
Guides

The 7 best AI for LiveAgent tools in 2026

We tested the best AI for LiveAgent in 2026, from its native Answer Assistant and FlowHunt chatbot to alternatives like eesel, Forethought, and Ada, with real pricing.

Riellvriany IndriawanRiellvriany IndriawanJun 17, 2026
An AI support agent filtering incoming tickets into auto-resolved and escalated, with a human handling the rest
Guides

How do I deflect support tickets with AI? A support lead's practical guide

A frontline guide to deflecting support tickets with AI in 2026: what it really means, how confidence routing works, and how to hit real deflection without churning customers.

Riellvriany IndriawanRiellvriany IndriawanJun 19, 2026
An illustrated buyer evaluating an AI helpdesk against a checklist on a dashboard
Guides

What should I look for in an AI helpdesk? The 8 things I'd actually check

Choosing an AI helpdesk? Here's the 8-point checklist I use, from confidence routing to honest pricing, after years putting AI on real support queues.

Alicia Kirana UtomoAlicia Kirana UtomoJun 18, 2026
Editorial illustration of a small support team trying out an AI helper, in eesel blue
Guides

Free AI for customer service: the best tools and what 'free' really means in 2026

A clear-eyed look at free AI for customer service in 2026: which tools genuinely give you free AI, which gate it behind a paid plan, and how to pick.

Alicia Kirana UtomoAlicia Kirana UtomoJun 11, 2026
Banner image for 7 best AI helpdesk solutions for B2B in 2026
Guides

7 best AI helpdesk solutions for B2B in 2026

Discover the best AI helpdesk solutions for B2B companies. We compare 7 leading platforms on pricing, features, and autonomous resolution capabilities.

Stevia PutriStevia PutriMar 16, 2026
Banner image for 7 best Re:amaze AI alternatives for customer support in 2026
Guides

7 best Re:amaze AI alternatives for customer support in 2026

Discover the best Re:amaze AI alternatives for 2026. Compare features, pricing, and AI capabilities of 7 top helpdesk solutions to find the right fit for your team.

Stevia PutriStevia PutriMar 12, 2026
How to create an AI helpdesk with eesel AI
Guides

How to create an AI helpdesk with eesel AI

This guide walks you through setting up an AI helpdesk using eesel AI, helping your team automate repetitive tasks, speed up responses, and improve customer support.

Kenneth PanganKenneth PanganJun 3, 2025
AI email triage in Front: emails routed by an AI node to the right support teammates
Guides

AI email triage for Front: a practical setup guide

How Front's native AI triages and routes email, where it stops short, and how to layer an AI teammate on Front at $0.40 per ticket.

Rama Adi NugrahaRama Adi NugrahaSep 8, 2026
Illustration of AI being added to a text-message customer support conversation
Guides

How to add AI to SMS support: a step-by-step setup guide

How to add AI to SMS support without a migration: the prerequisites, the five setup steps, what it really costs per text, and the mistakes to avoid.

Rama Adi NugrahaRama Adi NugrahaJun 23, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free