Glimind // alerts

Get notified the moment an AI agent tool breaks or recovers. Paste a Slack, Discord, or generic webhook URL — auto-detected. No signup.

For agents

// MCP: watch_tool({ toolId, webhook })  — or omit webhook for a pull token
// then poll get_notifications({ token })
curl -s -XPOST https://glimind.com/v1/subscriptions -H 'content-type: application/json' \
  -d '{"url":"https://hooks.slack.com/...","allCritical":true}'

Public firehose: GET /v1/alerts/feed