LangWatch · Capability
LangWatch Suites API
Compose and execute batch test suites combining scenarios, datasets, and evaluators. Self-contained Naftiko capability covering one LangWatch business surface.
LangWatch Suites API is a Naftiko capability published by LangWatch, one of 20 capabilities the APIs.io network indexes for this provider. It bundles 7 operations across the POST, GET, PATCH, and DELETE methods rooted at /v1/api/suites.
The capability includes 2 read-only operations and 5 state-changing operations. Lead operation: List suites. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include LangWatch, Suites, and Experiments.
What You Can Do
GET
Listsuites
— List suites.
/v1/api/suites
POST
Createsuite
— Create a suite.
/v1/api/suites
GET
Getsuite
— Retrieve a suite.
/v1/api/suites/{id}
PATCH
Updatesuite
— Update a suite.
/v1/api/suites/{id}
DELETE
Deletesuite
— Delete a suite.
/v1/api/suites/{id}
POST
Duplicatesuite
— Duplicate a suite.
/v1/api/suites/{id}/duplicate
POST
Runsuite
— Run a suite.
/v1/api/suites/{id}/run
MCP Tools
langwatch-listSuites
List suites.
read-only
idempotent
langwatch-createSuite
Create a suite.
langwatch-getSuite
Retrieve a suite.
read-only
idempotent
langwatch-updateSuite
Update a suite.
langwatch-deleteSuite
Delete a suite.
idempotent
langwatch-duplicateSuite
Duplicate a suite.
langwatch-runSuite
Run a suite.