Can I Vibe watches 22 AI coding providers and turns their status into something your tooling can act on: a free JSON API, a CI gate, and instant webhooks.
Each provider is a single JSON object, with status_since telling you how long it has been in its current state.
curl -s https://canivibe.ai/api/status/claude
{
"id": "claude",
"name": "Claude (Anthropic)",
"status": "degraded",
"status_since": "2026-07-07T05:41:12Z",
"last_checked": "2026-07-07T11:59:40Z"
}
We track the API, IDE, and CLI components your agents depend on, not the vendor's website. A marketing page blip never trips your failover.
Provider status pages are polled every minute and can push to us directly, so state changes land in the API within seconds.
JSON API, webhooks into Slack or Discord, RSS feeds, and SVG badges. Webhooks are free with an account.