LangWatch · Capability
LangWatch Workflows API
Compose, version, and run optimization-studio workflows. Self-contained Naftiko capability covering one LangWatch business surface.
LangWatch Workflows API is a Naftiko capability published by LangWatch, one of 20 capabilities the APIs.io network indexes for this provider. It bundles 5 operations across the GET, POST, PATCH, and DELETE methods rooted at /v1/api/workflows.
The capability includes 2 read-only operations and 3 state-changing operations. Lead operation: List workflows. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include LangWatch, Workflows, and Optimization Studio.
What You Can Do
GET
Listworkflows
— List workflows.
/v1/api/workflows
POST
Createworkflow
— Create a workflow.
/v1/api/workflows
GET
Getworkflow
— Retrieve a workflow.
/v1/api/workflows/{id}
PATCH
Updateworkflow
— Update a workflow.
/v1/api/workflows/{id}
DELETE
Deleteworkflow
— Delete a workflow.
/v1/api/workflows/{id}
MCP Tools
langwatch-listWorkflows
List workflows.
read-only
idempotent
langwatch-createWorkflow
Create a workflow.
langwatch-getWorkflow
Retrieve a workflow.
read-only
idempotent
langwatch-updateWorkflow
Update a workflow.
langwatch-deleteWorkflow
Delete a workflow.
idempotent