Triage
LLM-powered ticket classification that assigns priority, category, and team in milliseconds. Stop manual sorting, start resolving.
Capabilities
Built for production. Designed for simplicity.
Analyse ticket content and assign priority, category, and routing in under 500ms using configurable LLM prompts.
Auto-generate relevant tags based on ticket content, customer history, and product area.
Route tickets to the right team based on classification results, workload, and skill matching.
Layer deterministic rules on top of LLM classification for business-critical routing logic.
Track accuracy, distribution, and trends across all classification dimensions over time.
Swap between OpenAI, Anthropic, Azure, or any LiteLLM-supported provider with one config change.
Integration
Classify a support ticket and get priority, category, and routing.
Full API Referenceimport httpx
resp = httpx.post("http://localhost:8001/triage", json={
"subject": "Cannot access billing portal",
"body": "I've been locked out since Tuesday...",
"channel": "email",
"customer_tier": "enterprise",
})
result = resp.json()API
Clean REST APIs. No SDK required.
Explore how this AI capability can transform your support operations.