FroddyFroddy

Froddy — Console

Decision log · Policy editor · Rules · Read/write via API
Decision Log
Dashboard
Policy
Rules
Alerting
LIVE
Integration snippets (copy/paste)

    

    

  
#TimeTenantScenarioEntityAmountVerdictRuleReason
Policy structure reference
{
  "R-COHORT": { "hold_usd": 25000, "block_usd": 100000 },
  "R-CEIL":   { "daily_ceiling_usd": 50000, "block_multiplier": 1.5 },
  "R-VEL":    { "window_hours": 1, "max_count": 20, "block_multiplier": 2 },
  "R-DEDUP": { "max_entities": 3, "block_entities": 6, "window_hours": 24 }
}
Version history
Click "Load current" to fetch history.
Active rules derived from current policy
Verdicts & entities overview

Verdicts over time

Verdict distribution

Blocked amount over time

Entity drilldown

EntityTotalAllowHoldBlockTotal $Blocked $Last seen
🔔

Alerting & Enforcement

Webhook alerting is available via API. Enforcement is enabled separately.
By default, verdicts are advisory — your execution is not affected until enforcement is enabled.

Available
Webhook on hold/block verdicts
PUT /v1/webhook → Slack, PagerDuty, custom URL
Available
Webhook alerts on hold/block
POST to any HTTPS endpoint on verdict
Note
Enforcement enabled separately via account settings