Skip to content
API

The product already speaks in structured reports.

The current WordPress REST surface supports public simulation and owner-only saved report management.

POST

/predict

Public, rate-limited decision rehearsal. Send scenario and mode.

{
  "scenario": "Raise Pro from $99 to $129 for seed-stage SaaS.",
  "mode": "fast"
}
GET / POST

/simulations

List the current user's reports or save a complete report. Authentication and the b4m_run_simulations capability are required for writes.

GET / PATCH / DELETE

/simulations/{id}

Open, rename, or delete an owner-only report. Requests for another user's report return no private data.

POST

/simulations/{id}/duplicate

Create an owner-only copy for comparison or a revised decision run.

Report schema

Stable product contract

decision, decision_type, target_segment, market, time_horizon, executive_summary, go_probability, confidence, segments, objections, drivers, risks, weak_assumptions, competitor_responses, scenario_paths, recommended_experiment, next_seven_day_plan, limitations, created_at, and source.