clinical-trial-designPOST

Generate a precedent-backed clinical trial design strategy.

Analyzes trial precedents, regulatory patterns, endpoint/comparator expectations, safety monitoring needs, operational feasibility, and competitive benchmarks to recommend a structured clinical trial design strategy. Recommendations are strategic and do not replace biostatistics, clinical operations, or regulatory review.

Endpoint

POST https://api.frontwind.ai/v1/agents/clinical-trial-design

Example

curl -X POST https://api.frontwind.ai/v1/agents/clinical-trial-design \
  -H "Authorization: Bearer fw_live_..." \
  -H "Content-Type: application/json" \
  -d '{ "asset_name": "FW-201", "indication": "relapsed/refractory multiple myeloma", "modality": "bispecific antibody", "mechanism_of_action": "BCMA x CD3 T-cell engagement", "target": "BCMA", "development_stage": "Phase 2", "geography": "FDA", "line_of_therapy": "after at least three prior lines", "preferred_endpoint": "ORR with DoR", "competitor_trials": [ "MajesTEC-1", "MagnetisMM-3", "KarMMa" ] }'

Request body

FieldTypeRequiredDescription
asset_namestringYes
indicationstringYes
modalitystringYes
mechanism_of_actionstringYes
targetstringYes
development_stagestringYes
geographystringYesRegulatory geography, e.g. FDA, EMA, PMDA.
intended_label_claimstringNo
line_of_therapystringNo
biomarker_strategystringNo
target_patient_populationstringNo
safety_profileobjectNo
preliminary_efficacy_dataobjectNo
competitor_trialsarrayNo
preferred_endpointstringNo
combination_partnersarrayNo
route_of_administrationstringNo
dosing_schedulestringNo
regulatory_designationsarrayNo
manufacturing_constraintsobjectNo
use_cachebooleandefault false

Response data

FieldTypeDescription
executive_summaryobject
recommended_trial_designobject
proposed_trial_schemaobject
target_patient_populationobject
endpoint_strategyarray
comparator_strategyobject
statistical_design_recommendationsobject
safety_monitoring_recommendationsobject
operational_feasibility_analysisobject
competitive_trial_benchmarkingarray
regulatory_risksarray
strategy_scenariosarray
recommended_next_stepsarray
precedentsarray
sourcesarray
assumptionsarray
warningsarray

Example response

{
  "ok": true,
  "agent": "clinical-trial-design",
  "data": {
    "executive_summary": {
      "recommended_trial_strategy": "Base case is a single-arm Phase 2 in heavily pretreated RRMM with ORR and DoR as the evidence package, paired with an early randomized confirmatory plan [1][2].",
      "likely_regulatory_pathway": "Accelerated approval may be plausible if response durability and safety are compelling in a refractory population [1][2].",
      "major_design_risks": [
        "single-arm evidence dependency [1]",
        "CRS/infection monitoring burden [2]"
      ],
      "confidence": "Medium",
      "confidence_score": 65,
      "source_ids": [
        "1",
        "2"
      ]
    },
    "recommended_trial_design": {
      "design_type": "Phase 2 single-arm with confirmatory randomized follow-on",
      "rationale": "A refractory setting can support response-based development when randomized SOC is operationally difficult, but confirmatory evidence remains a key risk [1].",
      "source_ids": [
        "1"
      ]
    },
    "competitive_trial_benchmarking": [
      {
        "asset": "teclistamab",
        "phase": "Phase 1/2",
        "population": "RRMM after multiple prior lines",
        "endpoint": "ORR",
        "comparator": "single-arm",
        "sample_size": "N/R",
        "outcome": "Supported approval precedent [1]",
        "source_ids": [
          "1"
        ]
      }
    ],
    "warnings": [
      "Design recommendations are strategic and not a final SAP or regulatory advice."
    ]
  },
  "elapsed_s": 42
}

← All agents