Skip to main content

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

ValueDescription
healthcareHealthcare providers, hospitals, clinics
health-wellnessWellness centers, fitness, spa services
retailRetail stores, e-commerce
financeFinancial services, banking, insurance
real-estateReal estate agencies, property management
technologySoftware, IT services, tech companies
educationSchools, universities, training providers
legalLaw firms, legal services
automotiveCar dealerships, auto services
hospitalityHotels, restaurants, travel
professionalProfessional services, consulting
othersOther 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";

  • Organization - Uses businessVerticalId for industry classification