Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Receive real-time notifications for events.
evaluation.completed
evaluation.failed
review.submitted
review.escalated
webhook = client.webhooks.create( url="https://your-app.com/webhooks/akhara", events=["evaluation.completed", "review.submitted"], secret="your_secret" )
from akhara.webhooks import verify_signature is_valid = verify_signature( payload=request.body, signature=request.headers["X-Akhara-Signature"], secret=webhook_secret )