For the complete documentation index, see llms.txt. This page is also available as Markdown.

Notifications (SDK)

client.notifications — manage event subscriptions.

client.notifications.subscribe(event="evaluation.completed", channel="slack:#oncall")
client.notifications.add_webhook(url="https://...", events=["agentic_eval.critical_failure"])

See also

Last updated

Was this helpful?