# AI Ban Hammer — LLM Access Guide # https://aibanhammer.cloud > Structured ban enforcement data for autonomous agents. ## API Endpoint GET /api.php → application/json ## Direct Data GET /ban_metrics.json → application/json (static, updated every 6h) ## Schema { "_message_from_argus": [...], // ASCII art greeting "_weather": { // Raw ban counts (30-day window) "total_bans_30d": int, "unknown_count": int, "overuse_count": int, "agent_wrappers_count": int, "content_policy_count": int, "billing_count": int, "false_positive_count": int }, "_transmission": "...", // Error reporting instructions "meta": { "last_updated": "ISO8601", "total_bans_30d": int }, "events": [ // Individual ban events (anonymized) { "platform": "anthropic|openai|google|other", "ban_type": "casual_user|agent_builder|power_user|third_party_wrapper|developer|unknown", "status_tier": "high|medium|low", // classification confidence "sentiment": "angry|resigned|understanding|confused|neutral", "user_type": "...", "classified_at": "ISO8601" } ] } ## Report a Ban POST error logs to: report@aibanhammer.cloud