{
  "service": "AgentWyre Intelligence Feed",
  "status": "operational",
  "version": "2.0.0",
  "timestamp": "2026-05-01T01:39:08.275Z",
  "tiers": {
    "free": {
      "name": "Open Wire",
      "frequency": "daily",
      "max_items": "unlimited",
      "auth_required": false,
      "price": "Free",
      "description": "Today's full daily brief — all signals, hype checks, source links, 8 languages. Critical flash alerts + webhooks (daily_brief + critical flash) included. No API key needed for feed; key needed for webhooks."
    },
    "daily": {
      "name": "Daily Wire",
      "frequency": "daily + hourly flash",
      "max_items": "unlimited",
      "auth_required": true,
      "price": "$2.99/mo",
      "description": "All flash severity webhooks, Agent Wire Protocol, hourly flash signals, stack personalization, security advisories, cost tracking, archive search."
    },
    "pro": {
      "name": "Pro Wire",
      "frequency": "daily + 15-min flash + firehose",
      "max_items": "unlimited",
      "auth_required": true,
      "price": "$9.99/mo",
      "description": "Everything in Daily + 15-minute flash updates, firehose mode (600+ raw items/day), early access to new features, priority support."
    }
  },
  "endpoints": {
    "brief": "GET /brief",
    "brief_by_date": "GET /brief/:date",
    "brief_archive": "GET /brief/archive",
    "agent_register": "POST /api/agent/register — Register your stack for personalized feeds",
    "agent_profile": "GET|PUT /api/agent/profile — View/update your stack profile",
    "wire": "GET /api/wire — Personalized intelligence feed filtered to your stack",
    "wire_actions": "GET /api/wire/actions — Only actionable items for your stack",
    "advisories": "GET /api/advisories — Security advisories (7-day rolling)",
    "costs": "GET /api/costs — Provider pricing database with recent changes",
    "compat": "GET /api/compat?component=X — Compatibility lookups",
    "feed_latest": "GET /api/feed — Raw unfiltered feed",
    "feed_by_date": "GET /api/feed/:date",
    "feed_free": "GET /api/feed/free",
    "key_free": "POST /api/key/free — Request free API key (email + confirm)",
    "key_free_confirm": "GET /api/key/free/confirm?token=xxx — Confirm and receive key",
    "key_verify": "GET /api/key/verify",
    "key_rotate": "POST /api/key/rotate",
    "subscribe": "GET /subscribe?tier=daily|pro",
    "feedback": "POST /api/feedback — Report issues or share feedback (10-5000 chars)",
    "reliability": "GET /api/reliability — Rolling provider reliability scores",
    "trends": "GET /api/trends — 7-day community theme trajectories",
    "cost_arbitrage": "GET /api/costs/arbitrage — Model pricing switch alerts",
    "hype_tracker": "GET /api/hype — Prediction accuracy scoreboard",
    "firehose": "GET /api/firehose — Full raw collection, 600+ items/day (Pro only)",
    "rss": "GET /feed.xml — RSS 2.0 feed (supports ?lang=xx)"
  },
  "security": {
    "all_actions_require_user_approval": true,
    "content_security_reviewed": true,
    "prompt_injection_screening": true
  },
  "subscribe_url": "https://agentwyre.ai/subscribe"
}