Admin Console
Alerts Center
Configure alerts and notifications for governance events across your AI agents.
Alert Types
Tork supports multiple alert types to keep you informed of important governance events:
Policy Violation
highAn agent action was blocked by a policy
Circuit Breaker
highAn agent circuit breaker state changed
Budget Threshold
mediumSpending reached a configured threshold
Jailbreak Attempt
highA jailbreak attempt was detected
Approval Required
mediumAn action is pending human approval
Anomaly Detected
mediumUnusual agent behavior detected
Creating Alert Rules
Alert rules live in the Tork cloud, so they are configured over the REST API. There is no Python cloud SDK — @torknetwork/sdk is npm-only, and tork-governance on PyPI governs on-device and does not manage alerts. Authenticate with your API key:
Notification Channels
Alerts can be sent to multiple channels:
Slack
Real-time alerts to channels
Detailed email notifications
Webhook
Custom HTTP endpoints
Webhook Format
Alert webhook payload structure:
Managing Alerts
Inspect your alert configurations and the delivery log:
Tip: Use cooldown periods and severity filters to prevent alert fatigue while maintaining visibility.