{
  "ok": true,
  "endpoint": "https://pointcast.xyz/api/drop",
  "kvBound": true,
  "usage": "POST body { type: \"pc-drop-v1\", url, note?, location?, tag?, from?, address?, timestamp }",
  "notes": [
    "Paste-a-URL inbox for cc.",
    "cc reads ?action=list at session start + hourly cron tick, classifies via src/lib/url-classifier.ts, files into product / location / collab / draft-block as appropriate.",
    "Until PC_DROP_KV is bound, POST returns 503 with a docs/drops/ fallback hint."
  ],
  "spec": "https://pointcast.xyz/drop"
}