Create Alarm
Alarms
Create Alarm
Create an alarm configuration for your organization.
POST
Create Alarm
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Your API key for authentication.
Body Parameters
Metric to monitor. Allowed values:
latency, api_errors, call_length.Positive numeric threshold used for alarm trigger evaluation.Notes:
thresholdis a sensitivity scalar (higher values are less sensitive; lower values are more sensitive).- The Dashboard may display an approximate ”% change” visualization for this value. Treat that UI percentage as a directional aid, not an exact conversion.
Sensitive→0.5Normal→1.0Relaxed→2.0Critical→2.5
Optional webhook destination for alarm notifications.
webhook_config should be a JSON object with:url(string, required)headers(object, optional)
Optional email recipients for notifications.
Optional SMS recipients for notifications.
Response
Created alarm configuration object.
Alarm configuration ID.
Metric tracked by this alarm.
Configured trigger threshold.
Whether this alarm is enabled.
null on success, otherwise an array of error objects.Docs for agents: llms.txt