cURL
curl --request POST \ --url https://api.trymaitai.ai/api/v1/sentinels \ --header 'Content-Type: application/json' \ --header 'X-Maitai-Api-Key: <api-key>' \ --data ' { "sentinel_name": "Tone Check", "intent_group_id": 10, "severity": 2 } '
{ "data": { "id": 1, "sentinel_name": "Tone Check", "severity": 2, "intent_group_id": 10 } }
Create a new sentinel to monitor model output quality for an intent group.
Your Maitai API key from the Portal.
Create sentinel.
An evaluation watcher that monitors model output quality for an intent group.
Show child attributes
Was this page helpful?