{
  "examples": [
    {
      "label": "Hepatotoxicity search",
      "description": "Find source and candidate records mentioning hepatotoxicity.",
      "endpoint": "/api/search?q=hepatotoxicity",
      "ui_action": "search:hepatotoxicity"
    },
    {
      "label": "Sequence/off-target triage",
      "description": "Parse an oligo sequence into seed windows and link it to off-target evidence routes.",
      "endpoint": "/api/sequence_search?sequence=AUGCUACUGACUGA&modification=GalNAc&target=PCSK9",
      "ui_action": "sequence:AUGCUACUGACUGA:PCSK9:GalNAc"
    },
    {
      "label": "Safety triage report",
      "description": "Create a source-grounded safety report across sequence, chemistry, delivery, toxicity, and off-target evidence gaps.",
      "endpoint": "/api/safety_triage?sequence=AUGCUACUGACUGA&target=PCSK9&modification=GalNAc&delivery=GalNAc&endpoint=hepatic&species=human",
      "ui_action": "triage:AUGCUACUGACUGA:PCSK9:GalNAc:GalNAc:hepatic"
    },
    {
      "label": "Modification safety profile",
      "description": "Compare release and candidate coverage for a chemistry or delivery term.",
      "endpoint": "/api/modification_profile?term=galnac",
      "ui_action": "modification:galnac"
    },
    {
      "label": "High-confidence toxicity candidates",
      "description": "Inspect candidate annotations that should be prioritized for full-text curation.",
      "endpoint": "/api/curation_candidates?domain=toxicity&confidence=high_candidate&limit=500",
      "ui_action": "candidate:toxicity:high_candidate"
    },
    {
      "label": "Verified toxicity release gate",
      "description": "Show toxicity records only after full curator verification and accepted release grading.",
      "endpoint": "/api/evidence_records?domain=toxicity&limit=500",
      "ui_action": "evidence:toxicity:"
    },
    {
      "label": "Citable toxicity record",
      "description": "Open one verified record with source, audit trail, and BibTeX-ready citation text.",
      "endpoint": "/api/evidence_detail?domain=toxicity&id=1",
      "ui_action": "record:toxicity:1"
    },
    {
      "label": "Verified off-target release gate",
      "description": "Show off-target records only after full curator verification and accepted release grading.",
      "endpoint": "/api/evidence_records?domain=offtarget&limit=500",
      "ui_action": "evidence:offtarget:"
    },
    {
      "label": "Reference benchmark splits",
      "description": "Download fixed A/B-grade split files for reproducible safety prediction baselines.",
      "endpoint": "/api/download/benchmark_reference_splits.csv",
      "ui_action": "benchmark:"
    },
    {
      "label": "Toxicity audit trail",
      "description": "Show validation status, curator decision, extraction script, and audit notes.",
      "endpoint": "/api/audit?entity_table=toxicity_endpoint&limit=500",
      "ui_action": "audit:toxicity_endpoint"
    },
    {
      "label": "Bulk release download",
      "description": "Download the populated unified release table with curator-verified evidence records.",
      "endpoint": "/api/download/evidence_release.csv",
      "ui_action": "download:evidence_release"
    },
    {
      "label": "Coverage overview",
      "description": "Inspect source-year, journal, candidate-domain, and release-gap coverage.",
      "endpoint": "/api/coverage",
      "ui_action": "coverage:"
    },
    {
      "label": "Source provenance packet",
      "description": "Open the linked source, queue tasks, candidates, and release evidence for one topic.",
      "endpoint": "/api/source_detail?q=hepatotoxicity",
      "ui_action": "source:hepatotoxicity"
    }
  ]
}