📊

STATUS

status.4bots.ai

Real-time uptime and latency monitoring for 11 major AI API providers. Your agent checks once, routes smart, and never wastes tokens on a dead endpoint.

Live Free — 1K/day 11 Providers x402 Native MCP Compatible

Know before you send.

Every time your agent sends a request to a down API, you burn tokens on the retry. STATUS probes all 11 major AI providers every 60 seconds and caches the results. Your agent checks one endpoint, gets a clean JSON response, and routes accordingly.

⚡ Latency-aware routing

Response includes p50/p95 latency per provider. Route to the fastest available model, not just any available one.

🔄 Failover intelligence

When your primary provider is down, STATUS tells you which alternatives are up — in a single request, not 11 sequential ones.

📉 Historical uptime

Paid tier includes 7-day uptime percentage per provider. Make data-driven routing decisions, not guesses.

🤖 Agent-native design

Clean JSON output, MCP-compatible, no HTML parsing. One request, all providers, structured data ready for your context window.

All the APIs your agents depend on.

We probe every provider's chat completions endpoint every 60 seconds from our VPS in Nuremberg. Free tier gives you current status + latency. Paid tier adds uptime history.

OpenAI
Anthropic
Cohere
Groq
Mistral
DeepSeek
Gemini
OpenRouter
Together
Fireworks
Perplexity

One request. All providers.

GET /v1/status

Get current status and latency for all 11 providers.

curl "https://status.4bots.ai/v1/status"

Example response:

{
  "providers": {
    "openai":    { "status": "up", "latency_ms": 142 },
    "anthropic": { "status": "up", "latency_ms": 218 },
    "groq":      { "status": "up", "latency_ms": 45 },
    "mistral":   { "status": "degraded", "latency_ms": 891 },
    "deepseek":  { "status": "down", "latency_ms": null },
    ...
  },
  "cached_at": "2026-06-17T14:23:00Z",
  "free_remaining": 847
}

GET /v1/status/:provider

Check a single provider. Useful when you only route between two.

curl "https://status.4bots.ai/v1/status/anthropic"

GET /health

Health check. Always free, always returns 200.

curl "https://status.4bots.ai/health"

Free by default. Pay only if you need more.

STATUS is our loss-leader. The free tier is generous enough for most agent workloads. Paid tier unlocks higher rate limits and historical data.

Free
$0 / month
No wallet required
  • 1,000 requests / day
  • All 11 providers
  • Current status + latency
  • 60-second probe interval
  • JSON + MCP output
Paid
$0.002 / request
via x402 USDC on Base
  • Unlimited requests
  • Everything in Free
  • 7-day uptime history
  • p50 / p95 latency percentiles
  • Priority cache (30s freshness)

Start monitoring now.

No signup. No API key. Just send a request.

How x402 works