Business Verticals
Business Verticals represent industry classifications for organizations. They enable industry-specific features, compliance requirements, and AI agent behavior customization.
Type: SupportedBusinessVerticalId
Source: src/core/account/supported-business-verticals.ts
Supported Values​
| Value | Description |
|---|---|
healthcare | Healthcare providers, hospitals, clinics |
health-wellness | Wellness centers, fitness, spa services |
retail | Retail stores, e-commerce |
finance | Financial services, banking, insurance |
real-estate | Real estate agencies, property management |
technology | Software, IT services, tech companies |
education | Schools, universities, training providers |
legal | Law firms, legal services |
automotive | Car dealerships, auto services |
hospitality | Hotels, restaurants, travel |
professional | Professional services, consulting |
others | Other industries not listed above |
Usage​
In Organization Schema​
import { SUPPORTED_BUSINESS_VERTICALS } from "./supported-business-verticals";
// Used in OrganizationSchema
businessVerticalId: z.enum(SUPPORTED_BUSINESS_VERTICALS)
.nullable()
.optional()
Type Reference​
import type { SupportedBusinessVerticalId } from "./supported-business-verticals";
const vertical: SupportedBusinessVerticalId = "healthcare";
Related​
- Organization - Uses
businessVerticalIdfor industry classification