LangWatch · Capability
LangWatch Triggers API
Event-driven triggers that fire on trace conditions and monitor scores. Self-contained Naftiko capability covering one LangWatch business surface.
LangWatch Triggers 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/triggers.
The capability includes 2 read-only operations and 3 state-changing operations. Lead operation: List triggers. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include LangWatch, Triggers, and Automation.
What You Can Do
GET
Listtriggers
— List triggers.
/v1/api/triggers
POST
Createtrigger
— Create a trigger.
/v1/api/triggers
GET
Gettrigger
— Retrieve a trigger.
/v1/api/triggers/{id}
PATCH
Updatetrigger
— Update a trigger.
/v1/api/triggers/{id}
DELETE
Deletetrigger
— Delete a trigger.
/v1/api/triggers/{id}
MCP Tools
langwatch-listTriggers
List triggers.
read-only
idempotent
langwatch-createTrigger
Create a trigger.
langwatch-getTrigger
Retrieve a trigger.
read-only
idempotent
langwatch-updateTrigger
Update a trigger.
langwatch-deleteTrigger
Delete a trigger.
idempotent