Returns the feature flags enabled for the authenticated user's business.
get/business/dev-features
Response
OK
bom_artifactsboolean
BomArtifacts gates the conversational BOM Artifacts feature (portal
sidebar section + rag-agent endpoints). Enabled per-business via the admin
dev-features endpoint; consumed by the frontend's useBusinessDevFeatures.
bom_raw_importboolean
BomRawImport gates the dynamic BOM import (import every column as-is into
a first-class raw structure, no static mapping). Same flag the gateway
import handler checks server-side.
model_extractionboolean
similarity_review_classesboolean
SimilarityReviewClasses offers the fine-grained similarity taxonomy in the
compare page's review dropdown WITHOUT the model_extraction shadow routing.
The compare page ORs it with ModelExtraction, mirroring the server-side gate
in UpsertComparisonStatus (services.FeatureSimilarityReviewClasses).