Define reusable keyword classifiers to categorize and triage text from your account.
A classifier is a lightweight rule that categorizes text by keyword. You define categories once in your account and use them to tag and triage content.
Available now (Beta) in the dashboard. Go to Settings → Classifiers (/dashboard/settings/classifiers) to create categories (a name plus match terms) and classify any text against them live — the tester returns every category whose terms appear. Classification is deterministic (keyword match, no model call), so it's fast and predictable.
| Use case | Example |
|---|---|
| Intent triage | Label incoming user messages as support, billing, or sales before routing them in your app |
| Content screening | Check outbound copy against a list of restricted terms |
| Compliance review | Tag text that references sensitive topics for human review |
Create categories at Settings → Classifiers: give each category a name and one or more match terms, then use the built-in tester to classify sample text and confirm the categories fire as expected.
Not yet available. Auto-attaching classifiers to every request as a pipeline step — labels on logs, block/retry gating, and a model-graded classification mode (
target,on_matchactions, response labels underx_opendunes) — is tracked to be built. Today you manage categories and classify on demand from the dashboard; aclassifiersfield in a chat request is ignored.