Health Simulated 3 MCP tools
Health Engine
Live health-check simulation with endpoint status pulses.
How you use it
Run health_check before promote_enforce. Treat failures as promotion blockers, not warnings to ignore.
Token savings
Detects dead services before agents spend tokens debugging “why is prod empty?”
Consistency
Promotion and deploy paths share one health contract.
In action
Health
Define
Endpoints + expected status in policy.
Probe
Red
Gate
Interactive demo
Endpoint probes
- /health up · 12ms
- /mcp/tower up · 45ms
- /mcp/tower-gov up · 38ms
- /metrics degraded · 210ms
Simulated behavior only — does not execute proprietary AGS engine code.
Diagram
Example usage
# .ags/health.yml
checks:
- id: api
url: https://example.test/healthz
expectStatus: 200
# MCP: health_enforce
{} Docs →- health_get
- health_check
- health_enforce