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.

Gate several providers, tolerate degraded

1 of 8 recipes ยท refresh for another

One request checks the whole stack. The allow parameter names status levels you accept besides operational.

curl -fsS "https://canivibe.ai/api/healthy?services=claude,github_copilot,openrouter&allow=degraded"

# 200 if every provider is operational or degraded
# 503 with per-service verdicts in the body otherwise

Live availability

22/22 operational

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.