Skip to main content
GET
Get platform capabilities

Response

Returns platform capabilities successfully

Platform capabilities available for the current deployment instance.

ivrVoiceRecognitionPossible
boolean
required

Indicates whether IVR voice recognition is available for the organization. When true, the organization can enable IVR voice recognition in agent voicemail handling configuration. Availability depends on both the deployment environment and the organization's feature flag status.

llmModels
object[]
required

List of LLM models available for selection. Each model includes a provider field and a deprecated flag. The frontend must render only these models in the specified order and never use a hardcoded list.

noiseSuppressionTypes
enum<string>[]
required

List of noise suppression types available for the organization. Empty array means noise suppression is not available. Contains the allowed engine types (e.g., "none", "krisp") when the organization has access.

The noise suppression engine type.

Available options:
none,
krisp
copilotPossible
boolean
required

Indicates whether the AI assistant (copilot) is available for the organization. When true, the organization can use the assistant. Availability depends on the organization's feature flag status; an unauthenticated request always sees false.

emulationTestsPossible
boolean
required

Indicates whether agent emulation tests are available for the organization. When true, the organization can create and run end-to-end tests for its agents. Availability depends on the organization's feature flag status; an unauthenticated request always sees false.