Webhook receiver (paid runtime)
Authorization: Bearer header with a configurable token. The receiver validates the token against the per-tenant secret.
Setup
Option A — Databricks Webhooks (MLflow experiment events)- Create a webhook via the Databricks CLI or REST API:
- Add to the runtime env:
DATABRICKS_WEBHOOK_TOKEN_{TENANT_ID}.
- Create a Databricks SQL Alert on any query.
- Set the notification destination to a webhook pointing to
https://runtime.myceliumai.co/webhooks/databricks/{your_tenant_id}with the Bearer token.