# morning digest (agentwares) > One 7am email across every coding agent that ran overnight: what merged, CI results, spend, failed runs, and the questions your agents could not answer. Ingests overnight-kit events, Claude Code / Routines session JSONL, Codex rollout JSONL, Devin sessions and Cursor cloud agents. Summaries run on the customer's own Anthropic key (BYOK, encrypted at rest). $15/month for hosting, history and the email; ingest and preview are free. ## For agents - Pricing (machine-readable): https://agentwares-digest.vercel.app/pricing.json - Ingest: POST https://agentwares-digest.vercel.app/api/ingest with "Authorization: Bearer " and a JSON or JSONL body (optional ?vendor=overnight|claude-code|codex|devin|cursor; auto-detected otherwise). Idempotent per export. Response: { ok, vendor, received, accepted, duplicates }. - Sample digest: https://agentwares-digest.vercel.app/sample (HTML), https://agentwares-digest.vercel.app/sample.svg - Health: https://agentwares-digest.vercel.app/api/health - Kit: npm "overnight-kit" — npx overnight-kit init; its events.jsonl pushes here when digest.url is set. ## Errors Every error is JSON with code, cause, fix and retryable. 401 UNAUTHORIZED = missing/unknown token; 413 TOO_LARGE = split the export; 400 UNPARSEABLE = not JSON/JSONL. ## Not affiliated Independent product; not affiliated with or endorsed by Anthropic, OpenAI, Cognition or Cursor. Vendor names identify the log formats accepted.