/
XE
xenovia
/
controlplane
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 13h ago · Updated 1w ago
View markdown
xenovia
controlplane
post
Create Alert Rule Route
v2
latest
OpenAPI 3.1.0
2026-08-01
77
74
107.7 KB
alerts
9
get
List Alert Rules Route
post
Create Alert Rule Route
delete
Delete Alert Rule Route
patch
Update Alert Rule Route
get
List Alert Notifications Route
post
Mark All Read Route
patch
Mark Notification Read Route
get
Get Notification Settings Route
patch
Update Notification Settings Route
api-keys
6
audit-logs
1
auth
1
billing
1
health
1
organizations
4
policies
15
providers
8
proxies
18
traces
8
users
5
alerts
Create Alert Rule Route
post
/api/v1/alert-rules
Headers
Authorization
string
nullable
Request body
AlertRuleCreate
required
name
string
required
trigger_type
'policy_block'
|
'policy_escalate'
|
'high_latency'
|
'high_intent_score'
required
threshold
number
nullable
channels
string[]
proxy_id
string
uuid
nullable
enabled
boolean
Response
Successful Response
AlertRuleRead
required
id
string
uuid
required
org_id
string
uuid
required
proxy_id
string
uuid
nullable
required
name
string
required
trigger_type
string
required
threshold
number
nullable
required
channels
string[]
required
enabled
boolean
required
created_at
string
date-time
required