apitree monitors all active APIs and automatically detects schema changes, authentication failures, and consecutive outages. The self-healing system attempts auto-remediation and provides actionable steps when manual intervention is needed.
Before auto-deploying a fix, the Self-Healing Grader runs 5 checks: schema_match, key_fields, latency_ok (<1.5x baseline p95), error_rate_ok (<10%), trial_count_ok (≥3 samples). All must pass for auto-deploy.
When a 401/403 is detected, the system checks: (1) Are credentials configured? (2) Does the response indicate expiration or invalidation? (3) Has the credential format changed? Remediation steps are returned with each alert.
POST /admin/health-check/run — Run batch health checkPOST /admin/health-check/heal/:slug — Trigger self-healing for one APIPOST /admin/health-check/heal-all — Heal all schema-changed APIsPOST /admin/health-check/verify-credentials — Bulk credential verificationGET /admin/health-check/auth-alerts — Auth failure alertsget_system_health — platform health summary for agentsapitree.compare(slugs) — includes health/latency metrics