LangWatch · Capability
LangWatch Experiments API
Trigger and inspect batch experiment runs, including DSPy optimization runs. Self-contained Naftiko capability covering one LangWatch business surface.
LangWatch Experiments API is a Naftiko capability published by LangWatch, one of 20 capabilities the APIs.io network indexes for this provider. It bundles 2 operations across the POST and GET methods rooted at /v1/api/experiments.
The capability includes 1 read-only operation and 1 state-changing operation. Lead operation: Trigger a new experiment run. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include LangWatch, Experiments, and Batches.
What You Can Do
POST
Runexperiment
— Trigger a new experiment run.
/v1/api/experiments/{slug}/run
GET
Getexperimentrun
— Retrieve an experiment run.
/v1/api/experiments/runs/{runId}
MCP Tools
langwatch-runExperiment
Trigger a new experiment run.
langwatch-getExperimentRun
Retrieve an experiment run.
read-only
idempotent