Your agents should know when their provider breaks.

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.

Check one provider, no client-side filtering

1 of 8 recipes ยท refresh for another

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"
}

Live availability

1/22 reporting issues

Coding surfaces only

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.

Push and poll

Provider status pages are polled every minute and can push to us directly, so state changes land in the API within seconds.

Every format

JSON API, webhooks into Slack or Discord, RSS feeds, and SVG badges. Webhooks are free with an account.