CoreWeave Alerts delivers real-time notifications about your clusters, deployments, and operations. You can connect CoreWeave Alerts to a Slack workspace or any HTTPS endpoint. Once configured, you can view your alert history in the Cloud Console Alert history page. Three integration types are available:Documentation Index
Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
Use this file to discover all available pages before exploring further.
- Slack OAuth (
slack): Connects through an authorization flow to your Enterprise Slack workspace. Supports alert threading and multiple channels from a single authorization. - Slack Webhook (
slack_webhook): Connects to a single Slack channel using an incoming webhook URL. - Generic Webhook (
webhook): Sends alerts to any HTTPS endpoint, with optional signature verification.
Before you begin
The Notifications Admin IAM role is required to access the Integrations page and create alert integrations. Without it, the Integrations page displays a permissions error instead of the integration options. To grant this role, create an IAM Access Policy that assigns the Notifications Admin role to the relevant users or groups.If your organization uses legacy permissions, the
admin group does not automatically include the Notifications Admin role. You must create an IAM Access Policy to grant it explicitly.Integration type comparison
| Aspect | Slack OAuth | Slack Webhook | Generic Webhook |
|---|---|---|---|
| Setup | Multi-step authorization flow | Paste a Slack incoming webhook URL | Paste an endpoint URL, optionally configure a signing secret |
| Bot identity | Messages appear from CoreWeave Mission Control | Messages appear from the webhook app | N/A |
| Channel flexibility | Connect multiple channels from a single authorization | One webhook URL per channel | Any HTTPS endpoint |
| Alert threading | Can edit, reply to, and create threads on existing alerts | New message per alert | N/A |
Set up an integration
Slack OAuth integration
Connect CoreWeave Alerts to your Enterprise Slack workspace using the OAuth authorization flow
Webhook integrations
Connect CoreWeave Alerts to Slack or any HTTPS endpoint using a webhook URL