LangWatch · Capability
LangWatch Agents API
Define and update agent records used by simulations and scenarios. Self-contained Naftiko capability covering one LangWatch business surface.
LangWatch Agents 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/agents.
The capability includes 2 read-only operations and 3 state-changing operations. Lead operation: List agents. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include LangWatch, Agents, and Configuration.
What You Can Do
GET
Listagents
— List agents.
/v1/api/agents
POST
Createagent
— Create an agent.
/v1/api/agents
GET
Getagent
— Retrieve an agent.
/v1/api/agents/{id}
PATCH
Updateagent
— Update an agent.
/v1/api/agents/{id}
DELETE
Deleteagent
— Delete an agent.
/v1/api/agents/{id}
MCP Tools
langwatch-listAgents
List agents.
read-only
idempotent
langwatch-createAgent
Create an agent.
langwatch-getAgent
Retrieve an agent.
read-only
idempotent
langwatch-updateAgent
Update an agent.
langwatch-deleteAgent
Delete an agent.
idempotent