Assist
Contextual suggestions combining KB articles, macros, and conversation history. Next-action recommendations and rich context panels for agents.
Capabilities
Built for production. Designed for simplicity.
Get relevant KB articles, macros, and reply drafts based on the current conversation.
AI-powered recommendations for the best next step with confidence scores and reasoning.
Rich context panel with customer history, similar tickets, and product information.
Improve suggestions over time based on which recommendations agents accept or dismiss.
Combines KB, macros, ticket history, and customer data for comprehensive suggestions.
Use any LiteLLM-supported model for generating suggestions.
import httpx
resp = httpx.post("http://localhost:8010/api/v1/suggest", json={
"messages": [
{"role": "customer", "content": "How do I upgrade my plan?"},
],
"customer_tier": "basic",
})API
Clean REST APIs. No SDK required.
Explore how this AI capability can transform your support operations.