How can we help?

Advantages of AI Agents over manual FlowHunt rule actions

LiveAgent previously supported triggering FlowHunt flows from rules using the generic HTTP request action (see Triggering FlowHunt AI agents via rules). The AI Agents feature is the recommended replacement for that approach and offers several important improvements:

CapabilityHTTP request action (legacy)AI Agents
Setup complexityRequires manually constructing the FlowHunt API URL, headers, and JSON body in every ruleConfigure once in a named AI agent; reference by name in any rule
ReusabilityEach rule requires its own complete HTTP action configurationOne agent can be reused across unlimited rules
Execution visibilityNo built-in visibility into whether the flow ran, what it did, or whether it succeededFull run log with status, duration, tool call count, and failure reasons
Throttle handlingRate-limit errors are not retried; the execution is silently lostThrottled runs pause automatically and resume when the rate limit clears
Tool access controlThe flow has no action restrictions imposed by LiveAgentEach agent explicitly limits which actions the AI may take on a ticket
Budget protectionNo centralized limits; runaway flows can cause unbounded tool usageMonthly credit budgets protect against runaway runs
Authentication managementAPI keys are embedded directly in rule action fields as plain textTokens are managed centrally, scoped per agent, and revoked automatically when an agent is deleted

 

Related articles