LoopGuard
LoopGuard monitors AI agent workflows and detects infinite loops before they burn your token budget. By tracing agent steps, it identifies stuck loops, redundant tool-calling patterns, and expensive multi-agent ping-pong interactions in real time. Send each agent step to LoopGuard and get back a loop probability score (0.0–1.0), triggered signals, a cost risk score, and an actionable response:…
LoopGuard endpoints
| Method | Endpoint | Description |
|---|---|---|
| Analysis | ||
| POST |
log_trace_v1_trace_post /v1/trace |
|
| Sessions | ||
| GET |
get_session_v1_session__session_id__get /v1/session/{session_id} |
Fetch session info and aggregated loop analysis. |
| POST |
create_session_v1_session_post /v1/session |
Create a new agent session before sending traces. |
| DELETE |
delete_session_v1_session__session_id__delete /v1/session/{session_id} |
Delete a session and all its associated steps. |
| Settings | ||
| PUT |
update_settings_v1_settings_put /v1/settings |
Update your loop detection thresholds. Only provide fields you want to change. |
| GET |
get_settings_v1_settings_get /v1/settings |
Get your current loop detection thresholds. |
| System | ||
| GET |
health_check_health_get /health |
Public health check — no auth required. |
| GET |
root__get / |
|
LoopGuard pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | — |
|
| ULTRA | $19.99 / month | — |
|
| MEGA | $99.99 / month | — |
|