REST API for managing projects, breakers, and metrics. All endpoints require authentication via API key or HMAC signature.
Configure circuit breakers for a project. Breakers evaluate metric rules and trigger actions as they trip and recover.
List breaker state transition history.
Infrastructure health check endpoints for monitoring and orchestration. No authentication required (unless HEALTH_TOKEN is configured).
Ingest metric samples for evaluation. Each sample targets a router via router_id.
Configure alert channels for trip/recover notifications.
Manage projects and their settings.
Manage routers that map router_id samples to one or more breakers (fan-in/fan-out).
Get project health and breaker status.