Product / AI Agents

Agents that answer
and take action.

Train them on your knowledge and connect them to your tools. They can answer questions, check orders, update CRM records, create tickets, and automate workflows.

Capabilities

Agents that take actions

Configure agent tools to connect to your software stack. When matching customer intents are detected, agents retrieve parameters and run Shopify, Stripe, HubSpot, or custom API actions automatically.

tool_call_handler.ts
{
  name: "shopify.getOrderDetails",
  parameters: {
    type: "object",
    properties: {
      orderId: { type: "number", description: "Order ID" }
    },
    required: ["orderId"]
  }
}
Shared Knowledge Layer

Acme Global Policies

Unified reference point for all deployed support and operations personas.

Support Agent

Reads knowledge core, responds with page citations.

Ops Agent

Reads knowledge core, triggers HubSpot actions.

Context

Answers grounded in your business knowledge

Agents reference documents and previous conversations to reduce hallucinations. They maintain contextual memory across customer chats to answer questions accurately using your company knowledge.

Observability

See every decision

Never guess why an agent responded. Inspect intent classification, retrieved context, tool calls, and generated answers with full transparency.

Trace Log #E94C
Latency: 480ms
0ms● Intent Classified:order_inquiry (99.4% confidence)
120ms● Tool Executing:shopify.getOrderStatus(124)
380ms● Tool Output:{ status: "shipped", tracking: "FX-8291" }
480ms● Answer Synthesized:Your order #124 has shipped via FedEx.