experiments

Start Experiment Run

Start a new run of an experiment.

Creates run and result records, then spawns background task to execute prompts. Returns immediately with run_id for polling.

Args: dry_run: If True, tools will capture what WOULD be called without executing

post/api/experiments/{experiment_id}/run

Path parameters

experiment_idstring required

Query parameters

dry_runboolean

If true, tools will not be executed (captures intent only)

If true, tools will not be executed (captures intent only)

Headers

authorizationstring required

Response

Successful Response

object required

Changes