{"name":"monitor-the-situation","version":"1.0.0","description":"Universal web intelligence — scrape anything, analyze with any LLM, cross-reference with thousands of prediction markets, push to any webhook. Auth required (Bearer sf_live_xxx). Free demo: POST /api/monitor-the-situation/enrich (no auth, rate limited).","auth":"Bearer sf_live_xxx (API key required)","method":"POST","body":{"source":{"required":true,"description":"Firecrawl action with full passthrough options","actions":["scrape","crawl","search","map","extract","batch_scrape"],"example":{"action":"scrape","url":"https://news.ycombinator.com","options":{"formats":["markdown"]}}},"analysis":{"required":false,"description":"LLM analysis — any OpenRouter model, custom schema for structured output","example":{"enabled":true,"model":"google/gemini-2.5-flash","prompt":"Extract key claims about Iran sanctions","schema":{"type":"object","properties":{"claims":{"type":"array","items":{"type":"string"}}}}}},"enrich":{"required":false,"description":"Cross-reference with prediction markets","example":{"enabled":true,"topics":["iran","oil"],"includeIndex":true}},"webhook":{"required":false,"description":"Push results to any HTTPS webhook (HMAC-SHA256 signing supported)","example":{"url":"https://hooks.slack.com/...","format":"brief","secret":"your-hmac-secret"}}},"models":"Any OpenRouter model ID. Cheap: google/gemini-2.5-flash ($0.15/M). Mid: anthropic/claude-sonnet-4.6 ($3/M). Heavy: anthropic/claude-opus-4.6 ($5/M).","enrichDemo":"POST /api/monitor-the-situation/enrich — no auth, no Firecrawl, just content + topics → market cross-reference"}