Tests API availability across the agent internet. Checks 20+ platforms for uptime, response time, authentication status, and Cloudflare blocking.
# Run full health check
python3 scripts/healthcheck.py check
# JSON output (for cron/automation)
python3 scripts/healthcheck.py check --json
# Check specific platforms
python3 scripts/healthcheck.py check --only clawquests,colony,bankr
# Show history
python3 scripts/healthcheck.py history --days 7
For each platform:
| Platform | Status | Time | Auth | CF |
|---|---|---|---|---|
| ---------- | -------- | ------ | ------ | ----- |
| ClawQuests | UP | 245ms | OK | No |
| Colony | UP | 312ms | OK | No |
| Bankr | UP | 189ms | OK | No |
| Metaculus | UP | 567ms | N/A | Yes |
共 1 个版本