LangWatch · Capability
LangWatch Projects API
Provision and manage projects (workspaces) — the top-level isolation boundary. Self-contained Naftiko capability covering one LangWatch business surface.
LangWatch Projects API is a Naftiko capability published by LangWatch, one of 20 capabilities the APIs.io network indexes for this provider. It bundles 3 operations across the GET and POST methods rooted at /v1/api/projects.
The capability includes 2 read-only operations and 1 state-changing operation. Lead operation: List projects. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include LangWatch, Projects, and Provisioning.
What You Can Do
GET
Listprojects
— List projects.
/v1/api/projects
POST
Createproject
— Create a project.
/v1/api/projects
GET
Getproject
— Get a project.
/v1/api/projects/{id}
MCP Tools
langwatch-listProjects
List projects.
read-only
idempotent
langwatch-createProject
Create a project.
langwatch-getProject
Get a project.
read-only
idempotent